﻿@charset "UTF-8";
body {
	color: #E0E0E0;
	background-color: #000000;
	margin: 18px;
	font-size: 90%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align:center;
}

div.base {
	width:840px;
	background:#000000;
	margin:10px auto 0px auto;
	padding:0px;
	border: none 0px transparent;
	text-align:left;
}

.right {
	text-align:right;
}
.small {
	font-size: 75%;
	font-weight: normal;
}
.large {
	font-size:120%;
}
h1 {
	margin:0px 0px 3px 0px;
	font-size: 90%;
	font-weight: normal;
	clear:both;
}
h2 {
	/*background-image: url(../images/subtitle_r.gif);
	background-repeat: repeat-x;
	margin:27px 0px 6px 0px;
	font-size: 120%;
	clear:both;*/
}
h3 {
	margin:36px 0px 0px 18px;
	background-image: url(../shochuya/img/hr.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
h4 {
	margin:2px 0px 0px 2px;
}

img {
	border:none 0px transparent;
}
a {
	text-decoration:none;
}
a:link {
	color: #cc0000;
}
a:visited {
	color: #ff6666;
}
a:hover {
	color: #2097b9;
	text-decoration:underline;
}
a:active {
	color: #2097b9;
	text-decoration:underline;
}

th {
	font-size: 90%;
	text-align:left;
	vertical-align:top;
	white-space:nowrap;
}
td {
	font-size: 90%;
	vertical-align:top;
}

table.mainimage, table.mainimage table, table.mainimage td, table.mainimage table td{
	margin:0px;
	padding:0px;
	border-collapse:collapse;
}

.r5 {
	margin-right:5px;
}

.b5 {
	margin-bottom:5px;
}

.description {
	font-size: 80%;
	text-align:center;
	color:#CCCCFF;
	margin:40px;
	background-image: url(../shochuya/img/back_image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

table.menu {
	width:100%;
}

table.menu td {
	padding:12px 24px 18px 24px;
	width:50%;
}

.r {
	float:right;
}

.l {
	float:left;
}

.menu_title {
	background:black;
	padding-right:12px;
}
.indent {
	margin-left:24px;
}
