@charset "utf-8";

/* CSS Document */

/*リセット　ブラウザーの個別特性をカットするための統括再設定　*/

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;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
 border:0;
}

/*リセットここまで*/



/*　再設定　ここから下の設定が適用される　*/

/*すべての項目に対してのデフォルト設定*/

* {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	word-break: break-all;
	border-collapse: collapse;
	list-style:none;
}



/*一般的なタグに対してのデフォルト設定　各ページやクラスで指定しないときはこの設定が適用されます*/

a{
	text-decoration: none;
	color: #0000FF;
}

a:link{
	color:#0000FF;
}

a:visited{
	color:#0000FF;
}

a:hover{
	text-decoration: underline;
	color:#FF0000;
}

a:active{
	text-decoration: underline;
	color:#FF0000;
}

h1{
	clear:both;
	padding:0;
	font-size:16px;
	border-bottom:2px solid gray;
	background-color:#FFFFFF;
	margin-top: 0.5em;
	margin-right: 5px;
	margin-bottom: 0.5em;
	margin-left: 5px;
}

h2{
	clear:both;
	margin: 0.5em 0 ;
	font-size:16px;
	padding-left:0.5em;
	border-bottom:1px solid gray;
}

h3{
	clear:both;
	margin: 0.5em 0 ;
	font-size:14px;
	padding-left:0.5em;
	border-bottom:1px solid gray;
}

p{
	clear:both;
	color: #000000;
	margin:0.5em;
	padding-left:1em;
}

table{
	border:0px solid #000;
}

tr{
	border:0px solid #000;
}

td{
	border:0px solid #000;
}

/*ページレイアウトに関する設定項目　各ブロックのエリア設定　ブロックのレイアウトに関する項目のみ記述*/

/** html全体 **/

html{

}

	/** body内 **/

	body {
	text-align:center;
	background-color: #000000;
	background-image: url(back.gif);
	background-repeat: repeat;
	}

		/*** コンテナブロック ***/

		#container{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	color: #FFFFFF;
	background-color: #FFFFFF;
		}

			/*** ヘッダセクション ***/

			#header{
	clear:both;
	width: 700px;
	background-image: url(../images/main/header.jpg);
	height: 149px;
			}



			/**** ナビセクション ****/

			#navi {
				clear:both;
				width:100%;
				font-size:14px;
				margin: 0px;

			}
			#navi ul{
				text-align:center;
				padding: 0px;
			}
			#navi li{
				background-image:url(bt.jpg);
				background-repeat:no-repeat;
				display:block;
				width:140px;
				height:20px;
				float:left;
				text-align:center;
				font-family: "ＭＳ ゴシック", "Osaka‐等幅";
				font-weight: bold;
				padding-top: 3px;
						}
			#navi a{
				text-decoration: none;
				color: #000000;
			}
			#navi a:link{
				text-decoration: none;
				color:#000000;
			}
			#navi a:visited{
				text-decoration: none;
				color:#000000;
			}
			#navi a:hover{
				background-image:url(bt_b.jpg);
				background-repeat:no-repeat;
				display:block;
				width:140px;
				text-decoration: none;
				color:#FFFFFF;
			}
			#navi a:active{
				background-image:url(bt_b.jpg);
				background-repeat:no-repeat;
				display:block;
				width:140px;
				text-decoration: none;
				color:#FFFFFF;
			}
			/***** コンテンツ　*****/
			#contents{
			}
			/***** メインエリア *****/
			#main{
				clear:both;
				width:700px;
				text-align: left;
				color: #000000;


			}

			/***** サブエリア *****/

			#sub{
			}

			/**** フッタセクション ****/				

			#footer{
	clear:both;
	color: #000000;
			}



/*各ブロック・セクション・エリア内で使用する個別指定およびクラス指定*/

/** html全体 **/

	html{
		/*フォント一括指定*/
		font-size:12px;
		font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

/** body内 **/

	body {

	}

/*** ヘッダブロック ***/
	.block{
		clear:both;
		float:right;
		display: block;
		margin:0px;
		padding:5px 5px 5px 5px;
	}
	.block li{
		display: block;
		float: right;
		text-align: center;
		padding:0px;
		margin:0 0.5em 0;
	}
	.block li a:link{
	color: #FFCC00;
	font-weight: bold;
	}
	.block li a:visited{
	color: #FFCC00;
	font-weight: bold;
	}
	.block li a:hover{
	color: #FF0000;
	font-weight: bold;
	}
	.block li a:active{
	color: #FF0000;
	font-weight: bold;
	}
/*** コンテナブロック ***/

	#container{
	}

/**** ナビセクション ****/




/***** メインエリア *****/

	#main{

	}

.bn_block{
	clear:both;
	float:left;
	display: block;
	margin:3px;
	}

	.bn_block li{
	display: block;
	float: left;
	line-height:15px;
	text-align: center;
	padding:0px;
	margin:0 4px;
	font-size: 10px;
	}
	.bn_block li a:link{
	color: #000000;
	}
	.bn_block li a:visited{
		color: #000000;
	}
	.bn_block li a:hover{
		color: #FFCC00;
	}
	.bn_block li a:active{
		color: #FFCC00;
	}
/**** フッタセクション ****/				

	.address{
		font-style:normal;
		font-size:12px;
		color: #FFFFFF;

	}





/*個別のページで使用するスタイル*/

	/*プライバシーページで使用するスタイル*/

	.privacy {
	float: left;
	text-align: left;
	width:670px;
	padding-left: 15px;
	padding-right:15px;
	}


	

	/*サイトマップページで使用するスタイル*/

	.sitemap {
	float: left;
	width:670px;
	background-image: url(../images/sake/IMG_7471.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 300px;
	margin-right:5px;
	margin-left:10px;
	}
	.sitemap1 {
		margin-left: 10px;
		float: left;
		line-height: 20px;
		width:200px;
	}
	.sitemap2 {
		margin-left: 10px;
		float: left;
		line-height: 20px;
		width:200px;
	}

	/*リンクページで使用するスタイル*/

	.link {
	margin-top: 30px;
	margin-left: 10px;
	text-align: left;
	background-image: url(../images/sake/IMG_7484_s.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	width: 680px;
	margin-right: 10px;
	}
	.link li {
	margin-left: 10px;
	line-height: 25px;
	font-size: 10px;
	}

	/*その他スタイル*/

	.sake{
	text-align: center;
	word-spacing: 10pt;
	float: left;
	width:700px;
	
	}
	.sake_left{
	margin-left: 10px;
	float: left;
	line-height: 20px;
	width:370px;
	color: #000000;
	text-align: left;
	font-size: 11px;
	}
	.sake_right{
	margin-left: 10px;
	float: right;
	line-height: 20px;
	width:300px;
	color: #000000;
	text-align: left;
	font-size: 11px;
	}
	.sake h4{
	font-size: 12px;
	font-weight: bold;
	
	}
	.menu{
	float: left;
	width:700px;
	
	}
	.menu_left{
	margin-left: 10px;
	float: left;
	line-height: 20px;
	width:320px;
	color: #000000;
	text-align: left;
	font-size: 11px;
	}
	.menu_right{
	margin-left: 10px;
	margin-right:10px;
	float: right;
	line-height: 20px;
	width:320px;
	color: #000000;
	text-align: left;
	font-size: 11px;
	}
	.menu h4{
	font-size: 12px;
	font-weight: bold;
	
	}
	.ticket {
	float: left;
	width:690px;
	margin-top: 10px;
	padding-left: 10px;
	line-height: 20px;
	}
	.shop{
	text-align: center;
	width:640px;
	padding-right: 30px;
	padding-left: 30px;
	}
	.shop p{
	text-align:left;
	line-height: 20px;
	margin-left:20px;
	}
	.main_photo{
	padding:10px;
	line-height: 20px;
	text-align: center;
	width: 680px;
	}
	.dot{
	margin-left:40px;
}