@charset   "Shift_JIS";

body {
	/* 全てのページへ共通スタイルシート*/
	text-align: center;
	margin-top: 2px;
	margin-bottom: 0px;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","Osaka",Arial,sans-serif;
}

.open {
	/*カラ枠*/
	width: 1024px;
	text-align: left;
	background-color: #ffffff;
}

.open-01 {
	/*カラ枠*/
	width: 940px;
	text-align: right;
	background-color: #ffffff;
}

a.jp:link {
	color: #1d3994;
	text-decoration: none;
}

a.jp:visited {
	color: #1d3994;
	text-decoration: none;
}

a.jp:hover {
	color: #ff6633;
	text-decoration: underline;
	font-weight: normal;
}

a.jp:active {
	color: red;
	text-decoration: underline;
}

a.jp2:link {
	 /* フッダー部分リンクスタイル start */
	color: #808080;
	text-decoration: underline;
	font-weight: normal;	/* 線の太さ普通 */
}

a.jp2:visited {
	color: #808080;
	text-decoration: underline;
	font-weight: normal;
}

a.jp2:hover {
	color: red;
	text-decoration: underline;
	font-weight: normal;
}

a.jp2:active {
	/* マウスをクリックしたときのスタイル */
	color: red;
	text-decoration: underline;
	font-weight: normal;
}

table.shop {
	/* indexページのトップ枠*/
	width: 1024px;
       height:309px;
	background-image: url(index-04.png);
	background-repeat: repeat;
}

td.shop-02 {
	width: 605px;
	text-align: right;
}

td.shop-01 {
	width: 419px;
	text-align: right;
	font-size: 12px;
	color: #ff7c00;
}

td.shop-03 {
width: 1024px;
	font-size: 16px;
	color: #676767;
       padding-right:15px;
}

.top {
	/* 他ページのトップ枠*/
	/*店名 title*/
	width: 1024px;
	text-align: left;
	background-image: url(index-02.png);
	background-repeat: no-repeat;
	line-height: 1.5em;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.un_menu1 {
	/* フッター　リンクメニュー枠 */
	width: 1024px;
	background-color: #dbecee;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	line-height: 1.5em;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

.un_menu2 {
	/* フッター　コピーライト枠 */
	width: 1024px;
	color: #ffffff;
	background-color: #4b98a0;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

