@charset "utf-8";

/* RESET
-------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
	}

body {
	padding:24px 0px 10px 0px;
	margin:0;
	background: #e0e0e0 url(images/share/bg.gif) repeat-x left top;
	/*font-family:"ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;*/
	/*font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;*/
font-family:Helvetica, Arial,
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;

	font-size:14px;
	color:#333333;
	}

/*
clearfix
-------------------*/
.clearfix:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	}
/*--- IE ---*/
.clearfix {
	display:inline-block;
	}
/*MacIE \*/
* html .clearfix {height: 1em;}
.clearfix {display: block;}
/*  */



/* TAG
-------------------------------------------------- */
h2 {
	/*font-family:"メイリオ", Meiryo,ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
	color:#ffffff;
	font-weight:bold;
	line-height:130%;
	padding:8px 10px 7px 10px;
	margin:0px 0px 30px 0px;
	background-color:#71ad35;
	border-bottom:solid 5px #508a16;*/
	}

h3 {
	/*font-size:15px;
	color:#555555;
	font-weight:bold;
	line-height:130%;
	padding:5px 10px 5px 10px;
	margin:0px 0px 20px 0px;
	background-color:#fafafa;
	border-top:solid 1px #d2d2d2;
	border-right:solid 1px #d2d2d2;
	border-bottom:solid 3px #649e2b;
	border-left:solid 1px #d2d2d2;*/
	}
h3a {
	/*font-size:14px;
	color:#555555;
	font-weight:bold;
	line-height:110%;
	padding:5px 10px 5px 10px;
	margin:0px 0px 20px 0px;
	background-color:#fafafa;
	border-top:solid 1px #d2d2d2;
	border-right:solid 1px #d2d2d2;
	border-bottom:solid 3px #649e2b;
	border-left:solid 1px #d2d2d2;*/
	}

h4 {
	/*font-size:15px;
	color:#666666;
	font-weight:bold;
	line-height:130%;
	padding:3px 8px 3px 8px;
	margin:0px 0px 20px 2px;
	border-left:solid 3px #bd4c4c;*/
	}

a {
	color:#649e2b;
	text-decoration:underline;
	}

fieldset, img{
	border:0;
}

p {
	color:#333333;
	line-height:160%;
	padding:0px 15px 0px 15px;
	margin:0px 0px 20px 0px;
	}
	
p.center {
	text-align:center;
	}

ul {
	padding:0px 50px 10px 45px;
	margin:0px 0px 0px 0px;
	}
ul li {
	padding:0px 0px 0px 5px;
	margin:0px 0px 10px 0px;
	line-height:130%;
	list-style-image:url(css/images/dt_icon.gif);
	}

ol {
	padding:0px 50px 10px 45px;
	margin:0px 0px 0px 0px;
	}
ol li {
	padding:0px 0px 0px 5px;
	margin:0px 0px 10px 0px;
	line-height:130%;
	list-style-position:outside;
	}

dl {
	padding:0px 0px 0px 12px;
	margin:0px 0px 20px 0px;
	background-image:url(css/images/dl_line_dot.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	}
dt {
	padding:0px 0px 3px 20px;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	line-height:130%;
	background-image:url(css/images/dt_icon.gif);
	background-position:left 2px;
	background-repeat:no-repeat;
	}
dd {
	padding:0px 0px 2px 38px;
	margin:0px 0px 0px 0px;
	line-height:130%;
	}

table {
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	}
tr {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}
td {
	padding:8px 12px 8px 12px;
	margin:0px 0px 0px 0px;
	line-height:150%;
	}

span{
	color:#F00
}



/* CLASS
-------------------------------------------------- */

.clear {
	clear:both;
	}

.none {
	display:none;
	}

.align_left {
	text-align:left;
	}
.align_right {
	text-align:right;
	}
.align_center {
	text-align:center;
	}
.align_justify {
	text-align:justify;
	}

.float_left {
	float:left;
	}
.float_right {
	float:right;
	}
.float_none {
	float:none;
	}

.font_10 {
	font-size:10px;
	}
.font_11 {
	font-size:11px;
	}
.font_12 {
	font-size:12px;
	}
.font_13 {
	font-size:13px;
	}
.font_14 {
	font-size:14px;
	}
.font_15 {
	font-size:15px;
	}
.font_16 {
	font-size:16px;
	}

.border_gray {
	border:solid 1px #d2d2d2;
	}

.bg_gray {
	background-color:#dfdfdf;
	}
.bg_ash {
	background-color:#fafafa;
	}
.bg_green {
	background-color:#d6f1bc;
	}


/* Wrapper
-------------------------------------------------- */

#wrapper:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	}
/*--- IE ---*/
#wrapper {
	display:inline-block;
	/*background: url(images/share/bg_bottom.png) no-repeat left bottom;*/
	width: 882px;
	margin: 0 auto;
	padding: 0;
	}
/*MacIE \*/
* html #wrapper {height: 1em;}
#wrapper {display: block;}


#wrapper_header:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	}
/*--- IE ---*/
#wrapper_header {
	display:inline-block;
	background: url(images/share/bg_head.png) no-repeat left top;
	padding:19px 0 0 0;
	width: 882px;
	margin: 0 auto;
	}
/*MacIE \*/
* html #wrapper_header {height: 1em;}
#wrapper_header {display: block;}


/* HEADER
-------------------------------------------------- */
#header {
	width: 851px;
	margin:0px auto;
	padding:0;
	position: relative;
	}

h1 {
	width:412px;
	padding:0;
	margin:0 0 0 5px;
	float:left;
	}

#header .header_right {
	float:right;
	width: 208px;
	padding: 19px 0 12px 0;
}

#header .header_right .search_box:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	}
/*--- IE ---*/
#header .header_right .search_box {
	display:inline-block;
	clear:both;
	border: 1px solid #707070;
	padding: 2px;
	width:198px;
	}
/*MacIE \*/
* html #header .header_right .search_box {height: 1em;}
#header .header_right .search_box {display: block;}

#header .header_right .search_box .txt {
	border:0;
	font-size: 150%;
	padding:0;
	height:22px;
	width: 156px;
	outline: 0;  /*safariの自動フォーカスを切る */
	margin:0;
	float:left;
}

#header .header_right .search_box .sub {
	border:none;
	background: #475051;
	color:#fff;
	padding: 4px 6px;
	font-size: 100%;
	float:right;
	margin:0;
	width:42px;
}

#header .header_right ul:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	}
/*--- IE ---*/
#header .header_right ul {
	display:inline-block;
	list-style:none;
	color:#000000;
	padding: 0 0 10px 0;
	margin:0;
	float:right;
	}
/*MacIE \*/
* html #header .header_right ul {height: 1em;}
#header .header_right ul {display: block;}
	
#header .header_right ul li {
	float:left;
	list-style:none;
	padding: 0;
	margin:0;
}

#header .header_right ul li a {
	color:#000000;
	text-decoration:none;
}


#header #menu:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
	}
/*--- IE ---*/
#header #menu {
	display:inline-block;
	clear:both;
	background: url(images/share/navi_off.gif) repeat-x left center;
	margin: 0 0 12px 0;
	}
/*MacIE \*/
* html #header #menu {height: 1em;}
#header #menu {display: block;}

 
#header #menu ul {
	list-style:none;
	padding:0;
	margin:0;
}

#header #menu ul li {
	float:left;
	font-size: 120%;
	color:#fff;
	margin:0;
	padding:0;
	background: url(images/share/navi_line.gif) no-repeat right top;
}

#header #menu ul li a {
	color:#fff;
	text-decoration:none;
	padding:  13px 23px;
	display:block;
}

#header #menu ul li a:hover {
	color:#fff;
	background: url(images/share/navi_on.gif) repeat-x left center;
	text-decoration:none;
	padding:  13px 23px;
	display:block;
}

#mainpict {
	padding: 0 0 0 5px;
	background:url(images/share/bg_main.png) repeat-y;
}

#mainpict img {
	vertical-align:bottom;
}

#header #btn_english {
	position:absolute;
	top:-14px;
	right:0;
}


/* main
-------------------------------------------------- */
#main{
	background:url(images/share/bg_main.png) repeat-y;
}

/* CONTAINER
-------------------------------------------------- */
#container {
	width:882px;
	height:auto;
	padding:0px;
	margin:0px auto;
	/*background-color:#ffffff;*/
}



/* TOP
----------------------------------------- */
#top_page {
}

#top_left {
	width: 546px;
	float:left;
	padding: 11px 0 0 14px;
}

#top_left .top_box h2 {
	padding: 0 0 18px 0;
}

#top_left .top_box .pict {
	float:right;
	width:260px;
}

#top_left .top_box .pict .pict_01{
	margin:0;
}

#top_left .top_box .pict .pict_02{
	width:143px;
	margin-left:55px;
}

#top_left .top_box ul {
	padding: 0 15px;
	list-style:none;
	margin:0;
}

#top_left .top_box ul li {
	float:left;
	padding:0 5px 5px 5px;
	margin:0;
	width:162px;
	height:56px;
}

#top_right {
	width:299px;
	float:left;
	padding: 0 0 0 16px;
}
#top_right #top_news {
	background:#f1f1f1;
	padding-top: 10px;
}

#top_right #top_news h2 {
	padding: 0 0 0 9px;
	margin-bottom: 6px;
}

#top_right #top_news dl {
	margin: 0 18px;
	background: url(images/share/dot_01.gif) repeat-x left bottom;
	padding:6px 0 11px 5px;
}

#top_right #top_news dl dt {
	color:#2f830e;
	background: url(images/index/pt.gif) no-repeat left center;
	padding:0 0 0 15px;
	margin: 0 0 4px 0;
	letter-spacing:0.1em;
}

#top_right #top_news dl dd {
	padding:0;
	color:#000000;
	
}

#top_right #top_news .btn_read {
	padding: 16px 17px 20px 0;
	text-align:right;
}

#top_right #top_toiawase {
	margin: 20px 13px 0 5px;
	background:#e9f3e5;
	padding: 10px 8px 30px 8px;
}

#top_right #top_toiawase .ttl {
	background: url(images/share/dot_01.gif) repeat-x left bottom;
	padding: 8px 0;
	margin: 0 0 7px 0;
}

#top_right #top_toiawase h2 {
	color:#035c27;
	padding: 0 0 0 17px;
	background: url(images/share/pt_02.gif) no-repeat 5px 0.1em;
	font-size:130%;
}

#top_right #top_toiawase h3 {
	font-size:100%;
	padding: 0 0 0 13px;
}

#top_right #top_toiawase p {
	margin:0;
	padding:0 0 0 13px;
	clear:both;
}

#top_right #top_toiawase dl {
	padding:0 0 0 13px;
	margin:0;
	clear: both;
}

#top_right #top_toiawase dl dt,
#top_right #top_toiawase dl dd {
	padding:0;
	margin:0;
	float:left;
	font-weight: normal;
}

#top_right #top_toiawase dl dt {
	width: 40px;
}

/* SUB
----------------------------------------- */
#sub_page {
	padding: 0 6px 20px 5px;
}

#sub_page.no_contents {
	padding: 0 6px 200px 5px;
}

#sub_page h2 {
	background: url(images/share/h2.gif) repeat-x left top;
	/*border-top:1px solid #505050;
	border-bottom:1px solid #505050;
	background:#013415;
	color:#fff;*/
	border-bottom:2px solid #E1EAE1;
	color:#013415;
	padding: 12px 10px 10px 21px;
	margin: 0 10px 15px 10px;
}

#sub_page h3 {
	font-size: 130%;
	border-bottom:1px dotted #505050;
	padding: 10px 10px 10px 22px;
	margin: 0 20px 17px;
	color:#013415;
	background: url(images/share/pt.gif) no-repeat 5px 17px;
}
#sub_page h3a {
	font-size: 120%;
	border-bottom:1px dotted #505050;
	padding: 10px 10px 10px 22px;
	margin: 0 20px 17px;
	color:#013415;
	background: url(images/share/pt.gif) no-repeat 5px 17px;
}

#sub_page h4 {
	font-size: 120%;
	color:#666666;
	font-weight:bold;
	line-height:130%;
	padding:3px 8px 3px 8px;
	/*margin:0px 0px 20px 2px;*/
	border-left:solid 3px #013415;
	margin: 0 10px 15px 22px;
}

#sub_page h5 {
	font-size: 110%;
	color:#666666;
	margin: 0 10px 15px 10px;
}

#sub_page p {
	padding: 0 28px;
}

#sub_page p.p_ttl {
	background:url(images/index/pt.gif) 10px 4px no-repeat;
	padding: 0 0 0 30px;
	margin:0 28px 20px 10px;
}

#sub_page ul {
	list-style:none;
	padding: 0 48px 10px 28px;
}

#sub_page ul li {
	background: url(images/index/pt.gif) no-repeat 0 3px;
	padding: 0 0 0 20px;
	color:#063;
}

#sub_page ol li {
	color:#063;
}

/*#sub_page table {
	margin: 0 28px;
}*/

/*#sub_page table th {
	background:#013415;
	color:#fff;
	padding: 0 10px;
}*/

/* gallery
---------------------------------------- */
#sub_page .gallery{
	margin-left:55px;
}

#sub_page .gallery>div{
	width:400px;
	float:left;
	min-height:330px;
	height:auto !important;
	height:330px;
	margin-bottom:20px;
}


/* table
---------------------------------------- */
#sub_page table{
	/*width:815px;*/
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	/*table-layout: fixed;*/
	margin:0 28px 20px 28px;
}

#sub_page table tbody tr th,
#sub_page table tbody tr td{
	border-collapse:collapse;
	border:#DDD 1px solid;
	padding:7px 10px;
}

#sub_page table tbody tr th{
	background-color:#F1F1F1;
	color:#000;
}

/* access  googlemap
---------------------------------------- */
.map{
	margin:0 30px 20px 28px;
}


/* works ローカルナビ
---------------------------------------- */
#sub_page .w_navi{
	margin:30px 0;
}

/* page top
---------------------------------------- */
#sub_page .pagetop{
	text-align:right;
	padding:0 0 10px 0;
	border-bottom:#CCC 1px dotted;
	margin:50px 22px 20px 22px;
	
}


/* NAVIGATION
---------------------------------------- */
#navigation {
	width:200px;
	min-height:380px;
	height:auto !important;
	height:380px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 25px 0px;
	/margin:0px 0px 10px 0px; /* IE6/7 ハック */
	border:solid 1px #ffffff;
	float:left;
	}
#navigation1 {
	width:100px;
	min-height:380px;
	height:auto !important;
	height:300px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 25px 0px;
	/margin:0px 0px 10px 0px; /* IE6/7 ハック */
	border:solid 1px #ffffff;
	float:left;
	}

#menu_caption {
	padding:20px 0px 15px 20px;
	margin:0px 0px 0px 0px;
	background-color:#ebebeb;
	background-image:url(css/images/menu_caption_bg.gif);
	background-position:left top;
	background-repeat:repeat-y;
	border:solid 1px #d2d2d2;
	}
#menu_caption p {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:100%;
	color:#747474;
	}

ul.menu {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:#ffffff;
	}

ul.menu li {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-top:solid 1px #ffffff;
	border-right:solid 1px #d2d2d2;
	border-bottom:solid 1px #d2d2d2;
	list-style:none;
	list-style-image:none;
	}
ul.menu li a {
	display:block;
	width:171px;
	height:auto;
	padding:8px 0px 7px 28px;
	margin:0px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	line-height:130%;
	text-decoration:none;
	background-color:#fafafa;
	background-image:url(css/images/menu_li_bg_off.gif);
	background-position:left top;
	background-repeat:repeat-y;
	}
ul.menu li a:hover {
	display:block;
	width:171px;
	height:auto;
	padding:8px 0px 7px 28px;
	margin:0px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
	color:#69a62e;
	line-height:130%;
	text-decoration:none;
	background-color:#fefefe;
	background-image:url(css/images/menu_li_bg_on.gif);
	background-position:left top;
	background-repeat:repeat-y;
	}









/* FOOTER
-------------------------------------------------- */

#footer {
	background: url(images/share/bg_bottom.png) no-repeat left bottom;
	clear:both;
	width:882px;
	height:auto;
	padding:0;
	margin:0px auto;
	text-align:center;
	}

#footer p {
	margin:0;
	padding:35px 0 15px 0;
	color:#727272;
}


/* works
--------------------------------------------------------*/


.works_w {
	padding-left: 0px;
	padding-right: 35px;
	padding-top: 5px;
    padding-bottom:10px;
	clear: both;
}

.works_p {
	float: right;
	padding-left: 15px;
	padding-bottom: 10px;
}
