/*____________________resetting css____________________*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, h7, h8, h9, h10, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, tr, th, td {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	line-height:2.2em;
	letter-spacing: 0.1em;
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,Osaka ,"メイリオ" ,"meiryo", "ＭＳ Ｐゴシック" , sans-serif;
}
A:LINK			{ COLOR: #FDD000; TEXT-DECORATION: NONE;font-size:12px; }
A:VISITED		{ COLOR: #FDD000; TEXT-DECORATION: NONE;font-size:12px; }
A:ACTIVE		{ COLOR: #FFEA94; TEXT-DECORATION: NONE;font-size:12px; }
A:HOVER		{ COLOR: #FFEA94; TEXT-DECORATION: NONE;font-size:12px; }


/* body */
body{
	font-family: "ＭＳ Ｐゴシック","ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","Osaka‐等幅","Arial","sans-serif";
	background-color:#000;
	color:#fff;
	margin:0px;
	width:100%;
	height: 100%;
}

/* 背景画像 */
img.bgmaximage{
	position:fixed !important;
	display:none;
}


/* INDEX */
#INDEX {
	width:1000px;
	margin:0px auto;
	padding:0px;
}


#INDEX .Menu{
	width:800px;
	float:right;
	border-top:2px dotted #fff;
	border-bottom:2px dotted #fff;
	margin-top:15px;
}


#INDEX .Menu ul li{
	list-style: none;
	float:left;
}


#INDEX .Menu li{
	width:160px;
	text-align:center;
	margin:7px 0px 5px 0px;
}





/* CONTENTS */
#maincontent {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	overflow: hidden !important;
	overflow: visible;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


#ContentsBG {
	width:330px;
	margin-left:100px;
	background-image:url("../images/common/contents_bg.png");
	background-repeat:repeat-y;
	border-left:1px solid #333;
	border-right:1px solid #333;
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
	padding-bottom: 0;  
	margin-bottom: 0;
	height:100%;
}

#Contents {
	width:270px;
	padding:30px;
}


/* HEADER */

#HEADER {
	width:270px;
	margin-bottom:10px;
}

.Navigation{
	float:right;
	width:60px;
	margin-left:95px;
}

.Navigation ul li{
	text-align:right;
	list-style: none;
}

.Navigation li{
	height:21px;
}


/* NEWS PAGE */

.newsup1{
	border-top:2px dotted #fff;
}

.newsup2{
	font-size: 10px;
	line-height:1.8em;
}


ul.LIST{
	width:270px;
	list-style: none;
}

ul.LIST li{
	width:270px;
	list-style: none;
	padding:10px 0px;
	border-bottom:2px dotted #fff;
}

ul.LIST .Date {
	font-size: 10px;
	line-height:1.8em;
}

ul.LIST .NewsText {
	float: left;
	font-size: 11px;
	width:270px;
	line-height:1.6em;
}

ul.ShopLIST{
	width:270px;
	list-style: none;
}

ul.ShopLIST li{
	width:270px;
	list-style: none;
	padding:10px 0px;
	border-bottom:2px dotted #fff;
	line-height: 1.7em;
}


/*____________________FORM____________________*/

.input_text {
	width: 265px; 
	height:20px;
	background: #333;
	color:#fff;
	border:1px solid #666;
}

.message {
	width: 265px; 
	height:100px;
	background: #333;
	color:#fff;
	border:1px solid #666;
	valtical-arign:top;
}

.button {
	background:#FDD000;
	width:60px;
	margin-top:20px;
	margin-left:210px;
}

/*____________________LINE____________________*/
hr {
	color: #fff;
	border-width: 2px 0px 0px 0px;
	border-style: dotted;
	width:270px;
}

/*____________________Title____________________*/
h1{
	float:left;
	width:115px;
}
/*____________________FOOTER____________________*/

#Copyright{
	width:8px;
	height:202px;
	top:10px;
	left:10px;
	position:fixed;
}

/*____________________margin____________________*/

.mt0 {margin-top:0px !important;}
.mt2 {margin-top:2px !important;}
.mt3 {margin-top:3px !important;}
.mt5 {margin-top:5px !important;}
.mt7 {margin-top:7px !important;}
.mt8 {margin-top:8px !important;}
.mt10 {margin-top:10px !important;}
.mt13 {margin-top:15px !important;}
.mt15 {margin-top:15px !important;}
.mt16 {margin-top:16px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt35 {margin-top:35px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}
/*____________________padding____________________*/
.pt0 {padding-top:0px !important;}
.pt2 {padding-top:2px !important;}
.pt3 {padding-top:3px !important;}
.pt5 {padding-top:5px !important;}
.pt7 {padding-top:7px !important;}
.pt8 {padding-top:8px !important;}
.pt10 {padding-top:10px !important;}
.pt13 {padding-top:15px !important;}
.pt15 {padding-top:15px !important;}
.pt20 {padding-top:20px !important;}
.pt25 {padding-top:25px !important;}
.pt30 {padding-top:30px !important;}
.pt40 {padding-top:40px !important;}
.pt60 {padding-top:60px !important;}

.pl0 {padding-left:0px !important;}
.pl2 {padding-left:2px !important;}
.pl3 {padding-left:3px !important;}
.pl5 {padding-left:5px !important;}
.pl7 {padding-left:7px !important;}
.pl8 {padding-left:8px !important;}
.pl10 {padding-left:10px !important;}
.pl13 {padding-left:15px !important;}
.pl15 {padding-left:15px !important;}
.pl20 {padding-left:20px !important;}
.pl25 {padding-left:25px !important;}
.pl30 {padding-left:30px !important;}
.pl40 {padding-left:40px !important;}
.pl60 {padding-left:60px !important;}

/*____________________class____________________*/
.fl{float:left;}
.fr{float:right;}
.clear {clear:both}
p {text-align:left;}

.f15 {font-size:15px;}
.f14 {font-size:14px;}
.f13 {font-size:13px;}
.f12 {font-size:12px;}
.f11 {font-size:11px; line-height:1.2em;}
.f10 {font-size:10px; line-height:1.1em;}
.Bold {font-weight: bold;}

