@charset "utf-8";
/*===================================================

	トップページ用

====================================================*/

/*----------------------------------------------------
	import
----------------------------------------------------*/
@import url("../Scripts/ceebox.css");

/*----------------------------------------------------
	ブラウザ初期設定のリセット
----------------------------------------------------*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
body,td,th {
	font-size: 100%;
}
html,body {
	height: 100%;
}
html {
	overflow-y: scroll;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
p {
	margin: 0 0 1em;
}
ol,ul {
	list-style: none;
}
fieldset,img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
}
img{
	vertical-align: bottom;
}

/*----------------------------------------------------
	基礎、テキストリンクの設定
----------------------------------------------------*/
html,body {
	height: 100%;
}
body {
	background: #000 url(../image/index_bg.gif) repeat-x;
	line-height: 1.4em;
	color: #FFF;
}


/*----------------------------------------------------
	#index		トップページ
----------------------------------------------------*/
#index {
	margin: auto;
	width: 960px;
}
#index #flash {
	background: #000;
}

/*----------------------------------------------------
	#header		ヘッダー
----------------------------------------------------*/
#header {
	background: url(../image/index_hed.gif) no-repeat left center;
	height: 178px;
}
#header #logo {
	display: block;
	height: 177px;
	width: 130px;
	text-indent: -9999px;
}

	/*----------------------------------------------------
		#nav		ナビゲーション
	----------------------------------------------------*/
	#header #nav {
		margin: -80px 0 0 160px;
	}
	#header #nav li {
		float: left;
		padding-right: 25px;
	}
	#header #nav li a {
		background-image: url(../image/index_nav_bg.gif);
		display: block;
		text-indent: -9999px;
		height: 30px;
	}
		#header #nav li#about a { width: 110px; background-position: 0 0; }
		#header #nav li#daytime a { width: 220px; background-position: -115px 0; }
		#header #nav li#evening a { width: 185px; background-position: -350px 0; }
		#header #nav li#drink a { width: 180px; background-position: -540px 0; }
		
		#header #nav li#about a:hover { width: 110px; background-position: 0 -30px; }
		#header #nav li#daytime a:hover { width: 220px; background-position: -115px -30px; }
		#header #nav li#evening a:hover { width: 185px; background-position: -350px -30px; }
		#header #nav li#drink a:hover { width: 180px; background-position: -540px -30px; }

/*----------------------------------------------------
	#news		インフォメーション
----------------------------------------------------*/
#news {
	height: 150px;
	padding-top: 20px;
	color: #000;
}
#news a {
	color: #FFF;
}
#news a:hover {
	color: #C00;
}
#news a#news_title {
	background: url(../image/index_info_bg.gif) no-repeat;
	width: 720px;
	height: 24px;
	padding: 0 20px;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	color: #000;
	text-decoration: none;	
}
#news a#news_title span {
	float: right;
	width: 110px;
	font-weight: normal;
	*margin-top: -24px;
	color: #FFF;
}
#news a#news_title:hover span {
	color: #F00;
}
#news #news_list {
	padding-left: 20px;
	width: 730px;
	line-height: 1em;
}
#news #news_list li {
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 10px;
	background: url(../image/index_info_li.gif) no-repeat left 7px;
}
#news #news_list li .day {
	padding-right: 10px;
}
#news #news_list li img {
	vertical-align: baseline;
}
#news a#blog {
	background-image: url(../image/blog_link.gif);
	display: block;
	text-indent: -9999px;
	height: 50px;
	width: 170px;
	float: right;
}
#news a#blog:hover {
	background-position: bottom;
}
#news a#goiken {
	background-image: url(../image/goiken.jpg);
	display: block;
	text-indent: -9999px;
	height: 50px;
	width: 170px;
	float: right;
	margin: 60px -170px 0 0;
}
#news a#goiken:hover {
	background-position: bottom;
}

/*----------------------------------------------------
	#footer		フッター
----------------------------------------------------*/
#footer {
	border-top: 2px solid #AC7928;
	margin-top: 10px;
	padding: 40px 0;
	min-width: 960px;
}
#footer_info {
	background: url(../image/footer_info.gif) no-repeat top;
	color: #CB9507;
	font-size: 12px;
	margin: auto;
	padding: 25px 0 0 335px;
	width: 625px;
	height: 135px;
	line-height: 2em;
}
#footer_info a#access {
	background-image: url(../image/access_link.gif);
	height: 30px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	margin-top: .5em;
}
#footer_info a#access:hover {
	background-position: bottom;
}
#copy { /* コピーライト */
	color: #CB9507;
	font-size: 10px;
	margin: auto;
	width: 960px;
}

