@charset "utf-8";

/* ベース
---------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #555555;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Verdana","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background: #ffffff;
	font-size:14px;
	line-height:1.6;
	letter-spacing: 1px;
}
#wrap {
	width: 100%;
	height: 100%;
}
.site_wide {
	margin: 0px auto;
	width: 95%;
}


/* ヘッダー
---------------------------------------------------*/
/* Header */
#header { 
	margin: 0;
	padding: 0;
	background: #f7f5e7;
	border-bottom: 1px solid #dddddd;
}
#header dl dt {
	margin: 0px;
	margin: 0px;
	width:60%;
	float: left;
	clear: left;
}
#header dl dd {
	margin-left: 60%;
	width:40%;
	text-align: right;
}
#header ul li {
	width: 50px;
	height: 50px;
	display: inline-block;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
	border-left: 1px solid #dddddd;
}
#pghead ul {
	background: #ff9e86;
	height:28px
} 
#pghead ul li {
	padding: 0 2.5%;
	width: 44%;
	display: inline-block;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
	text-align: right;
}
#pghead ul li h2 {
	text-align: left;
}



/*フッタ−
---------------------------------------------------*/
#footer {
	margin: 0px;
	padding: 15px 0px 15px 0px;	
	background: #a4dcd9 url('./image/footer.png');
	text-align: center;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0;
}
#footer #copyright {
	margin-top: 5px;
	font-size: 10px;
	line-height: 1.5;
}
#footer ul { margin-top: 5px; }
#footer ul li {
	margin: 0px 10px;
	padding-left: 8px;
	display: inline-block;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
	background: url('./image/arw02.png')no-repeat left;
}
#footer ul li a { color: #333333; }
#parking {
	margin: 0;
	padding: 8px 0px;
	text-align: center;
	background: #eeeeee;
}
#backtop {
	padding: 8px 0px;
	text-align: left;
	background: #009e96;
}
.shop{
	margin-bottom:15px;
}
#backtop a {
	font-size: 12px;
	padding-left: 2.5%;
	color: #ffffff;
}

/* コンテンツレイアウト
---------------------------------------------------*/
/* ページ部分 */
#container {
	width: 100%;
}
#contents {
	margin: 0px auto;
	width: 95%;
}
.colored {
	background: #f7f5e7;
}



/* 共通
---------------------------------------------------*/
#contents h2 {
/*	padding: 12px 0px 20px 15px;*/
/*	background: url('./image/h2.png') no-repeat;*/
}

/*　更新日 [UPDATE]　*/
.update {
	padding-left: 60px;
	background: url('./image/update_sp.png') no-repeat;
	background-size:auto 16px;
	font-size: 11px;
}

/* テキストボタン */
.txtbtn {
	margin-top: 5px;
	margin-bottom: 5px;
}
.colored .txtbtn{
	margin-top:0px;
	margin-bottom: 0px;
}
.txtbtn a {
	padding: 0px 5px 0px 5px;
	display: block;
	color: #7d4b3e;
	border: 1px solid #e9d7c0;
	text-align: center;
	font-size: 12px;
}

.tpx .colored .txtbtn a{
	border: 1px solid #dfc7b4;
}
.txtbtn a span{
	padding-right:10px;
	background: url('./image/arw03.png') no-repeat right;
}
.txtbtn a:hover {
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.txtbtn a span.rev{
	padding-left:10px;
	background: url('./image/arw04.png') no-repeat left;
}
.txtbtn a em{
	color: #7d4b3e;
	font-size: 10px;
}


/* ページネーション */
.paging {
	margin-top: 20px;
	text-align: center;
}
.paging ul{
	margin: 0 auto;
	display: table;
	text-align: center;
}
.paging ul li{
	display: table-cell;
	vertical-align: middle;
}
.paging ul li.prev {
	padding: 0px 20px 0px 0px;
	width: 20px;
}
.paging ul li.next {
	padding: 0px 0px 0px 20px;
	width: 20px;
}
.paging ul li.numbering ul li a{
	margin: 0px 5px;
	padding: 3px 0px 2px 0px;
	width: 25px;
	height: 20px;
	display:block;
	border-radius: 12px;
	background: #ffffff;
	vertical-align: middle;
	font-size: 12px;
}
.paging ul li.numbering ul li a.sel {
	background: #dacbbf;
	color: #ffffff;
}






























