/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: 'ＭＳ Ｐゴシック',Osaka,sans-serif;
	}

body {
	background-color: #6B2831;
	color: #000000;
	}
	
a:link, a:visited  {
	color: #6B2831;
	text-decoration: underline;
	}

a:hover {
    color: #6B2831;
	text-decoration: none;
	}	
	
div#center {
	background-color: #6B2831;
	margin: 0 auto 0 auto;
	width: 900px;
	height: 100%;
	} 

div#both {
	width: 900px;
	height: 100%;
	background-color: #FFFFFF;
	border: solid 1px #6B2831;
	}
	
div#header {
	background-color: #6B2831;
	padding: 50px 0 5px 0;
	width: 902px;
	text-align: right;
	}
	
div#footer {
	background-color: #6B2831;
	padding-bottom: 40px;
	width: 902px;
	text-align: center;
	}
#footer p {
	color:#FFFFFF;
	font-size:11px;
	line-height: 1.6em;
	margin:10px 0;
	}
	
div#left_body {
	float: left;
	background-color: #FFFFFF;
	width: 200px;
	height: 100%;
	}
	
div#right_body {
	float: left;
	width: 699px;
	height: 100%;
	background-color: #FFFFFF;
	border-left: solid 1px #6B2831;
	}
	
div#topics {
	margin: 10px 19px auto 20px;
	height: 140px;
	}
	
div.main {
	margin: 10px 19px 20px 20px;
	height: 100%;
	}
	
div.main_under {
	margin: 10px 19px 20px 20px;
	padding-left: 30px;
	border-top: solid 1px #6B2831;
	height: 100%;
	}
	
div#map_left {
	float: left;
	width: 240px;
	margin-top: 20px;
	}
	
div#map_right {
	float: left;
	width: 400px;
	margin: 20px 0 0 20px;
	}
	
.box {
	border-bottom: dashed 1px #6B2831;
	margin: 0 auto 10px auto;
	height: auto;
	width: 620px;
	}
	
.box_left {
	padding: 0 0 0 5px;
	}
	
.box_right {
	float: right;
	height: auto;
	margin: 5px;
	margin: 10px 5px 5px 5px;
	}
	
div.left {
	float: left;
	}
	
div.right {
	float: right;
	}
	
div.clear {
	clear: both;
	}
	
ul {
	margin: 15px auto 15px auto;
	padding: 0 0 0 30px;
	width: 60%;
	}
	
li {
	font-size: 12px;
	color: #6B2831;
	line-height: 1.8em;
	margin: 0 0 5px 5px;
	}
	
.line {
	border-top: solid 1px #6B2831;
	width: 100%;
	}
	
/* スタイル */
		
.style_header {
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	}

.style_topics {
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
	background-image:url(img/arrow1.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top: 14px;
	}

.style_rightarrow {
	font-size: 12px;
	font-weight: bold;
	color: #6B2831;
	line-height: 1.5em;
	background-image: url(img/arrow1.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin: 20px 0 15px 20px;
	}

.style_downarrow {
	font-size: 12px;
	font-weight: bold;
	color: #6B2831;
	line-height: 1.5em;
	background-image: url(img/arrow2.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin: 20px 0 15px 20px;
	}

.style_undermenu {
	font-size: 12px;
	color: #6B2831;
	line-height: 1.5em;
	background-image:url(img/arrow1.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top: 5px;
	}

.style_12 {
	font-size: 12px;
	color: #6B2831;
	line-height: 1.5em;
	text-align: center;
	margin: 5px;
	}

.appetizer {
	background: url(img/double_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 0 10px 0;
	width: 660px;
	}
	
.style_recommendation {
	font-size: 12px;
	color: #555555;
	line-height: 1.5em;
	float: left;
	}
	
div.recommendation {	
	border-bottom: dashed 1px #555555;
	}
	
.style_contents {
	font-size: 12px;
	color: #454545;
	line-height: 1.8em;
	margin: 5px;
	padding: 5px;
	}
	
.style_contents_b {
	font-size: 12px;
	color: #454545;
	font-weight: bold;
	line-height: 1.5em;
	margin: 5px 0 0 5px;
	}
	
/* スペース */
	
.img_space1 {
	margin: 20px 0 20px 0;
	}

.img_space2 {
	float: left;
	margin: 10px 30px 0 0;
	width: 120px;
	}
	
.map_space {
	margin-top: 20px;
	}

.img_menu {
	float: left;
	margin-right: 15px;
	width: 200px;
	}
	
/* リンク */

a:link.menu, a:visited.menu {
	color: #6B2831;
	text-decoration: none;
	}

a:hover.menu {
    color: #6B2831;
	text-decoration: underline;
	}

a:link.header, a:visited.header  {
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover.header {
    color: #FFFFFF;
	text-decoration: underline;
	}

a:link.info, a:visited.info {
	color:#000000;
	text-decoration: none;
	}
	
a:hover.info {
	color:#666666;
	text-decoration: underline;
	}
td.menu_price{
	width:50px
}
.note{
	font-size:0.85em;
	color:#666666
}
	
div.paragraph p {
	font-size: 12px;
	color: #454545;
	line-height: 1.8em;
	margin: 5px;
	padding: 5px;
	}
	