@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
background:#f5f5f5;
}

.pt_15 { padding-top: 15px; }

.mb_20 { margin-bottom: 20px; }
.mb_40 { margin-bottom: 40px; }

.fw_bold { font-weight: bold; }

.fs_09 { font-size: 0.9em; }

.lh_15 { line-height: 1.5; }

.ta_center {text-align: center; }

.txt_att01 { color: #F00; } 

/* #header 
========================================================================================================*/

#header {
	width:100%;
	height:75px;
	background:#f5f5f5;
	overflow:hidden;
}

#header #header_area {
	width:960px;
	background:#f5f5f5;
	margin:15px auto;
}

#header #header_area .logo {
 float:left;
 width:223px;
 overflow:hidden;
}

#header #header_area a img {
	display:block;
	border-style:none;
}

#header #header_area img {
	display:block;
	float:right;
}

#header h1 {
	font-size:9pt;
	color:#4C4C4C;
	margin:0 0 3px 0;
	width:223px;
}



/* #navi 
========================================================================================================*/

#navi {
	width:100%;
	height:45px;
	background:url("../img/common/navi_bg.gif") repeat-x;
	clear:both;
	overflow:hidden;
}

#navi_area {
	width:954px;
	margin: 15px auto;
}	

#navi #navi_area  ul{
	border-left:1px solid #7e7e7e;
}

#navi #navi_area ul li {
	float:left;
	list-style-type:none;
	border-right:solid #7e7e7e 1px;
}

#navi #navi_area ul li a {
	text-decoration:none;
	padding:0 27px 0 27px;
	color:#fff;
	display:block;
}

#navi #navi_area ul li a:hover {
	color:#fff;
	background:url("../img/common/main_navi_hover.png") no-repeat; 
	display:block;
}


/* #main_contents 
========================================================================================================*/
#contents a img {
		border-style:none;
}

#contents #main_contents {
	width:720px;
	float:left;
}

#contents #main_contents h2{
	background:url("../img/common/main_contents.jpg") no-repeat left bottom;
	width:685px;
	height:111px;
	color:#fff;
	margin:0 0 20px 0;
	padding:0 0 0 35px;
	letter-spacing:0.5em;
	line-height:111px;
}

#contents #main_contents h3 {
	background:url("../img/common/sub_title.gif") no-repeat left bottom;
	width:687px;
	height:35px;
	padding:0 0 0 30px;
	margin:0 0 30px 0;
	line-height:37px;
	font-size:10pt;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	clear:both;
}

#contents #main_contents h4{
	border-left:8px #000 solid;
	padding:0 0 0 8px;
	margin:0 0 20px 20px;
}

/* #sub_contents 
========================================================================================================*/
#contents #sub_contents {
	float:right;
	width:223px;
	overflow:hidden;
	font-size:10pt;
}

#sub_contents h4 {
	border-bottom : solid 3px #004bab;
	padding-bottom : 3px;
}

#sub_contents ul {
		margin:0 0 20px 0;
}

#sub_contents ul li {
	padding : 8px;
	background : url(../img/common/contacts_arrow.gif) left center no-repeat;
	border-bottom:1px #7e7e7e dotted;
	list-style-type:none;
	width:208px;
	height:15px;
}

#sub_contents ul li a {
	display : block;
	padding : 0 0 0 15px !important;
	color:#004bab;
	line-height:25px;
}

#sub_contents ul li a:hover {
	color:#90F;
}

#contents #sub_contents img {
	margin:0 0 8px 0;
	display:block;
}

/* #footer
========================================================================================================*/
#footer_ul {
	clear:both;
	background:#f5f5f5;
	border-top:#b8b8b8 1px solid;
	border-bottom:#b8b8b8 1px solid;
	width:100%;
	height:52px;
	overflow:hidden;
}

#footer_navi {
	width:960px;
	margin:0px auto;
}

#footer_navi ul li{
	float:left;
	list-style-type:none;
	border-left:1px solid #7e7e7e;
	padding:0 10px;
	margin-left:-1px;
}

#footer_navi ul li a {
	text-decoration:none;
	color:#000;
	font-size:9pt;
	padding:0 10px;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	font-weight:bold;
}

/* #address
========================================================================================================*/

#address {
	background:#f5f5f5;
	clear:both;
	overflow:hidden;
	width:100%;
	overflow:hidden;
}

#address address {	
	text-align:center;
	font-size:9pt;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	font-style:normal;
	font-weight:bold;
	padding:15px 0 15px 0;
}
