@charset "utf-8";
/* CSS Document */

/* +++++++++++++++++++++++
		global
+++++++++++++++++++++++ */

body {
	font-size:12px;
	background-color: #FFFFFF;
	color:#333333;
	line-height:1.6;
	font-family:Arial, Helvetica, sans-serif;
}
a{
	color:#666666;
}
a:hover{
	text-decoration: none;
}

/* +++++++++++++++++++++++
		header
+++++++++++++++++++++++ */

#head{
	padding-top: 20px;
	border-top: 3px solid #1538A3;
}
#headInner{
	width: 858px;
	margin: 0 auto;
	padding-left: 17px;
	position: relative;
	height: 75px;
}

#siteName{
	position: absolute;
	left: 0px;
}
h1{
	margin-bottom: 18px;
}
#logo{
	float: left;
	margin-right: 28px;
}
.dsctn{
	width: 381px;
	float: left;
	font-size: 10px;
	margin-top: 10px;
}
.hNavi{
	position: absolute;
	right: 23px;
}
.hNavi li{
	display: inline;
	margin-right: 10px;
	padding: 5px 0;
}
.hNavi li.home{
	background: url(../img/h_icon01.png) no-repeat;
	padding-left: 22px;
	border-right: 1px dotted #CCCCCC;
	padding-right: 8px;
	background-position: 0 3px;
	
}
.hNavi li.contact{
	background: url(../img/h_icon02.png) no-repeat;
	padding-left: 22px;
	background-position: 0 3px;
}
.fsize{
	position: absolute;
	right: 23px;
	top: 30px;
	width: 130px;
	font-size: 10px;
}
.fsize p{
	float: left;
	margin-right: 5px;
}
.fsize li{
	float: left;
}
#s_navi{
	margin-bottom: 20px;
}
#s_bunner li{
	margin-bottom: 10px;
}
/* +++++++++++++++++++++++
		global navi
+++++++++++++++++++++++ */
#navi {
	width: 858px;
	margin: 0 auto;
}
#navi li{
	float: left;
}

/* +++++++++++++++++++++++
		pagebody
+++++++++++++++++++++++ */
#pagebody{
	width: 858px;
	margin: 0 auto;
	padding-left: 3px;
}
#sidebar{
	width: 204px;
	margin-right: 27px;
	float: left;
}
#contents{
	width: 625px;
	float: left;
}
#topicPath{
	text-align: right;
	margin-bottom: 10px;
	margin-right: 10px;
}
.main{
	margin-bottom: 10px;
}
.pagetop{
	clear: both;
	position: relative;
	height: 40px;
}
.pagetop p{
	background: url(../img/icon03.png) no-repeat;
	padding-left: 15px;
	background-position: 0 4px;
	position: absolute;
	right: 10px;
}


/* +++++++++++++++++++++++
		footer
+++++++++++++++++++++++ */

#footer{
	background: url(../img/f_bg01.jpg) repeat-x ;
	padding-top: 20px;
}
#footerInner{
	width: 858px;
	margin: 0 auto;
	position: relative;
	height: 50px;
}
#fNavi{
	position: absolute;
	left: 0px;
}

#fNavi li{
	display: inline;
	background: url(../img/icon04.png) no-repeat;
	background-position: 0 3px;
	padding-left: 10px;
	margin-right: 20px;
}

#copyright{
	position: absolute;
	right: 0px;
}









	



/* clearfix
---------------------------------------------------- */
.infoBox:after , #pagebody:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.infoBox , #pagebody{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .infoBox , * html #pagebody{
	height: 1%;
}
.infoBox , #pagebody{
	display: block;
}
/* End hide from IE-mac */
