@charset "utf-8";

/* ==================== RESET ==================== */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,
h5,h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}
img {
	vertical-align: bottom;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select {
	*font-size:100%;
}
legend {
	color:#000;
}
select,input,button,textarea {
	font:99%;
}

table {
	font-size:inherit;
	font:100%;
}


pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/* ==================== BASE ==================== */

body{
	font: 13px/1.385 "ヒラギノ角ゴ Pro W3",arial,"Hiragino Kaku Gothic Pro",Osaka,"MS Pゴシック","MS PGothic",sans-serif;
	*font-size:small;
	*font:x-small;
	color: #333;
}
a:link,a:visited{
	color: #987A03;
	text-decoration: underline;
}
a:hover,a:focus,a:active{
	
}
.clearfix{
	zoom: 1;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
	line-height:0;
}


/* ==================== LAYOUT ==================== */


/* #header */

#header{
	width: 952px;
	margin: 0 auto;
	height: 115px;
	position: relative;
}
#header .home{
	position: absolute;
	top: 0;
	left: 0;
}
#header .logo{
	position: absolute;
	bottom: 0;
	left: 0;
}
#header .contact{
	position: absolute;
	bottom: 0;
	right: 0;
}


/* #gnav */

#gnav{
	width: 952px;
	margin: 0 auto;
	padding: 8px 0;
	overflow: hidden;
	zoom: 1;
}
#gnav ul{
	float: right;
}
#gnav ul li{
	float: left;
	margin-left: 20px;
}
#gnav ul li a,
#gnav ul li a:visited{
	color: #666;
}
#gnav ul li a:hover{
	color: #987A03;
}


/* #main_image */

#main_image{
	background-color: #000;
	text-align: center;
}


/* #contents */

#contents{
	width: 952px;
	margin: 10px auto 0 auto;
	overflow: hidden;
	zoom: 1;		
}


/* #main */

#main{
	float: right;
	width: 740px;
}


/* #sidenavi */

#sidenavi{
	float: left;
	width: 200px;
}
#sidenavi .side_links{
	margin-bottom: 10px;
}
#sidenavi .side_links li{
	padding: 9px 0 11px 9px;
	background: url(../image/bg-01.gif) repeat-x 0 100%
}
#sidenavi .side_links li a,
#sidenavi .side_links li a:visited{
	display: block;
	color: #666;
	border-left: 6px solid #666;
	padding: 2px 0 2px 14px;
	text-decoration: none;
	font-size: 1.154em;
	font-weight: bold;
}
#sidenavi .side_links li a:hover{
	color: #987A03;
	border-left: 6px solid #987A03;
}

#sidenavi .side_banners{
	margin-bottom: 15px;
}
#sidenavi .side_banners li{
	margin-bottom: 15px;
}
#sidenavi .side_banners li a{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	zoom: 1;
	height: 80px;
	width: 200px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#sidenavi .side_banners li a:hover{
	background-position: -200px 0;
}
#sidenavi .side_banners li.item01 a{
	background-image: url(../image/sidenavi_side_banners-01.jpg);
}
#sidenavi .side_banners li.item02 a{
	background-image: url(../image/sidenavi_side_banners-02.jpg);
}
#sidenavi .side_banners li.item03 a{
	background-image: url(../image/sidenavi_side_banners-03.jpg);
}
#sidenavi .side_banners li.item04 a{
	background-image: url(../image/sidenavi_side_banners-04.jpg);
}

#sidenavi .side_banners2{
	margin-bottom: 15px;
}
#sidenavi .side_banners2 li{
	margin-bottom: 15px;
}

#sidenavi .navi1{
	border:1px solid #ccc;
	padding: 10px 8px;
	margin-bottom:10px;
}
#sidenavi .navi1 h3{
	border-left: 6px solid #666;
	padding: 2px 0 2px 14px;
	color: #666;
	font-size: 1.154em;
	font-weight: bold;
}
#sidenavi .navi1 .map{
	margin-top: 28px;
}
#sidenavi .navi1 dl{
	padding: 10px 0 0;
}
#sidenavi .navi1 dl dt{
	color: #3A3107;
	font-weight: bold;
}
#sidenavi .navi1 ul{
	margin-top:  10px;
}
#sidenavi .navi1 ul ul{
	margin: 0 0 0 10px;
}



/* #footer */

#footer{
	width: 952px;
	margin: 10px auto 0 auto;
	overflow: hidden;
	zoom: 1;
}
#footer .site_links{
	float: left;
	display: inline;
	background: url(../image/bg-01.gif) repeat-x 0 0;
	width: 520px;
	margin-left: 20px;
}
#footer .site_links li{
	float: left;
	*white-space: nowrap;
	margin: 10px 20px 0 0;
}
#footer .site_links li a,
#footer .site_links li a:visited{
	color: #666;
}
#footer .site_links li a:hover{
	color: #987A03;
}
#footer .site_banners{
	float: right;
	display: inline;
	margin-right: -17px;
	overflow: hidden;
	zoom: 1;
}
#footer .site_banners li{
	float: left;
	display: inline;
	margin-right: 17px;
}


/* #copyright */

#copyright{
	height: 60px;
	width: 952px;
	margin: 10px auto 0 auto;
	position: relative;
	background: url(../image/bg-01.gif) repeat-x 0 0;
}
#copyright p.copyright{
	width: 220px;
	padding-top: 10px;
	margin: 0 auto;
}
#copyright p.mediwill{
	position: absolute;
	top: 8px;
	right: 0;
}


/* ==================== PAGE ==================== */

#main h1{
	color: #3A3107;
	font-size: 2.692em;
	line-height: 1.029em;
	margin-bottom: -15px;
	background: url(../image/bg-01.gif) repeat-x 0 100%;
	padding: 15px 0 24px;
}

#main .h2_area{
	margin-top: 45px;
}

#main .h2_area h2{
	font-size: 2em;
	line-height: 1.038em;
	color: #666;
	margin-bottom: 15px;
}

#main .h2_area .box_block{
	overflow: hidden;
	zoom: 1;
	margin: 0 -20px 20px 0;
}
#main .h2_area .box_block .box{
	background-color: #EDEDED;
	float: left;
	display: inline;
	margin-right: 19px;
	padding: 10px 15px 0;
	width: 330px;
}
#main .h2_area .box_block .box h3{
	color: #3B3108;
	background: url(../image/bg-02.gif) repeat-x 0 100%;
	padding-bottom: 10px;
	margin-bottom: 14px;
	font-weight: normal;
	text-decoration:underline;
	font-size: 1.385em;
	line-height: 1.056em;
}
#main .h2_area .box_block .box h3 a{
text-decoration:none;
}
#main .h2_area .box_block .box .thumb{
	float: right;
	margin-left: 10px;
}
#main .h2_area .box_block .box .thumb img{
	padding: 4px;
	display: block;
	border:1px solid #fff;
	background-color: #EDEDED;
}
#main .h2_area .box_block .box .details{
	margin: 0 0 0 116px;
}
#main .h2_area .box_block .box .details a{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	zoom: 1;
	height: 38px;
	width: 80px;
	background: url(../image/box_block_details.png) no-repeat 0 0;
}

#main .h2_area .page_details{
	margin: 15px 0 0 0;
	padding-right: 30px;
	overflow: hidden;
	zoom: 1;
	clear: both;
}
#main .h2_area .page_details a{
	float: right;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	zoom: 1;
	height: 16px;
	width: 85px;
	background: url(../image/page_details.png) no-repeat 0 0;
}

#main .h2_area .page_top{
	margin: 15px 0 0 0;
	background: url(../image/bg-01.gif) repeat-x 0 0;
	padding: 11px 30px 0 0;
	overflow: hidden;
	zoom: 1;
	clear: both;
}
#main .h2_area .page_top a{
	float: right;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	zoom: 1;
	height: 20px;
	width: 150px;
	background: url(../image/page_top.png) no-repeat 0 0;
}
#main .h2_area h3{
	color: #3B3108;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 1.538em;
	line-height: 1.05em;
}

#main .h2_area .right{
	float: right;
	margin: 0 0 15px 15px;
}
#main .h2_area .left{
	float: left;
	margin: 0 15px 15px 0;
}
#main .h2_area .clear{
	clear:both;
}
#main .h2_area p{
	margin-bottom: 15px;
	margin-left:10px;
	font-size:110%;
	letter-spacing:0.2em;
}


/* ==================== HOME ==================== */

.home_site_links{
	float: left;
	display: inline;
	margin: 10px -20px 0 20px;
	overflow: hidden;
}
.home_site_links li{
	float: left;
	margin-right: 20px;
}

.home_site_links li a{
	display: block;
	width: 115px;
	height: 133px;
	text-indent: -9999px;
	overflow: hidden;
	zoom: 1;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.home_site_links li a:hover{
	background-position: -115px 0;
}
.home_site_links li.item01 a{
	background-image: url(../image/home_site_links-01.png);
}
.home_site_links li.item02 a{
	background-image: url(../image/home_site_links-02.png);
}
.home_site_links li.item03 a{
	background-image: url(../image/home_site_links-03.png);
}
.home_site_links li.item04 a{
	background-image: url(../image/home_site_links-04.png);
}




.home_news{
	float: right;
	width: 385px;
	margin-top: 16px;
}
.home_news dl{
	padding-top: 10px;
}
.home_news dl dt{
	float: left;
	padding-right: 30px;
	margin-top: 10px;
}
.home_news dl dd{
	margin-top: 10px;
	overflow: hidden;
	zoom: 1;
}
.home_news dl dd a,
.home_news dl dd a:visited{
	color: #666;
}
.home_news dl dd a:hover{
	color: #987A03;
}


/* Blog styles */

#main .h2_area .asset-meta{
	margin-top: 15px;
}
#blog .comments-open-content{
	margin-top: 30px;
}
#blog #comments-open-data label{
	float: left;
	width: 10em;
}
#blog #comments-open-data input{
	width: 27em;
}
#blog #comments-open-data div{
	margin-bottom: 15px;
}
#blog #comments-open-text{
	margin-bottom: 15px;	
}
#blog #comments-open-text label{
	display: block;
}
#blog #comments-open-text textarea{
	width: 37em;
}
#blog #comment-form-remember-me input{
	width: auto;
}
#blog .comment-content{
	margin-top: 15px;
}
#blog #comments-form{
	margin-bottom: 20px;
}

/* Table */
#main .h2_area table.pricelist{
width:600px;
}
#main .h2_area table.pricelist th{
height:30px;
}
#main .h2_area table.pricelist td{
height:30px;
padding:5px;
}

#main .h2_area table th{
background-color:#3B3108;
color:#FFFFFF;
text-align:center;
font-weight:bold;
border: 1px solid #D4CFCF;
}
#main .h2_area table td{
border: 1px solid #D4CFCF;
}
#main .h2_area table.white td{
border: 1px solid #ffffff;
}
#main .h2_area table td.shinryo{
text-align:center;
}

