@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

img{
border:none;
}

body {
	background: #FFFFFF url(../img/common/logoBg.jpg) repeat-x;
	color: #444444;
	font-size: 72.5%;
	line-height: 170%;
	letter-spacing:1px;
}

#wrap{
	width:860px;
	margin:0 auto;
}
a:link {
	color: #3359B6;
	text-decoration: underline;
}
a:visited {
	color: #3359B6;
	text-decoration: underline;
}
a:hover {
	color: #3359B6;
	text-decoration: underline;
}


/* HEADER
********************************************************************/
#header{
	width:860px;
	height:74px;
}
#header #headerLeft{
	float:left;
	width:500px;
	padding:16px 0 0 0;
	height:58px;
}
#header #headLogo01{
	float:left;
}
#header h1{
	color:#333;
	font-size:12px;
	font-weight:normal;
	padding-top:15px;
}
#header #headerRight{
	background:url(../img/common/headerLogo02.jpg) no-repeat right bottom;
	float:right;
	width:360px;
	text-align:right;
	height: 48px;
	padding-top:10px;
}


/* Gnavi
********************************************************************/
ul#gnav{
	width:860px;
	height:40px;
	padding:0;
	clear:both;
}
#gnav ul{
	margin:0;
	padding:0;
}
#gnav li{
	float:left;
	margin:0;
	list-style-type: none;
}
#gnav li a img{
	display:block;
}


/* CONTENTS 
********************************************************************/
#contents{
	width:858px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	background:#FFFFFF;
	clear:both;
	padding:0;
	margin:0;
}


/* FOOTER
********************************************************************/
#foot{
	clear:both;
	background:#0949A0;
	color:#FFFFFF;
	font-size:12px;
}
#foot #footer{
	width:730px;
	margin:0 auto;
}
#foot #footerContact{
	width:461px;
	float:left;
	padding:20px 0 0 0;
}
#foot #footerContact img{
display:block;
}

#footer adress{
	display:block;
	width:448px;
	text-decoration: none;
	padding:0 0 0 22px;
}
#footer #adressTit{
	display:block;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration:underline;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration:underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
#footer #footerMap{
	width:245px;
	height:160px;
	float:right;
	padding:25px 0 0 0;
}
#footer #footerMenu{
	clear:both;
	color:#CCCCCC;
	text-align:center;
	padding:25px 0 0 0;
}
#footer #footerMenu a:link {
	color: #ccc;
	text-decoration:none;
}
#footer #footerMenu a:visited {
	color: #ccc;
	text-decoration:none;
}
#footer #footerMenu a:hover {
	color: #ccc;
	text-decoration:underline;
}


/* resource
********************************************************************/
h2#pageTit{
	padding:10px 0 15px 14px;
}
h2#pageMainGraTit{
width:830px;
margin:0 auto;
padding:10px 0 25px 0;
}
.pageTop{
clear:both;
width:840px;
text-align:right;
padding:0 0 40px 0;
}
#contentsLeft{
width:215px;
float:left;
}
#contentsRight{
width:630px;
float:right;
padding-bottom:80px;
}
.contentsBlock{
clear:both;
width:845px;
font-size:14px;
}

#contents a:link {
	color: #3359B6;
	text-decoration: underline;
}
#contents a:visited {
	color: #3359B6;
	text-decoration: underline;
}
#contents a:hover {
	color: #3359B6;
	text-decoration: underline;
}




/* PrintFooter
********************************************************************/
#printFooter{
display:none;
}
