@charset "UTF-8";

/* ===================================================================

 レイアウト

=================================================================== */

.fst {
	margin-top:0px !important;
}



#wrapper {
	background-image: url(../img/wrapper_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#sideNav {
	float: right;
	width: 210px;
}





#header {
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header2 {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	height: 135px;
	overflow: hidden;
	position: relative;
}


#headerLogo {
	position: absolute;
	left: 0px;
	top: 43px;
}
#tagline {
	position: absolute;
	left: 0px;
	top: 25px;
	font-weight:bold;
	color:#37578A;
	font-size:90%;
}














#headerSearch {
	position: absolute;
	top: 42px;
	right: 0px;
	width: 254px;
	height: 43px;
}
#headerSearch .title {
	position: absolute;
	top: 0px;
	left: 0px;
}
#headerSearch .title img {
	vertical-align:top;
}
#headerSearch .body {
	position: absolute;
	top: 18px;
 left:: 0px;
	width: 254px;
	left: 0px;
}
#headerSearch .input {
	position: absolute;
	display:block;
	top: 0px;
	left:0px;
}
#headerSearch .input .input2 {
	width:192px;
	height:25px;
	border: 1px solid #7f9cba;
	font-size:16px;
}
#headerSearch .btn {
	position: absolute;
	display:block;
	top: 0px;
	right:0px;
	width: 54px;
}
#headerSubnav {
	position: absolute;
	top: 9px;
	right: 0px;
}
#headerSubnav li {
	display:inline;
}













#headerNav {
	position: absolute;
	left: 0px;
	top: 114px;
}
#headerNav li {
	position: absolute;
	top: 0px;
}
#headerNav li.home {
	left:0px;
}
#headerNav li.kurashi {
	left:141px;
}
#headerNav li.shisei {
	left:277px;
}
#headerNav li.kanko {
	left:385px;
}
#headerNav li.jigyo {
	left:536px;
}
#headerNav li.child {
	left:694px;
}
#headerNav li.health {
	left:816px;
}










#contents {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	min-height: 400px;
}








/*パンクズ*/
#pankuzu dt {
	float:left;
	width:80px;
}
#pankuzu dd {
	float:right;
	width:820px;
	padding-top: 5px;
}
#pankuzu li {
	display:inline;
}
#pankuzu a {
	background-image:url(../img/pankuzu_arrow.gif);
	background-position:right center;
	background-repeat:no-repeat;
	display:inline-block;
	margin-right:5px;
	padding-right:18px;
}


#pankuzu {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding: 4px;
	border: 1px solid #b9b9b9;
	background-color: #FFFFFF;
	margin-top: 10px;
}

#pankuzu img {
	vertical-align:middle;
}





/*ページトップ*/
#pagetop {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	text-align: right;
}





/*フッター*/
#footer {
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 20px;
}
#footer3 {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-bottom: 20px;
	height: 120px;
}
#copyright {
	position: absolute;
	left: 545px;
	top: 112px;
	line-height: 100%;
}
#copyright img {
	vertical-align:top;
}
#footerAddress {
	padding-top: 20px;
}
#footerAddress dt {
	font-weight: bold;
}
#footerAddress dd {
	margin-top:5px;
}
#footer2 {
	background-image: url(../img/footer2_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}





/*Web支援ツール*/
.sideToolBox {
	border: 1px solid #c3c3c3;
}
.sideToolBox .bg {
	border: 4px solid #e0e0e0;
	background-color: #ffffff;
	width: 200px;
	padding-bottom: 10px;
}
.sideToolBox .set {
	margin-top: 10px;
	width: 180px;
	overflow: hidden;
	margin-left: 10px;
}
.sideToolBox .chara {
	float: left;
	width: 65px;
	padding-top:8px;
}
.sideToolBox .ctrl {
	float: right;
	width: 110px;
}
.sideToolBox .ctrl dt.title {
	margin-top: 10px;
}
.sideToolBox .ctrl span.rgt {
	padding-left:10px;
}
.sideToolBox .ctrl dd.btn {
	margin-top: 5px;
}







/*コンテンツボタン*/
.sideBtnBox .btn {
	padding-top:5px;
}
.sideBtnBox .btn li {
	margin-top: 5px;
}



/*リンク一覧*/
.sideSecBox {
	margin-top: 10px;
}
.sideSecBox .title {
	background-image: url(../img/sidesecbox_head_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #bcbcbc;
	background-color: #e8e8e8;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.sideSecBox .bg {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c3c3c3;
	border-bottom-color: #c3c3c3;
	border-left-color: #c3c3c3;
}
.sideSecBox .bg2 {
	border: 4px solid #e0e0e0;
	background-color: #ffffff;
	width: 200px;
	padding-bottom: 10px;
}
.sideSecBox .links {
	margin-top: 10px;
	margin-left: 5px;
	padding-right: 5px;
}
.sideSecBox .links a {
	background-image: url(../img/sidesecbox_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: inline-block;
}
