html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}

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

h2{
	font-size:28px;
	letter-spacing:3px;
	color:#333333;
	text-align: right;
}


/*メインのボックスサイズ*/

#main{
	width:640px;
	float:left;
	margin-top:46px;
	margin-left:285px;
	background-color:#eee9e6;
	position:absolute;
}


#contents{
	width:600px;
	margin:20px;
}

.hclass{
	border:#ada250 dotted 1px;
    background-color:#dedabf;
	margin-top:20px;
	margin-bottom:10px;
	width:600px;
	height:35px; 
	clear:both;
}

h3{
	border-left:5px #72640c double;
	font-size:18px;
    margin:4px;
	padding-left:10px;
}

h4{
	font-size:17px;
	font-weight:bold;
	margin-bottom:5px;
	
}

h5{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:10px;
	}

#contents_inner{
	width:600px;
}

#contents_inner p{
	font-size:14px;
	letter-spacing:1px;
	line-height:160%;
    color:#333333;
    margin-bottom:10px;

    }

#box_right{
	width:334px;
	height: auto;
    float:left;
}

.caption{
	overflow:hidden;
}

#s_img{
	width:380px;
	float:left;
	margin-top:5px;
	margin-bottom:25px;
}

#s_img img{
	margin-right:15px;
	border:#ddd 1px solid;
}

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


#contents_inner li{
	list-style:none;
	font-size:13px;
	line-height:190%;
	
}

#contents_inner ul{
	margin-bottom:10px;
}


#box_left{
	width:246px;
	height:450px;
	margin-right:20px;
	float:left;
}

#box_left img{
	margin-bottom:5px;
}

#box_left a{
	font-size:12px;
}

hr{
	border-width: 1px 0px 0px 0px; 
	margin-bottom:10px;	
}

#sen{
	width:600px;
	border-top:1px #666 solid;
	clear:both;
	}


/*展示室案内のトップへ戻る*/
.gototop{
	font-size:12px;
	text-align: right;
	margin-right:20px;
	clear:both;
}

a{
	color:#72640c;
	text-decoration:none;
}

a:hover{
	color:#dcd3b2;
	text-decoration:none;
}