/* ____________________ global layout ____________________ */

body, html{
	margin: 0;
	padding: 0;
}

body{
	background-color: #fff;
	background-image: none;
	color: #000;
	font-size: 11px;
	text-align: left;
}

div#container{
	width: auto;
}

div#wrapper h1{
	font-size: 1em;
	color: #000;
}

div#sidebar{
	display: none;
}


div#main{
}

/* ____________________ global menu ____________________ */

div#main div#global_menu ul{
	display: none;
}


/* ____________________ badges ____________________ */

ul#badges{
	display: none;
}


/* ____________________ yoyaku ____________________ */

div#main div#yoyaku{
	display: none;
}


/* ____________________ contents ____________________ */

div#main div#contents{
}

div#main div#contents h2,
h2.largephoto,
div#main div#contents h3,
div#main div#contents h4{
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	height: 30px;
	border-bottom: 1px #ccc solid;
}

div#main div#contents p{
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
	line-height: 140%;
	text-indent: 1em;
}

div#main div#contents dl.defs{
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
	line-height: 140%;
}

div#main div#contents dl.defs dt{
	font-weight: bold;
}

div#main div#contents dl.defs dd{
	margin: 0 0 10px 0;
}


div#main div#contents ul.lists{
	margin: 0 10px 15px 0;
	padding: 0 0 0 2em;
	color: #ccc;
	line-height: 140%;
	list-style-type: disc;
}

div#display_map{
	margin: 20px auto;
	text-align: center;
}



/* ____________________ footer ____________________ */

div#footer{
	border-top: 1px #ccc solid;
}

div#footer ul#footer_menu_a,
div#footer ul#footer_menu_b{
	display: none;
}


div#footer address{
	text-decoration: none;
	font-style: normal;
}

div#footer address p{
	width: 50%;
	margin: 10px 0 0 0;
	padding: 0;
	display: block;
	float: left;
}

hr{
	display: none;
}

/* ____________________ menu table ____________________ */

table.menu_listing{
	width: 560px;
	margin: 10px
}

table.menu_listing td{
	vertical-align: top;
}

table.menu_listing td.photo{
	width: 140px;
	height: 90px;
	text-align: right;
}

table.menu_listing td.photo img{
	width: 120px;
	height: 90px;
	border: 1px #ccc solid;
}

table.menu_listing td.photo.large img{
	width: 540px;
	height: auto;
	border: 1px #fff solid;
}

table.menu_listing td.name{
	text-align: right;
	font-size: 100%;
	font-weight: bold;
}

table.menu_listing td.price{
	padding: 0 0 10px 0;
	text-align: right;
	font-size: 100%;
}

table.menu_listing td.blank{
	width: 140px;
}

img.labelphoto{
	margin: 0 0 0 10px;
	border: 1px #ccc solid;
}

table.menu_listing_nophoto{
	width: 540px;
	margin: 0 10px 20px 30px
}

table.menu_listing_nophoto td{
	vertical-align: bottom;
}

table.menu_listing_nophoto td.name{
	padding: 10px 0 0 0;
	border-bottom: 1px #666 solid;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
}

table.menu_listing_nophoto td.price{
	padding: 10px 0 0 0;
	border-bottom: 1px #666 solid;
	text-align: right;
	font-size: 100%;
}


/* ____________________ tabbox ____________________ */

.tabheader,
.tabbody{
	display: none;
}


/* ____________________ index.html ____________________ */

div#index_flash{
	display: none;
}

body#index div#main div#contents dl a{
	color: #000;
	text-decoration: none;
}


