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

/*リセット*/
body, h1, h2, h3, h4, ul, li, p {
	margin:0;
	padding:0;
}

h1, h2, h3, h4 {
	font-size:16px;
}

ul, li {
	list-style-type:none;
}

a img {
	border:0;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

/*全体*/

body {
	line-height:1.4em;
}

#header_wrap {
	height:83px;
	background-image:url(../images/common/header/header_back.gif);
	background-repeat:repeat-x;
	border-bottom:solid 6px #92d500;	
}

h2 {
	font-size:17px;
	font-family:"小塚ゴシック Pr6N", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#646464;
	border-bottom:solid #92d500 2px;
	padding-bottom:8px;
	line-height:1em;
}

.border2px {
	width:640px;
	border-bottom:solid #92d500 1px;
	margin:1px 0 15px;
}

/*ヘッダー*/
#header {
	width:860px;
	height:83px;
	margin:0 auto;	
}

#header_top_area {
	width:860px;
	height:18px;
	padding:8px 0 0;
	font-size:12px;
	text-align:right;
	color:#a0a0a0;
}

#header_left_area {
	width:440px;
	height:50px;
	float:left;
	margin-top:7px;
}

#header_left_area #logo {
	float:left;
	margin:0 3px 0 0;
}

#header_left_area #sito_title {
	float:left;
}

#header_left_area #site_title a img:hover{
	opacity:1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	background: #fff;
}

#header_right_area {
	width:420px;
	height:55px;
	float:right;
	margin-top:3px;
}

#header_navi_box {
	margin-bottom:1px;
}

#header_navi_box .inner_box {
	float:right;
	margin-left:15px;
}

#header_tel_box #tel {
	height:27px;
	float:right;
	border-left:dotted 1px #646464;
	padding:2px 10px 0 15px;
	text-align:right;
}

#header_tel_box #tel img {
	margin:0 0 2px;
}

#header_tel_box #fax {
	height:18px;
	float:right;
	border-left:dotted 1px #646464;
	border-right:dotted 1px #646464;
	padding:13px 15px 0 10px;
}

/*メインイメージ*/
#main_image_wrap {
	height:205px;
	background-color:#d9d5cc;
}

#main_image {
	width:860px;
	height:205px;
	margin:0 auto;
}

/*ナビゲーション*/
#navi_wrap {
	height:50px;
	background-image:url(../images/common/navi/navi_back.gif);
	background-repeat:repeat-x;
}

#navi {
	width:860px;
	margin:0 auto;
}

#navi li {
	float:left;
}

a img:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: #fff;
}

#navi a {
	width:142px;
	height:50px;
	display:block;
}

#navi a#top {
	width:148px;
	background-image:url(../images/common/navi/navi_top_on.jpg);
}
#navi a#service {
	background-image:url(../images/common/navi/navi_service_on.jpg);
}
#navi a#about {
	background-image:url(../images/common/navi/navi_about_on.jpg);
}
#navi a#price {
	background-image:url(../images/common/navi/navi_price_on.jpg);
}
#navi a#question {
	background-image:url(../images/common/navi/navi_question_on.jpg);
}
#navi a#recruit {
	width:144px;
	background-image:url(../images/common/navi/navi_recruit_on.jpg);
}

#navi a img:hover {
	opacity:0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	background: #fff;
}

#navi_border_wrap {
	background-color:#92d500;
	margin-bottom:20px;
}

#navi_border {
	width:860px;
	height:6px;
	margin:0 auto;
}

/*ページコンテンツ*/
#contents_wrap {
	width:860px;
	margin:0 auto 50px;
}

#main_contents {
	width:640px;
	margin:0 20px 0 0;
	float:left;
}

/*サブカラム*/
#sub_column {
	width:200px;
	float:right;
}

#sub_column div {
	margin-bottom:10px;
}

#sub_navi_box {
	width:200px;
}

#sub_navi_box li {
	width:200px;
	height:39px;
	
}

/*フッター*/
#footer_top_wrap {
	height:39px;
	background-image:url(../images/common/footer/footer_back.gif);
	background-repeat:repeat-x;
}

#footer_top {
	width:860px;
	height:39px;
	margin:0 auto;
	font-size:12px;
	color:#5f6d3d;
	padding:11px 0 0 0;
}

#footer_top_left {
	float:left;
}

#footer_top_right {
	float:right;
	padding:2px 0 0 0;
}

#footer_top a {
	color:#5f6d3d;
	text-decoration:none;
}

#footer_top_left a:hover {
	color:#97a476;
}

#footer_top_right a{
	width:110px;
	height:14px;
	background-image:url(../images/common/footer/page_top.png);
	background-repeat:no-repeat;
	display:block;
}

#footer_top_right a:hover {
	background-image:url(../images/common/footer/page_top_on.png);
}

#footer_bottom {
	height:95px;
	background-color:#92d500;
}

#footer_bottom p {
	font-size:12px;
	color:#FFFFFF;
	line-height:23px;
	text-align:center;
	padding-top:12px;
}

#footer_info {
	width:265px;
	color:#ffffff;
	font-size:12px;
	margin:0px auto 0;
	padding-top:10px;
	line-height:1em;
}

#copylight {
	font-size:10px;
	color:#c2c2c2;
	line-height:25px;
	text-align:center;
}

#footer_bootom_end {
	height:25px;
	background-color:#426000;
}

