/* 基本 */
body { margin: 20px; padding: 0; background-color: #FAFCFA;}

/* ヘッダー */
#header { width: 700px; height: 85px; background-color: #EFF4FE; border-color: #003366;	border-style: solid;
          border-width: 1px;background-image: url(image/top.jpg);}
#caption { width: 500px; height: 40px; float:left; margin-left: 20px; margin-top: 10px;text-align: left; }
#caption h1 { color: #003366; font-size: 20px; font-weight: bold; font-family: "HG丸ｺﾞｼｯｸM-PRO" margin: 0}
#caption p { line-height: 140%; color: #003366; font-size: 12px; font-family: "HG丸ｺﾞｼｯｸM-PRO" }


/* コンテンツ */
#layoutBody {
	text-align: left;
	border: 1px solid #003366;
	width: 700px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
}

#topcontentBodyl {
	width: 400px;
	background-color: #FFFFFF;
	float: left;
	padding-bottom: 20px;
}

#topcontentBodyr {
	width: 200px;
	float: left;
	padding-bottom: 30px;
}
#menubox {
	width: 180px;
	border: 1px solid #003366;
	background-color: #EFF4FE;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 1px;
	padding-bottom: 10px;
	padding-top: 15px;
}
#menubox p{
	line-height: 140%; padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #003366;
	letter-spacing: 1px;
	font-size: 12px;
	margin-bottom: 15px;
}

.contentl {
	width: 420px;
	margin-left: 20px;
	border: 1px solid #003366;
	padding-left: 16px;
	padding-right: 14px;
	letter-spacing: 1px;
	color: #000042;
	padding-top: 20px;
	margin-top: 20px;
	padding-bottom: 10px;
	background-color:#EFF4FE
}

.contentl h2{
	background-color: #003366;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 15px;
}
.contentl p{
	line-height: 140%; padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	color: #003366;
	letter-spacing: 1px;
	font-size: 12px;
	margin-bottom: 15px;
}


/* フッター */
#footer { border:solid 1px #003366;height:10px;width:700px; overflow:auto; scrollbar-base-color:#003366; background-image: url(bottom.jpg); color: #003366; clear:left}
#footer p {
	line-height: 140%; text-align: left;
	font-size: 12px;
	color: #003366;
	margin-top: 35px;padding: 3px;letter-spacing: 1px;
}