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

/* --------------------------------------- 共通 ------------------------------------------ */
*{
	margin:0;
	padding:0;
}
body{
	font-family:'メイリオ', Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	background:url(../img/common/back_body.png) repeat;
	color:#46382d;
	font-size:16px;
}
.clearfix {_height: 1px;min-height: 1px;}
.clearfix:after {height: 0;visibility: hidden;content: ".";display: block;clear: both;}

/* ----- 画像 ----- */
img{
	border:none;
}
img.img_center{
	vertical-align:middle;
}
img.img_border{
	border:1px solid #cec5b7;
	border-bottom:3px solid #b6ab99;
}
img.img_border2{
	margin:5px 0 0 0;
	border:1px solid #cec5b7;
	border-bottom:3px solid #b6ab99;
}

/* ----- 文字 ----- */
h1{
	font-size:11px;
	padding:1px 0;
	width:1000px;
	margin:0 auto;
}
h2.h2_main{
	background:url(../img/common/h2_main.png) no-repeat;
	height:35px;
	padding:2px 0 0 64px;
	margin:0 0 15px 0;
	font-size:22px;
}
h2.h2_side{
	height:28px;
	background:url(../img/side/back_h2_side.png) no-repeat;
	padding:20px 30px 0 72px;
}
h3{
}
p.pankuzu{
	font-size:12px;
	margin:0 0 10px 0;
}
.strong{
	font-weight:bold;
}
/* ----- リスト ----- */
li{
	list-style-type:none;
	display:block;
}

/* ----- リンク ----- */
a:link,a:visited{
	text-decoration:none;
	color:#46382d;
}
a:active,a:hover{
	font-weight:bold;
	text-decoration:underline;
}

/* ----- マージン調節 ----- */
.top5px{
	margin:5px 0 0 0;
}
.top10px{
	margin:10px 0 0 0;
}
.top15px{
	margin:15px 0 0 0;
}
.left15px{
	margin:0 0 0 15px;
}

.float_right{
	float:right;
}
.float_left{
	float:left;
}
#float_right{
	float:right;
}

/* ----- ヘッダー ----- */
#header{
	background:url(../img/common/back_nav.png) repeat-x;
	height:104px;
}
#header_youso{
	width:1000px;
	margin:0 auto;
}
#header_youso_top{
	height:43px;
	width:808px;
	float:right;
	padding:12px 0;
	background:url(../img/common/back_nav.png) repeat-x;
}
#header_youso_bottom{
	height:41px;
}
#header_youso_bottom li {
	float:left;
	padding:5px 10px;
}
#header a:link,#header a:visited{
	font-weight:bold;
	font-size:18px;
	color:#46382d;
	text-decoration:none;
}
#header a:hover,#header a:active{
	font-weight:bold;
	font-size:18px;
	color:#84624a;
	border-bottom:5px solid #84624a;
}


/* ----- ページ ----- */
#page{
	margin:15px auto;
	width:1000px;
	clear:both;
}

/* ----- サイド ----- */
#side{
	width:300px;
	float:left;
	font-size:12px;
}
.side_box{
	background:url(../img/side/back_side_box.png) no-repeat bottom;
	margin:0 0 10px 0;
	padding:0 0 13px 0;
}
.side_youso{
	margin:10px 15px 0 15px;
}
ul.side_info{
	padding:0 15px;
}
ul.side_info li{
	margin:0 0 5px 0;
}
ul.side_info img{
	vertical-align: middle;
	margin:0 5px 0 0;
}

/* ----- メイン ----- */
#main{
	width:670px;
	float:right;
}
.main_box{
	margin:0 0 20px 0;
	clear:both;
}

/* ----- フッター ----- */
#footer{
	margin:30px 0 0 0;
	padding:0 0 30px 0;
	background:url(../img/common/back_footer.png) repeat-x;
	clear:both;
	overflow:auto;
}
#footer_pagetop{
	margin:0 auto;
	width:1000px;
}
#footer_nav{
	margin:15px 0 0 0;
	background:url(../img/common/back_footer_nav.png) repeat-x;
	height:67px;
	clear:both;
}
#footer_nav_youso{
	width:1000px;
	height:71px;
	margin:0 auto;
	background:url(../img/footer/back_footer_nav.png) no-repeat;
}
#footer_nav_youso ul{
}
#footer_nav_youso ul li{
	float:left;
}
img#footer_contact{
	margin:11px 0 0 0;
}
#footer_youso{
	width:1000px;
	margin:30px auto;
}
#footer_youso img{
	
}
#footer_youso_right{
	float:right;
	width:550px;
}
ul#ul_footer_info li{
	float:left;
	font-size:14px;
	margin:0 10px 3px 0;
}
ul#ul_footer_info li img{
	vertical-align:middle;
	margin:0 5px 0 0;
}
p#copy{
	font-size:11px;
}

/* --------------------------- トップページ ------------------------------- */
#topimage{
	height:306px;
	width:1005px;
	margin:0 auto;
	clear:both;
}

/* ----- トップイメージ ----- */
#topimage{
	height:306px;
	width:1005px;
	margin:0 auto;
}

/* --- トップページ・メニューアイコン ---- */
ul#top_menu{
}
ul#top_menu li{
	float:left;
	margin:0 15px 5px 0;
}
ul#top_menu li.topmenu_right{
	float:left;
	margin:0;
}

/* ----- ニュース＆トッピクス ----- */
ul.news_topics li{
	margin:5px;
	background:url(../img/common/ic-news.png) no-repeat;
	padding:0 0 0 20px;
}

/* ----- 画像スライド ----- */
#carousel{
	margin: 10px auto 0 auto;
	width: 670px;
	height: 142px;
	text-align: left;
	position: relative;
}
#carousel_prev,
#carousel_next {
	top: 0;
	width: 20px;
	height: 200px;
	background: #000;
	cursor: pointer;
	position: absolute;
}
#carousel_prev {
	left: 0;
	background:transparent url(/img/slide/prev.png) no-repeat top left;
}
#carousel_next {
	right: 0;
	background:transparent url(/img/slide/next.png) no-repeat top left;
}
#carousel ul li {
	width:228px;
	float: left;
	display: inline;
}
#carousel ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#carousel ul {
	display: inline-block;
	overflow: hidden;
}

/* --------------------------- 下層ページ ------------------------------- */
/* ----- メニュー&料金表 ----- */
table.tb_menu{
	width:670px;
	margin:0 0 20px 0;
}
table.tb_menu td{
}
.td_menu{
	border-bottom:3px dotted #ccbfb2;
}
.td_price{
	width:170px;
	text-align:right;
	border-bottom:3px dotted #ccbfb2;
}
.td_other{
	font-size:12px;
}
.td_other2{
	font-size:12px;
	background:url(../img/common/ic-news.png) no-repeat;
	padding:3px 0 0 20px;
}



p.p_q{
	padding:0 0 0 25px;
	margin:0 0 5px 0;
	background:url(../img/kasou/list_q.png) no-repeat;
	height:20px;
	font-weight:bold;
}
p.p_a{
	padding:0 0 0 20px;
	margin:0 0 15px 25px;
	background:url(../img/kasou/list-a.png) no-repeat;
}
#map{
	border:1px solid #bbb;
	overflow:visible;
	margin:0;
	}
p.aderess{
	padding:0 0 0 80px;
	background:url(../img/footer/img_footer_adress.png) no-repeat;
}