@charset "utf-8";
/* CSS Document */



/*--------------------------------------------*/
/* clearfix                                   */
/*--------------------------------------------*/

.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: block;
	min-height: 1%;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/*--------------------------------------------*/
/* float                                      */
/*--------------------------------------------*/

.fltL {
	float: left;
}
.fltR {
	float: right;
}

/*--------------------------------------------*/
/* margin                                     */
/*--------------------------------------------*/

.mt05 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt12 {
	margin-top: 12px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.mt55 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt65 {
	margin-top: 65px;
}

.mt70 {
	margin-top: 70px;
}

.mt75 {
	margin-top: 75px;
}

.mt80 {
	margin-top: 80px;
}

.mt85 {
	margin-top: 85px;
}

.ml05{
	margin-left:5px;
}
.ml10{
	margin-left:10px;
}

.mr05{
	margin-right:5px;
}
.mr10{
	margin-right:10px;
}


/*--------------------------------------------*/
/* tool                                       */
/*--------------------------------------------*/

.clear {
	clear: both;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.nobg {
	background: none !important;
}
.textR{
	text-align:right;
}

/*--------------------------------------------*/
/* BASE                                       */
/*--------------------------------------------*/

body {
	margin:0;
	padding:0;
	font-size: 12px;
	background:#000000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	text-align: center;
	color:#999999;
	letter-spacing : 2px;
}
h1,h2,p,dl{
	margin:0;
}
a:link{
	color:#ffffff;
	background::transparent;
	text-decoration:none;
}
a:visited{
	color:#ffffff;
	background::transparent;
	text-decoration:none;
}
a:hover{
	color:#ff6600;
	background::transparent;
	text-decoration:none;
}
td{
  line-height : 2px;
  letter-spacing : 2px;
}
p{
	line-height:1.5em;
}

/*--------------------------------------------*/
/* COMMON                                     */
/*--------------------------------------------*/
/* wrapper */
#wrapper {
	width:890px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	
}

/* header */
#header {
	width:890px;
	height:120px;
	background-image:url(../img/headerbg.gif);
}

#header #headerMenu{
float:right;
margin:10px 10px 0 0;
}

#header #headerMenu p{
	float:left;
}

/* pagebody */
#pagebody{
	margin-top:20px;
}

/* contents */
#contents {
	float:right;
	width:730px;
	background:url(../img/contentsbg.gif) repeat-y #000000;
}

/* contents */
#main{
	width:540px;
	float:left;
	font-size: 12px;
}

#main h1{
	border-bottom:#FFFFFF solid 1px;
}
#main h1 img{
	margin-top:8px;
	float:left;
}
#main h1 p{
	margin-left:15px;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}

#main h2{
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:#666666 dotted 1px;
	font-size:14px;
}

#main #maincopy{
	margin-top:10px;
	color:#FFFFFF;
	font-size: 12px;
	line-height:1.5em;
}

#main #concept{
	margin:15px 0;
	padding:10px;
	line-height:1.6em;
	color:#FFFFFF;
	font-size:12px;
	font-weight:700;
}

/*subTtl*/
.subTtl{
margin:15px 0 0 0;
padding:5px;
color:#FFFFFF;
font-size:12px;
font-weight:700;
text-indent:3px;	
border-bottom:#999999 dotted 1px;
}


/* styleSingle */
#main #styleSingle{
	padding-top:18px;
	display:block;
}
#main #styleSingle p{
	color:#FFFFFF;
	font-size:12px;
	float:left;
	width:270px;
}

#main #styleSingle table{
	float:left;
	width:540px;
	border:0;
	padding:0;
	margin:0;
	text-align:left;
	color:#FFFFFF;
}

#main #styleSingle table td{
	padding:5px 0 5px 0;
}

#main #styleSingle table th{
	width:80%;
	padding:3px 0 3px 0;
}

/* styleLeft */
#main #styleLeft{
	padding-top:18px;
	display:block;
}
#main #styleLeft p{
	color:#FFFFFF;
	font-size:12px;
	float:left;
	width:270px;
}
#main #styleLeft img{
	float:right;
	border:#666666 solid 1px;
}
#main #styleLeft table{
	float:left;
	width:270px;
	border:0;
	padding:0;
	margin:0;
	text-align:left;
	color:#FFFFFF;
	font-size: 12px;
}
.Menu tr{
	height:30px;
}
.Menu th{
	padding:3px 0 3px 0;
	width:70%;
	font-weight:normal;
	font-size: 12px;
}

.Menu th #en,
.Menu td #en{
line-height:1.5em;
}

.Menu td{
	padding:3px 0 3px 0;
	text-align:right;
	width:30%;
	font-size: 12px;
}

.bgline{
	background-color:#313131;
}
.drinkMenu{
	width:100%;
}

/* styleRight */
#main #styleRight{
	padding-top:18px;
	display:block;
	font-size: 12px;
}
#main #styleRight p{
	color:#FFFFFF;
	font-size:12px;
	float:right;
	width:270px;
}
#main #styleRight img{
	float:left;
	border:#666666 solid 1px;
}

/* sub */
#sub{
	width:170px;
	float:right;
}
#sub h1{
	border-bottom:#FFFFFF solid 1px;
}
#sub h1 img{
	margin-top:8px;
	float:left;
}
#sub h1 p{
	margin-left:15px;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}
#sub #content{
	clear:both;
	margin-top:5px;
	margin-bottom:20px;
	text-align:center;
}
#sub #content img{
	border:#666666 solid 1px;
}
#sub #content p{
text-align:left;
	margin-top:5px;
	padding-bottom:5px;
}

/* navi */
#navi{
	float:left;
	width:140px;
	text-align:left;
}

#navi ul{
	padding:0;
	list-style:url(../img/listMark.gif);
	margin:0 0 0 18px;
}
#navi li{
	margin-bottom:5px;
}
#navi li #visit{
	color:#FF6600;
	text-decoration:underline;
}


/* footer */
#footer {
	margin-top:20px;
	display:inline-block;
	width:890px;
	height:40px;
	background:url(../img/footer.gif) no-repeat #000000;
	text-align:center;
	color:#CCCCCC;
	font-size:10px;
}
#footer p{
	margin-top:15px;
}

/*--------------------------------------------*/
/* E-MAIL                                     */
/*--------------------------------------------*/
.mailform table{
	width:540px;
	border-collapse:collapse;
	border-spacing:0;
	border:0;
	margin-top:10px;
}
.mailform th,td{
	text-align:left;
	vertical-align:middle;
	padding:2px;
}
.mailform th{
	white-space:nowrap;
}

div#MAINLAYOUT {
	width:540px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	border: 0;
}
div#FORM table {
	border: 0;
}
div#FORM {
	margin: 10px auto 15px;
}
div#FORM .SmallType {
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
}
div#FORM form {
	margin: 0px;
}
div#FORM td {
	padding: 4px;
	background: #000000;
	width: 80%;
	border:#313131 1px solid;
	text-align:center;
}
div#FORM th {
	font-weight: bold;
	text-align: left;
	padding: 4px;
	background-color: #000000;
	vertical-align: top;
	border:#313131 1px solid;
}
div#FORM .Submit {
	background: #000000;
	text-align: center;
}
.ERR {
	color: #000;
}
/*--------------------------------------------*/
/* MAIL-Magazine                              */
/*--------------------------------------------*/
.mailform #title{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.mailform #submit{
	text-align:center;
}
.qrcode{
	text-align:center;
	padding-top:10px;
}
.qrcode p{
	padding-top:30px;
	padding-left:30px;
	float:left;
	font-size:16px;
}
.qrcode img{
padding:5px;
}

/*-------------------------*/
#black td{
background-color:#333333;
color:#FFFFFF;
line-height:1.4em;
padding:2px;
}

#white td{
background-color:#000000;
color:#FFFFFF;
line-height:1.4em;
padding:2px;
}

#black tr{
background-color:#333333;
color:#FFFFFF;
line-height:1.4em;
padding:2px;
}

#white tr{
background-color:#000000;
color:#FFFFFF;
line-height:1.4em;
padding:2px;
}
/* ----------------------- */
#seasonBtn,
#stdMenuBtn{
width:100%;
}

#seasonBtn img,
#stdMenuBtn img{
border:0;
height:60px;
width:540px;
}

#seasonBtn a{
background-image:url(../img/seasonMenuBtn_on.jpg);
height:60px;
width:540px;
display:block;
}
#stdMenuBtn a{
background-image:url(../img/stdMenuBtn_on.jpg);
height:60px;
width:540px;
display:block;
}
#seasonBtn a:hover,
#stdMenuBtn a:hover{
background-color:transparent;
}

#seasonBtn a:hover img,
#stdMenuBtn a:hover img{
visibility:hidden;
}


