﻿*{
	font-size:14px;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color:#666666;
}

html{
	height:100%;
}

body{
	height:100%;
	width:100%;
	line-height:160%;
	margin:0 auto;
	background-color:#F1F1F1;
}

/*全体を囲む*/
#container{
	width:1000px;
	margin:0 auto;
	text-align:left;
}

#container:after{
	content:"";
	display:block;
	clear:both;
}

/*ヘッダー*/
#header{
	width:100%;
	height:100px;
	background:#7AB72A;
	border-bottom:1px solid #dddddd;
	line-height:100px;
	position:relative;
}

#header #title{
	/*vertical-align:middle;
	margin-left:10px;*/
	position:absolute;
	top:20px;
	left:10px;
}

#header #pic1{
	margin-left:10px;
	position:absolute;
	top:5px;
	left:250px;
}

#header #pic2{
	margin-left:10px;
	position:absolute;
	top:5px;
	left:390px;
}

#header #tel{
	position:absolute;
	top:15px;
	left:800px;
    /*left:580px;*/
}

/*ヘッダー下の大きい写真スペース*/
#feature{
	width:930px;
    height:235px;
	background-color:#ffffff;
	margin:10px auto 30px;
	border:1px solid #dddddd;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	position:relative;
}

#feature img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;
}

#feature p{
	position:absolute;
    top:15px;
	left:280px;
    width:630px;
}

#feature .p_th{
	font-size:15px;
	font-weight:bold;
}

/*左サイドバー*/
#sidebar{
	width:220px;
	height:100%;
	float:left;
	margin-left:35px;
}

#sidebar .side_menu{
	width:220px;
	background-color:#ffffff;
	border:1px solid #dddddd;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:10px;
}

#sidebar .side_menu .pic{
	margin:0 10px;
}

#sidebar .side_menu .pro_list li{
	list-style:none;
	margin-left:-20px;
}

.mini_box{
	display:table;
	width:100px;
	height:35px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	text-align:center;
	float:left;
	padding:2px;
	margin:3px;
	line-height:100%;
}

.gr{
	background-color:#7AB72A;
}

.og{
	background-color:#EA9C3F;
}

.bl{
	background-color:#6399CE;
}

.mini_box p{
	color:#ffffff;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	line-height:100%;
}

/*内容*/
.content{
	width:680px;
	float:left;
	margin-left:35px;
}

.content .menu_1{
	width:300px;
	background-color:#ffffff;
	border:1px solid #dddddd;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	float:left;
	padding:10px;
}

.content .menu_2{
	width:640px;
	background-color:#ffffff;
	border:1px solid #dddddd;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	float:left;
	padding:10px;
}

.content .menu_2 img{
	float:left;
	margin-right:15px;
}

.content .menu_2 p{
	margin:10px;
}


/*フッター*/
#footer{
	width:100%;
	height:50px;
	background-color:#7AB72A;
	float:left;
	margin-top:20px;
	color:#ffffff;
	font-weight:nomal;
}

#footer #copylight{
	vertical-align:middle;
	text-align:center;
}

/*共通パーツ*/
a img{
	border-style:none;
}

h4{
	margin:5px 0px 10px 5px;
	font-weight:bold;
	font-size:16px;
}

h5{
	margin:0px 10px;
	font-weight:bold;
	border-bottom:1px double #CCCCCC;
}

.mgl16{
	margin-left:16px;
}

.mgt10{
	margin-top:10px;
}

.font_wt{
	color:#ffffff;
}

.clr:after{
	content:"";
	display:block;
	clear:both;
}

.rt{
	float:right;
}

.tr:after{
	content:"";
	display:block;
	clear:both;
}
