/* ---- body ---- */
body {
	line-height: 140%;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	background-color: #ffffff;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl,address {
	margin-top: 0;
	margin-bottom: 0;
}
ul {
	list-style-type: circle;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
}
a img {
	border: none;
}
hr {
	display: none;
}

/* ---- body リンクカラー ---- */
a:link {
	color:#000080;
	font-size: 12px;
}

a:visited {
	color:#000080;
}

a:hover {
	color:#C0C0C0;
}

a:active {
	color:#000080;
}

/* ---- レイアウト ---- */
#layoutBody {
	text-align: left;
	border: 1px solid #CCCCCC;
	width: 748px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color: #DBFFC4;
}

#topcontentBody {
	width: 748px;
}

#topcontentBodyl {
	width: 524px;
	background-color: #DBFFC4;
	float: left;
	padding-bottom: 20px;
	color: #000066;
}

#topcontentBodyr {
	width: 224px;
	float: left;
	padding-bottom: 30px;
}

.contentl {
	width: 478px;
	margin-left: 8px;
	border: 3px double #CCCCCC;
	background-color: #ffffff;
	padding-left: 16px;
	padding-right: 14px;
	letter-spacing: 1px;
	
	padding-top: 20px;
	margin-top: 20px;
	padding-bottom: 10px;
}

.contentl h3{
	background-color: #006600;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 15px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 15px;
	border-top: 1px none #CCCCCC;
	border-right: 2px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 2px none #CCCCCC;
}
.contentl ul{
	list-style-type: none;
	letter-spacing: 2px;
	padding-bottom: 15px;
}

.contentl li{
	list-style-type: none;
	letter-spacing: 2px;
	margin-left: 15px;
}

/* ---- ヘッダー ---- */

#header {
	height: 145px;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#header h1{
	padding-top: 35px;
	padding-left: 35px;
}

#header h1 a:link {
	color:#333333;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}

#header h1 a:visited {
	color:#000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

#header h1 a:hover {
	color:#000099;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

#header h2{
	margin-left: 35px;
	color: #66FFFF;
	font-size: 10px;
	font-weight: normal;
}

#rink {
    padding-top: 30px;
	padding-bottom: 10px;
	text-align:right;
}

#header p {
	text-align:right;
	color: #CCCCCC;
}

#header a:link {
	color:#66CC00;
	font-size: 12px;
	text-decoration: none;
}

#header a:visited {
	color:#66CC00;
	text-decoration: none;
	font-size: 12px;
}

#header a:hover {
	color:#66CC00;
	text-decoration: underline;
	font-size: 12px;
}

/* ---- 右メニュー ---- */
#menubox {
	width: 208px;
	border: 3px double #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 1px;
	padding-bottom: 10px;
	padding-top: 15px;
}

#firstbox {
	width: 180px;
	margin-left: 10px;
}

#firsttitle {
	width: 170px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-left-color: #66FF00;
	border-left-style: solid;
	border-left-width: 12px;
	font-size: 12px;
	padding-left: 4px;
	padding-top: 3px;
	color: #009900;
	letter-spacing: 1px;
	list-style-type: none;
}

.firsttext{
	list-style-type: none;
	width: 170px;
	margin-top: 10px;
	font-size: 12.px;
	line-height: 140%;
	padding-left: 15px;
	font-size: 10px;
	letter-spacing: 1px;
}

.firsttext li{
	list-style-type: circle;
	padding-bottom: 20px;
	list-style-position: outside;
}

.firsttext a:link {
	color:#00CC00;
	font-size: 12px;
	margin-top: 5px;
	text-decoration: none;
}

.firsttext a:visited {
	color:#00CC00;
	font-size: 12px;
	margin-top: 5px;
	text-decoration: none;
}

.firsttext a:hover {
	color:#003300;
	text-decoration: none;
	font-size: 12px;
	margin-top: 5px;
}

/* ---- フッターメニュー ---- */
#footer {
	text-align: center;
	clear: both;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	width: 748px;
	background-color: #8BB35D;
	font-size: 12px;
	color: #DCDCDC;
	padding-top: 10px;
}
#footer a:link {
	color:#FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

#footer a:visited {
	color:#FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	font-size: 12px;
}

/* ---- フッター外部リンク ---- */
#footer p {
	text-align: center;
	font-size: 12px;
	color: #999999;
	padding-top: 5px;
	letter-spacing: 1px;
	margin-top: 10px;
}
#footer p a:link {
	color:#FF9999;
	font-size: 12px;
	text-decoration: none;
}

#footer p a:visited {
	color:#FF9999;
	text-decoration: none;
	font-size: 12px;
}

#footer p a:hover {
	color:#FF3366;
	text-decoration: none;
	font-size: 12px;
}
.contentl p {
	margin: 0px;
	padding: 0px 5px 10px;
	text-indent: 10px;
}
/* ---- 定義型リストなど---- */
h4 {display:block; font-size: 13px; padding-top:5px;}
h5 {padding-top:3px;}

dt {padding-left:5px;padding-top:5px;}
dd {font-size: 11px;}
#kensa {display:run-in; font-weight:bold;}


#firsttitle li {
	list-style-type: none;
	padding-bottom: 0px;
}
