@charset "utf-8";
/* CSS Document */
@import "common/0-import.css";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main {
	margin-bottom: 100px;
}

#conts {
	margin-top: 8px;
	width: 986px;
	text-align: left;
}

#conts #sideLeft {
	float: left;
	width: 247px;
}

#conts #sideLeft .inner {
	margin: 0 0 12px 4px;
	zoom: 100%;
	background-image: url(../img/template/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}
#conts #sideLeft .inner img {
	vertical-align: top;
}


#conts #sideLeft .inner p.top {
	margin-left: 7px;
}

	*html #conts #sideLeft .inner p.top {
		margin-top: -3px;
	}
	
	*+html #conts #sideLeft .inner p.top {
		margin-top: -3px;
	}

#conts #sideLeft .inner ul {
	padding-left: 4px;
	font-size: 14px;
}

#conts #sideLeft .inner ul li {
	padding-left: 31px;
	line-height: 54px;
	background: url(../img/contact/index/icon01.gif) no-repeat left 21px;
}

#conts #sideLeft .inner ul li a {
	color: #282828;
	text-decoration: underline;
}
#conts #sideLeft .inner ul li a:hover {
	color:#749F00;
	text-decoration: underline;
}
#conts #sideLeft .inner ul li.end {
	background: url(../img/contact/index/icon02.gif) no-repeat 10px 20px;
}

#conts #sideLeft ul.bottom li {
	height: 87px;
	width: 247;
	margin-bottom: 4px;
}

	*html #conts #sideLeft ul.bottom li {
		margin-bottom: 3px;
	}
	
	*+html #conts #sideLeft ul.bottom li {
		margin-bottom: 3px;
	}

#conts #sideLeft ul.bottom li.end {
	height: 93px;
}

#conts #sideLeft ul.bottom li img {
	display: block;
}

#conts #box {
	float: right;
	width: 710px;
	font-size: 12px;
	color: #3E3E3E;
}

#conts #box h2 {
	padding-left: 35px;
	font-size: 20px;
	line-height: 46px;
	background: url(../img/contact/index/h2_back.jpg) no-repeat left top;
}

#conts #box h3 {
	margin: 35px 0 20px 5px;
	padding-left: 31px;
	font-size: 16px;
	line-height: 40px;
	background: url(../img/contact/index/h3_back.jpg) no-repeat left 9px;
}

#conts #box h4 {
	padding-left: 15px;
	font-size: 16px;
	line-height: 35px;
	background: url(../img/contact/index/h4_back.jpg) no-repeat left top;
}

#conts #box h5 {
	margin-top: 33px;
	padding-left: 15px;
	font-size: 16px;
	line-height: 35px;
	background: url(../img/contact/index/h5_back.jpg) no-repeat left top;
}

#conts #box .boxA {	
	padding: 17px 0 15px 19px;
	margin-top: 5px;
	overflow: hidden;
	background-color: #F8FFCC;
}

#conts #box .boxA p {
	line-height: 1.7;
}

#conts #box .boxA p.right {
	margin: 10px 10px 0 0;
	text-align: right;
}

#conts #box .boxB {
	padding-left: 12px;
	margin-top: 5px;
}

#conts #box .boxC {
	margin-right: 37px;
	float: left;
	width: 327px;
}

#conts #box .boxC a {
	color: #3E3E3E;
}

#conts #box .end {
	margin-right: 0;
}

#conts #box .boxD {
	margin-top: 3px;
	padding: 10px 10px 10px 12px;
	border: 1px solid #cecece;
	line-height: 1.6;
}

#conts #box .boxD p img {
	margin-bottom: 5px;
}

#conts #box .mt40 {
	margin-top: 40px;
}
#conts #box .boxF {
	padding-top: 10px;
	padding-bottom: 15px;
}
#conts #box .boxF h4 {
	background-image: url(../img/contact/speed_seo/h4.jpg);
	font-size: 16px;
	background-position: left 8px;
	color: #42723E;
	padding-left: 31px;
	line-height: 40px;
}

#conts #box .boxF p {
	padding-left: 31px;
	padding-top: 10px;
	font-size: 13px;
	line-height: 18px;
}
#conts #box .boxB p {
	font-size: 13px;
	line-height: 18px;
	margin-top: 10px;
}
#conts #box .boxD h3 {
	margin: 0px 0px 20px 5px;
	padding: 0px 0px 0px 31px;
	font-size: 16px;
	line-height: 40px;
}
.img-right {
	float: right;
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom:5px;

}
.img-left {
	float: left;
	margin-right: 10px;
	margin-left: 15px;
	margin-bottom:5px;

}
.img-center {
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom:5px;
	margin-top: 15px;
	text-align: center;
}

/*	テーブル　*/

.common-table {
	background-color: #FF9933;
	border: 0px;
	margin-left: 13px;
	margin-bottom: 15px;
}

.common-table th {
	color: #996600;
	background-color: #FFFFCC;
	font-weight: normal;
	padding: 5px;
	line-height: 130%;
}

.common-table td {
	background-color: #FFFFFF;
	color: #996600;
	padding: 5px;
	line-height: 130%;
}


.table {
	margin: 15px 0px 25px 10px;
	line-height: 1.5em;
	background: #999;
}

.table thead th {
	background: #E3E0DC;
	text-align: center;
	color: #666;
	border: solid 1px #f3f3f3;
	border-width: 2px 2px 1px 2px;
}

.table th,

.table td {
	padding: 7px 10px 6px;
	border: solid 1px #FFF;
	border-width: 2px 2px 1px 2px;
	background: #FFF;
	text-align: left;
	vertical-align: top;
}

.table th {
	background: #F3F2F1;
	font-weight: bold;
}
#in_navi {
	width: 600px;
	margin: 20px auto 0;
	padding: 0 0 2px;
	margin-bottom: 20px;
}

#in_navi li {
	float: left;
	height: 45px;
	margin: 0;
	list-style-type: none;
	margin-right: 5px;
}
.works_wrapper {
	width:690px;
	margin: 5px 0px;
	padding: 0px 9px 13px 9px;
	border: 1px solid #d9d9d9;
	margin-top: 10px;
}

}
.works_img {
	float:left;
	border: 1px solid #BFBFBF;
}
.works_item {
	margin: 0px 10px 0px 5px;
	float:left;
	width: 141px;
}
.works_item ul.works_item_group_stn ,
.works_item ul.works_item_group_opt {
	width: 141px;
	margin: 0;
	padding:0 0 3px 0!important;
	float:left;
	background-color: #f2f2f2;
	border: 1px solid #d9d9d9;
}
.works_item ul.works_item_group_opt {
	margin-top:5px;
	height:46px;
}

.works_item ul.works_item_group_stn ul ,
.works_item ul.works_item_group_opt ul {
}

ul.works_item_group_stn li , 
ul.works_item_group_opt li {
	float:left;
	width: 68px;
	height: 23px;
	list-style-type:none!important;
}

.sitemap{



	margin-top:20px;

	margin-left:11px;

}

.sitemap h2{



	font-size:14px;

	font-weight:normal;

	padding:8px 0px 2px 20px;

	margin:0px 0px 8px 0px;

	background:none;

	background-image: url(../img/s-dot5.gif);

	background-repeat:no-repeat;

	background-position: left top;

}

.sitemap h2 a{

	padding:0 0 0 5px;



}

.sitemap ul {

	font-size: 13px;

	margin-top: 0px;

	margin-bottom: 20px;

	color: #333333;

	padding-left: 0px;

	margin-left:34px;

	background-image: url(../img/s-dot3.gif);

	background-repeat: repeat-y;

	background-position: left top;

}

.sitemap ul ul {

	margin-left:100px;

	margin-top: 3px;

	margin-bottom:3px;

	margin-right:-20px;

	padding-top:2px;

}

.sitemap ul li {

	background-image: url(../img/s-dot.gif);

	background-repeat: no-repeat;

	list-style-type: none;

	margin-bottom: 0px;

	margin-top: 0px;

	padding-top: 0px;

	padding-bottom: 2px;

	line-height: 20px;

}

.sitemap ul li  a{

	margin-left:23px;

}

.sitemap ul li li{





}



.sitemap ul li.bottom{

	background-image: url(../img/s-dot2.gif);

	margin-top:0px;

	margin-bottom:10px;

	padding-bottom:0;

}
