﻿body {
	/*background-color: #F90;*/
	background-image: url('../images/bg.jpg');
	margin: 0 0;
	font-size:14px;
	line-height:18pt;
	text-align: left;
}

/* リンク */
A {
	color: black;
 	text-decoration: none
}

/* リンク */
A:link {
	color: black;
 	text-decoration: none
}

/* 既に見たリンク */
A:visited {                 
	color: black;
 	text-decoration: none
}

/* カーソルが上にある時のリンク */
A:hover {                   
 	color: red;
 	text-decoration: none
}


/* 区切り線 */
hr {
	width: 95%;
	height: 1px;
	border-style: none;
	background-image: url('../ap/img/bar.jpg');
}

/* ヘッダー */
.header {
	text-align: left;
	color: #fff;
	font-size: 12px;
	line-height:14px;
	padding: 0 10px;
}

/* フッター */
.footer {
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height:16px;
}

.text14px {
	color: black;
	font-size: 14px;
	line-height:24px;
}

.text12px {
	color: black;
	font-size: 12px;
	line-height:22px;
}

.text16px {
	color: black;
	font-size: 16px;
	line-height:26px;
}

/* メニュー枠のショップリスト */
.shoplist {
	font-size: 14px;
	line-height:28px;
	background-image:url('../images/map/shoplist_bg.png');/* background: #FDF9D0; */
	width: 80%;
	border: 0px;
	border-collapse:separate;
	border-spacing:5px;
	text-align: left;
}

/* トップページテキスト */
.toptxt {
	margin: 0 0;
	padding: 15px 10px 0;
	font-size: 14px;
	line-height:20px;
	text-align:left;
}
.columntxt {
	margin: 0;
	padding-left: 0;
	padding-right: 10px;
	font-size: 13px;
	line-height:18px;
}

/* 特徴ページ */
.feature {
	margin: 0 0;
	padding: 10px 10px;
	text-align:left;
}

.photo_cap {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #F00;
}
.arrow {
	color: #00F;
	font-weight: bold;
}
.access_td {
	margin: 0px;
	padding-top: 15px 10px 0 15px;
	text-align: center;
}
.toiawase_txt {
	font-size: 14px;
	color: #FFF;
}

/* 携帯更新メッセージ */
.shop_msg { 
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	line-height: 24px;
	color: black;
}

.shop_msg_title { 
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	line-height: 24px;
	color: black;
	font-weight: bold;
}

.shop_msg_subtitle { 
	font-size: 12px;
	color: black;
}
.caution {
	color: #F00;
	text-align: right;
}
