/* リセット */

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

h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,th,td {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: bottom;
	margin:0;
	padding:0;
}




/* 基本------------------------------------------------------ */

body {
	text-align: center;
	background-color:#1A1A1A;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 500px;
}

#container {
	margin: 0 12px;
}

#page3 #container {
	margin: 0 0 0 20px;
}


#header {
	 background: url(../img/header.gif) no-repeat 0 0;
	 width: 465px;
	 height: 57px;
	 text-indent: -9999px;
}

#page1 #header {
	 background: url(../img/page1/logo.gif) no-repeat 0 0;
	 width: 96px;
	 height: 56px;
	 text-indent: -9999px;
}

/* menu */

ul {
	margin: 10px 0 55px 0;
}

#page1 ul {
	margin-top: 123px;
}

ul li{
	list-style-type: none;
	float: left;
}

ul #menu3{
	clear: both;
}

#menu1 a {
	font-size: 1px;
	overflow: hidden;
	line-height: 1px;
	display: block;
	width: 272px;
	height: 18px;
	text-indent: -9999px;
	background: url(../img/menu.gif) no-repeat left top;
}

#menu2 a {
	font-size: 1px;
	overflow: hidden;
	line-height: 1px;
	display: block;
	width: 117px;
	height: 18px;
	text-indent: -9999px;
	background: url(../img/menu.gif) no-repeat -270px 0;
}

#menu3 a {
	font-size: 1px;
	overflow: hidden;
	line-height: 1px;
	display: block;
	width: 195px;
	height: 18px;
	text-indent: -9999px;
	background: url(../img/menu.gif) no-repeat left bottom;
}

#menu4 a {
	font-size: 1px;
	overflow: hidden;
	line-height: 1px;
	display: block;
	width: 183px;
	height: 18px;
	text-indent: -9999px;
	background: url(../img/menu.gif) no-repeat -192px bottom;
}

#menu5 a {
	font-size: 1px;
	overflow: hidden;
	line-height: 1px;
	display: block;
	width: 67px;
	height: 18px;
	text-indent: -9999px;
	background: url(../img/menu.gif) no-repeat right bottom;
}

/* page1 */

.lead {
	width: 466px;
	height: 195px;
	background: url(../img/page1/02.jpg) no-repeat 0 0px;
	text-indent: -9999px;
	overflow: hidden;
}

/* 見出し */

#caption_1 {
	width: 465px;
	height: 72px;
	background: url(../img/page1/caption_1.gif) no-repeat 0 1px;
	text-indent: -9999px;
}

#caption_2 {
	width: 465px;
	height: 72px;
	background: url(../img/page2/caption_2.gif) no-repeat 0 1px;
	text-indent: -9999px;
}

#caption_3 {
	width: 465px;
	height: 72px;
	background: url(../img/page3/caption_3.gif) no-repeat 1px 1px;
	text-indent: -9999px;
}

#caption_4 {
	width: 465px;
	height: 72px;
	background: url(../img/page3/caption_4.gif) no-repeat 1px 1px;
	text-indent: -9999px;
}

#caption_5 {
	width: 465px;
	height: 49px;
	background: url(../img/page3/caption_5.gif) no-repeat 0 0;
	text-indent: -9999px;
}


	
/*  chanelページ  */	

#main {
	font-size:				10px;
	color:					#fff;
}
#main p {
	margin-bottom:			1em;
}
.title {
	background:				url(../img/2009/i-con.gif) 0 0 no-repeat;
	font-size:				14px;
	padding:				5px 0 0 45px;
	height:					41px;
	margin-bottom:			1.5em;
}
#scenery {
	margin-top:				2em;
}
.link {
	text-align:				right;
	margin:					2em 1em 4em 0;
}
.link a {
	color:					#fff;
}
.link a:hover {
	color:					#0066FF;
}

/* リンクフォントサイズ大 */
.linkBig {
	text-align:				right;
	margin:					1em 1em 4em 0;
	font-size:				15px;
}
.linkBig a {
	color:					#fff;
}
.linkBig a:hover {
	color:					#0066FF;
}
.linkBig strong{
	font-size:				17px;
}

/*　閉店ページ
-------------------------------------------------------*/
#close_title {
	border-bottom:			1px dotted #666;
	margin-bottom:			0.5em;
	padding-bottom:			5px;
}
table {
	font-size:				10px;
}
table {
	border-collapse:		collapse;
	color:					#fff;
}
tr,td,th {
	border:					1px solid #343434;
	padding:				10px;
}
#introduction tr,#introduction td {
	border:					none;
	padding:				0;
	padding-bottom:			10px;
}
#close_to {
	margin:					20px 0 5px 0;}






