@charset "utf-8";
html{
	overflow-y:scroll;
}

*{
	margin:0;
	padding:0;
}

body {
	color:#424142;
	font-size:13px;
 	*font-size:small;
 	*font:small;
	background:#333333 url(images/bg.gif) repeat-x;
	line-height:1.4;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
	text-align:left;
}

h2{
	height:50px;
	line-height:2.5;
	background:#B19F75 url(images/h2_bg.jpg) repeat-x left top;
	margin:15px 0 20px 0;
	letter-spacing:5px;
	text-align:center;
}

a {
	overflow:hidden;
	outline:none;
	text-decoration:none;
}

a img {
	border-style:none;
}

a:link { color:#b39d6f; }
a:visited { color:#9d8757; }
a:hover { color:#fde337; }
a:active { color:#fee76a; }


/* ________ ここからHTML枠構造 __________ */

#container {
	width:880px;
	margin:0 auto;
	background:#333333 url(images/shadow.gif) no-repeat center top;
}

#container_inner {
	width:860px;
	margin:0 auto;
	background:white;
	border-left:1px solid #525152;
	border-right:1px solid #525152;
}

/* ________ ここからheader __________ */

#header {
	background:#333333 url(images/header_bg.jpg) no-repeat center bottom;
	height:195px;
	border-bottom:1px solid #525152;
}

#header h1 {
	margin:5px 0 0 25px;
	padding:0;
	float:left;
}

#tel {
	float:right;
	margin:20px 25px 0 0;
}

#header ul {
	width:560px;
	height:50px;
	margin:10px auto;
	padding:0;
	background:#b6a57f url(images/button.jpg) no-repeat;
	border:#aca36a solid;
	border-width:2px 3px;
	list-style:none;
}

#header ul li {
	float:left;
	width:140px;
	height:50px;
	margin:0;
}

#header ul li a {
	width:auto;
	height:50px;
	display:block;
}

/* ________ ここからmain_contents __________ */

#main_contents {
	background:#393c39;
}

#main_contents_inner_head {
	width:auto;
	height:25px;
	background:#393c39 url(images/top_r.jpg) no-repeat center top;
}

#main_contents_inner {
	width:820px;
	background:white;
	margin:0 auto;
}


#main_contents_inner_bottom {
	width:auto;
	height:40px;
	background:#393c39 url(images/bottom_r.jpg) no-repeat center top;
}

/* ________ ここからinfo_map_box __________ */

#info_map_box {
	width:485px;
	padding-left:15px;
	background:white;
	float:left;
}

#info_map_box .tblInfo {
	border-collapse:collapse;
	border-spacing:0;
	width:485px;
	border:1px solid #999999;
	margin-bottom:20px;
	letter-spacing:1px;
}

.tblInfo tr{
	padding:10px;
}

.tblInfo th{
	border:1px dotted #999999;
	padding:10px;
	vertical-align:top;
}

.tblInfo td{
	border: 1px dotted #999999;
	padding:10px;
}

.tblInfo span{
	display:block;
	color:#999999;
	padding-top:8px;
}

#map_canvas{
	width:485px;
	height:400px;
	border:1px solid #999999;
	margin-bottom:20px;
}

/* ________ ここからside_box __________ */

#side_box {
	width:285px;
	background:white;
	float:right;
	padding-right:15px;
}

.topics_box {
	width:275px;
	height:460px;
	overflow:auto;
	padding:0 5px 10px 5px;
	font-size:small;
	margin:0 10px 36px 0;
}

.topics dt {
	color:#b5a67b;
	font-size:x-small;
	margin:8px 0 2px 3px;
}

.topics dt span {
	color:#666666;
	font-size:small;
	padding-left:10px;
	font-weight:bold;
}

.topics dd {
	padding:3px 0 8px 65px;
	background:url("images/logo.jpg") no-repeat 15px center;
	border-top:1px dotted #b5a67b;
}

.topics dd p {
	padding:2px 0;
}

.special_price {
	text-align:center;
}

/* ________ ここからex_box __________ */

.ex_box {
	width:auto;
	margin:0 15px;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	text-align:center;
}

.ex_box_top {
	width:auto;
	margin:0 15px;
	height:50px;
	overflow:hidden;
}

#ex_box_bottom {
	width:auto;
	margin:0 15px;
	height:10px;
	background:url("explanation/images/sword_tab.jpg") no-repeat left bottom;
}

.left {
	float:left;
}

.right_s {
	padding-left:330px;
}

.right_a {
	padding-left:250px;
}

.recom_cont {
    padding:10px;
	text-align:left;
}

.recom_cont ol li {
	list-style-position:inside;
}

* html .recom_cont {	/* IE6対策 */
    height:1em;
}

/* ________ ここからfooter __________ */

#footer {
	background:#292c29;
	padding-top:30px;
	letter-spacing:3px;
	text-align:center;
	border-top:1px solid #525152;
	border-bottom:1px solid #525152;
}

#footer ul {
	list-style-type:none;
	text-align:center;
}

#footer ul li.first {
	border:none;
}

#footer ul li {
	display:inline;
	padding:0 10px 0 20px;
	border-left:1px solid #525152;
}

#footer p {
	padding-top:10px;
	color:#9c9a9c;
}

.access {
	padding:10px 0;
	text-align:center;
}

/*回り込みの解除用*/
.clear { clear:both; }	
.clear hr { display:none; }

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/* ________ ここから宣伝 __________ */

.tdftdiv {
	text-align:center;

