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

a {
	color: #555555;
}
a:hover {
	color: #999999;
}



/*common class*/
.mT10 {margin-top:10px !important;}
.mT15 {margin-top:15px !important;}
.mT20 {margin-top:20px !important;}
.mB10 {margin-bottom:10px !important;}
.mB15 {margin-bottom:15px !important;}
.mB20 {margin-bottom:20px !important;}
.mB35 {margin-bottom:35px !important;} 
.red{
	color:#f00 !important;
	font-weight:bold !important;
	}
a:hover img.hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.9;
	opacity:0.9;
}

.bold {
	font-weight:bold !important;
}

.border {
	border-left:solid #cdcdcd 2px;
	border-right:solid #cdcdcd 2px;
}





/*body_index*/
body#home{
	background:url(../img/header_bg_a.gif) repeat-x top;
	}
/*body_others*/
body{
	background:url(../img/header_bg_b.gif) repeat-x top;
	}

/*wrapper*/
body #wrapper{
	width:900px;
	margin:0 auto;
	font-size:1.2em;
}
	
body #wrapper #header {
	height:97px;
	margin:10px 0px 0px 0px;
}
/*float*/
body #wrapper #left {
	width:300px;
	margin:11px 0px 0px 20px;
	_margin-left:10px;
	float:left;
}
body #wrapper #left p.description {
	margin-bottom: 5px;
}
body #wrapper #right {
	width:254px;
	float:right;
	margin-top:20px;
}

/*gnavi*/
body #wrapper #g_navi{
	height:60px;
	background: #fff;
}

body #wrapper #g_navi li{
	display:inline;
}

body#home #wrapper #main_img{
	height:236px;
	margin-top:4px;
	background:url(../img/main_img_idx.jpg);
}

body #wrapper #pan {
	padding-top:5px;
	padding-left:15px;
	border-left:solid #cdcdcd 2px;
	border-right:solid #cdcdcd 2px;
}

body #wrapper #main {
	width:870px;
	padding:5px 13px 0px 13px;
	border-left:solid #cdcdcd 2px;
	border-right:solid #cdcdcd 2px;

}
body #wrapper #main #s_navi {
	width:202px;
	float:left;
}
body #wrapper #main #s_navi li {
	margin-bottom:8px;
}
body #wrapper #main #s_navi2 {
	width:189px;
	height:113px;
	padding-top:20px;
	padding-left:12px;
	background:#eeeef0;
}

body #wrapper #main #s_navi2 li {
	background:url(../img/list_img.gif) left no-repeat;
	margin-bottom:12px;
	padding-left:15px;
}

body #wrapper #main #contents {
	float:right;
	width: 640px;
}

body #wrapper #main #contents #contents_bnr {
	width:640px;
	margin:0 0 8px 0;
}

body #wrapper #main #contents h2 {
	margin-bottom:15px;
}

body #wrapper #main #contents h3 {
	margin-bottom:10px;
}

body #wrapper #main #contents .text img {
	float:left;
	margin-right:15px;
	margin-bottom:3px;
}
body #wrapper #main #contents .text p {
	margin:0 10px 12px 0;
	line-height:1.5em;
	font-size:15px;
}



/*テキストの回りこみしないとき*/
body #wrapper #main #contents .text_02 {
 margin:20px 0 30px 0;
}

body #wrapper #main #contents .text_02 p {
	margin:0 10px 12px 10px;
	line-height:1.5em;
	font-size:15px;
}



body #wrapper #main #contents .list {
	margin-left:10px;
	margin-bottom:30px;
}
body #wrapper #main #contents .list img {
	display:block;
}
body #wrapper #main #contents .list p {
	margin:0 10px 12px 0;
	line-height:1.5em;
	font-size:15px;
}
body #wrapper #main #contents #contact_btn {
	margin-left:15px;
}
body #wrapper #main #contents #contact {
	width:600px;
	height:110px;
	background:url(../img/contact_tel_bg.jpg) no-repeat;
	padding:65px 0 0 30px;
}

body #footer {
	width: 896px;
	height: 188px;
	margin: 0 auto;
	background:url(../img/footer_bg.jpg) repeat-x top;	
	font-size: 1.5em;
	border-left:solid #cdcdcd 2px;
	border-right:solid #cdcdcd 2px;
	}
body #footer ul{
		padding: 10px;
	}

body #footer ul li {

	line-height: 1.5em;
	display: inline;

	}
	
body #footer #add {
	margin: 30px 0 0 0;
	padding-right: 10px;
	}
	
body #footer address{
	text-align: right;
	}
	
