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

html {
}

body {
	background: #000000;
	color: #ffffff;
	font-family: 'Lucida Grande', Verdana, Arial;
	font-size: 12px;
}

.red{color:#ff0000;}

.left { float: left; }
.right { float: right; }
.clr { clear: both; }

h1 {
	color: #96BF55;
	font-size: 20px;
	font-weight: normal;
	margin: 5px 0 5px 0;
	text-align: left;
}

h1 span {
		color: #ffffff;
		font-size: 20px;
		font-weight: normal;
		margin: 5px 5px 5px 0;
		text-align: left;
}

#logo {
	width: 118px;
	height: 100px;
	margin: -50px 0px 0px -59px;
	left: 50%;
	top: 50%;
	position: absolute;

}

#container {
	width: 710px;
	height: 400px;
	margin: -200px 0px 0px -355px;
	left: 50%;
	top: 50%;
	position: absolute;

}
#container h1 {
	text-align: center;

}

a,
a:link,
a:visited {
	color: #09f;
}


h2 {
	text-align: left;
	font-weight: normal;
	font-size: 150%;
	color: #09f;
	margin: 5px 0 15px 0;
}

	h2 span {
		clear: both;
		font-size: 70%;
		color: #FF9;
}

	p small, 
	li small {
		color: #09F;
		font-size: 100%;
}
	
	p em, 
	em {
		color: #ffffff;
}

.hidden {
	display : none;
}

/*********************************************************
アコーディオン部分
*********************************************************/
/*バーボタン部分*/
.horizontal_accordion_toggle {
	float: left;
	display: block;
	width: 15px;
	height: 400px;	/*高さ設定*/
/*
	background: url(images/h_accordion_toggle.jpg) no-repeat top left #ff0000;
*/
	background: #ff0000;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	border-right: 1px solid #ffffff;
	cursor: pointer;
	margin: 0;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.horizontal_accordion_toggle_active {
/*
	background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
*/
	background:#000000;
	border-right: 1px solid #ffffff;
}
/*オープン部分*/
.horizontal_accordion_content {
	float: left;
	height: 400px;
	overflow: hidden;
	background-color: #ffffff;
	color: #444444;
}

.horizontal_accordion_content .block {
	width: 600px;
	height: 400px;
	line-height: 150%;
	margin:0;
	padding:0;
}
/* お問い合わせ*/
.horizontal_accordion_content .pic {
	background: url(../img/inside.jpg) no-repeat top left #ffffff;
	margin:0;
	padding:0;
}
.horizontal_accordion_content .address {
	position:absolute;
	margin:90px 0 0 90px;
	padding:20px 20px 10px 20px;
	background-color: #ffffff;
	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*FF*/
	opacity:0.75;
	color:#000000;
}

/* アコーディオン*/
#horizontal_container {
	margin:0;
	width: 710px;
	height: 400px;
}

#vertical_nested_container {
	margin: 20px auto 20px auto;
	width: 620px;
}



/* メニュー部分*/
#MENU-KKM{
	width:600px;
	margin:0;
	padding: 0;
	text-align: left;

	overflow: auto;
	height: 400px;
	scrollbar-track-color:#ffffff;
	scrollbar-face-color:#333333;
	scrollbar-arrow-color:#E5C8B4;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;

}

#MENU-KKM #MENU{
	width:570px;
	margin:20px auto;
	padding:0 auto;
	text-align: center;
}

#MENU-KKM #MENU h3{
	margin:0;	padding:0;
}
#MENU-KKM #MENU .list{
}
#MENU-KKM #MENU .list th{
	width:210px;
	padding:0 0 3px 0;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
#MENU-KKM #MENU .list td{
	width:70px;
	padding:0 0 3px 0;
	font-weight: normal;
	text-align: right;
	vertical-align: bottom; 
}

#MENU-KKM #MENU .corse{
	width:280px;	height:100px;
	margin:0 0 20px 0;
	background-image : url(../img/corse_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	color:#ffffff;
}
#MENU-KKM #MENU .corse .title{
	font-weight: bold;
	text-align: center;
	padding:10px 0;
}

#MENU-KKM #MENU .corse p{
	font-weight:normal;
	text-align: left;
	padding:0 10px 10px 10px;
}

/*　ドリンクメニュー　*/
#MENU-KKM #MENU .drink-list{
}
#MENU-KKM #MENU .drink-list th{
	width:180px;
	padding:0 0 3px 0;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
#MENU-KKM #MENU .drink-list td{
	width:100px;
	padding:0 0 3px 0;
	font-weight: normal;
	text-align: right;
	vertical-align: bottom; 
}