* {
	margin: 0;
	padding: 0;
}
body,td,th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
}

body {
	margin: 0;
	padding:0;
	font-size: 12px;
}

input{/*background-color: #E3E3E3;border: 1px solid #d4d4d4;*/color:#000;}
textarea{background-color: #E3E3E3;border: 1px solid #d4d4d4;color:#000;}

#mBody{
	width: 990px;
	height: 724px;
	color:gray;
	margin: 0 auto;
	overflow: hidden;
	position:relative;
}
/* Netscape対策 */
#mBody:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

.galleryList a {
	font-weight:bold;
}

/* ---------------------------------------------------------
■ デフォルトリセット
--------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p,
table, th, td {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	border: none;
	list-style-type: none;
	text-indent: 0;
}

/* ---------------------------------------------------------
■ テキストリンク
--------------------------------------------------------- */
a { color: #666;text-decoration:none; }
a:hover {color: blue;text-decoration:underline}

/* ---------------------------------------------------------
■ ヘッダー
--------------------------------------------------------- */
#mHeader {
	width:990px;
	height:87px;
	background-image:url(../images/header.jpg);
	color:blue;
}

#mMenu {
	top:67px;
	left:0px;
	width: 990px;
	height:30px;
	position:absolute;
	background-image:url(../images/template/menu/menu_bg.jpg) no-repeat;
}

#mMenu div { position:absolute;}

/*
#mMenu2 {
	width:136px;
	height:40px;
	position:absolute;
	left:100px;
}
*/

#mLogo {
	width : 390px;
	height : 60px;
	cursor:pointer;
	float:left;
}
#mLogoImg {
	width : 390px;
	height : 60px;
	left:1px;
}


#mLogIn { width: 500px; height:10px;margin-left:450px;padding-top:30px; }
#mLogIn img { float: right; margin: 10px 5px 0 0; border:0;}
#mLogIn input { float: right; margin: 11px 5px 0 0;}

#mLogOut {width: 500px; height:10px;margin-left:450px;padding-top:30px;}
#mLogOut img { float: right; margin: 10px 5px 0 0; border:0;}
#mGreetings { float:right;margin: 15px 5px 0 0;color:#FFF;}

/* ---------------------------------------------------------
■ フッター
--------------------------------------------------------- */
#mCopy {
	width:990px;
	height:22px;
	background: url(../images/footer.gif) no-repeat bottom left;
	clear: both;
}
#mCopyImg {
	width:365px;
	height:30px;
	cursor:pointer;
}

/* ---------------------------------------------------------
■ TOPページ
--------------------------------------------------------- */
/* コンテンツ左側 */
.mv {
	width: 400px;
	float: left;
}

/* コンテンツ右側 */
.right {
	width: 471px;
	float: right;
	margin-right:10px;
}

/* 動画 */
.opening {
	width: 220px;
	height: 180px;
	background: url(../images/top/top_bg_opening.jpg) no-repeat;
	margin: 10px 0;
	padding: 20px 0 0 250px;
}
.opening .movie {

}

/* WHAT'S NEW */
.news {
	width: 470px;
}

.news img {
	float: left;
	margin: 0 0 5px 20px;
	display: inline;
}

.news div.more {
	color: #fff;
	float: right;
	margin-right: 20px;
	display: inline;
}
.news .news_content {
	width: 430px;
	border-bottom: 1px solid #4c2900;
	border-top: 1px solid #4c2900;
	padding: 20px 20px;
	float: left;
}

.news p {
	color: #fff;
	font-size: 12px;
	line-height: 30px;
}

.news p span {
	color: #bd4500;
}

/* コンテンツ下部（バナー） */
.top_bnr {
	padding: 5px 15px;
	background: #2c1c00;
	margin: 10px 0; 
} 
.top_bnr img{
	float: ledt;
	margin: 5px 0 5px 10px;
}


/* フラッシュ */
.flash {
	position : absolute;
	top: 88px;
	left: 318px;
	width: 673px;
	height: 613px;
}

/* ---------------------------------------------------------
■ サブコンテンツ
--------------------------------------------------------- */

/* 写真ゾーン
------------------------------------ */
#mLeft {
	width: 400px;
	background-repeat:no-repeat;
	float:left;
}

/* 内容ゾーン
------------------------------------ */

#mRight {
	margin-top:38px;
	width: 520px;
	height: 550px;
	float:right;
}

/* タイトル */
#mTitle {
	width: 430px;
	font-size:12px;
	color:#FFF;
	padding: 5px 25px;
}

#mContent {
	width: 500px;
	height:520px;
	padding: 10px 10px 0px 10px;
	overflow:auto;
	scrollbar-track-color:#D6D6D6;
	scrollbar-highlight-color:#a1a1a1;
	scrollbar-shadow-color:#a1a1a1;
	scrollbar-3dlight-color:#a1a1a1;
	scrollbar-3dlight-color:#d6d6d6;
	scrollbar-darkshadow-color:#d6d6d6;
	scrollbar-face-color:#a1a1a1;
	scrollbar-arrow-color:white;
}


/* NEWS */
#newsHeader {
	width:460px;
	height:23px;
	background-color:#d0d0d0;
}
.newsHeaderTitle {
	width:460px;
	height:23px;
	padding-left:30px;
	padding-top:5px;
	color:#000;
}
.newsDesc {
	width:460px;
	padding-top:8px;
	padding-left:8px;
	color:red;
}
.newsFooter {
	width:460px;
	text-align:right;
	font-size:10px;
}
.newsContent {
	width:460px;
	padding-top:8px;
	padding-left:8px;
	color:#404040;
}

/* login */
.loginContent {
	width:480px;
	padding-top:8px;
	padding-left:8px;
	color:#404040;
}

/* COMMON */
#pageTitle {
	width:460px;
	height:26px;
	margin-top:10px;
}

/* ---------------------------------------------------------
■ メインメニュー
--------------------------------------------------------- */
/* BUTTONS */
#news { background:url(../images/template/menu/news.gif) no-repeat; width:118px; height:17px;}/* 56px */
#profile { background:url(../images/template/menu/profile.gif) no-repeat; left:176px;width:118px; height:17px;}/* 54px */
#gallery { background:url(../images/template/menu/gallery.gif) no-repeat; left:346px;width:118px; height:17px;}/* 51px */
#special { background:url(../images/template/menu/special.gif) no-repeat; left:515px;width:118px; height:17px;}/* 39px */
#goods { background:url(../images/template/menu/goods.gif) no-repeat; left:672px;width:118px; height:17px;}/* 71px */
#about { background:url(../images/template/menu/about.gif) no-repeat; left:861px;width:118px; height:17px;}

/* ---------------------------------------------------------
■ サブメニュー
--------------------------------------------------------- */
#mSubMenu {
	visibility:hidden;
	position:absolute;
	width:990px;
	height:38px;
	left:0px;
}
#mSubMenu div {
	position:absolute;
}

/*****************************
 * GALLERY SUB MENU
 *****************************/
#mSubMenu .gallery {
	visibility:hidden;
	background-repeat: no-repeat;
/*	left:600px;*/
	left:447px;
	width:214px;
	height:33px;
	background-image: url(../images/template/menu/gallery/bg.gif);
}
#mSubMenu .gallery div {
	text-align:center;
	padding-top:14px;
	font-size:11px;
	color:#336;
}
/* SUB MENU BUTTONS */
#gallery_movie { background:url(../images/template/menu/gallery/movie.gif) no-repeat; left:2px; width:106px; height:33px;}
#gallery_image { background:url(../images/template/menu/gallery/image.gif) no-repeat; left:108px; width:108px; height:33px;}

/*****************************
 * SPECIAL SUB MENU
 *****************************/
#mSubMenu .special {
	visibility:hidden;
	background-repeat: no-repeat;
/*	left:295px;*/
	left:449px;
	width:531px;
	height:34px;
	background-image: url(../images/template/menu/special/bg.gif)/* no-repeat*/;
}

/* SUB MENU BUTTONS */
#special_message { background:url(../images/template/menu/special/message.gif) no-repeat; left:0px; width:105px;height:34px;}
#special_diary { background:url(../images/template/menu/special/diary.gif) no-repeat; left:105px; width:81px;height:34px;}
#special_schedule { background:url(../images/template/menu/special/schedule.gif) no-repeat; left:186px; width:78px;height:34px;}
#special_community { background:url(../images/template/menu/special/community.gif) no-repeat; left:264px; width:80px;height:34px;}
#special_downloads { background:url(../images/template/menu/special/downloads.gif) no-repeat; left:344px; width:81px;height:34px;}
#special_events { background:url(../images/template/menu/special/events.gif); left:425px; width:106px;height:34px;}


/*****************************
 * GOODS SUB MENU
 *****************************/
#mSubMenu .goods {
	visibility:hidden;
	background-repeat: no-repeat;
	top:1px;
	left:460px;
	height:27px;
}
/* SUB MENU BUTTONS ABOUT */
#goods_ticket { background:url(../images/template/menu/goods/ticket.gif) no-repeat;left:0px; width:71px;height:27px;}
#goods_goods { background:url(../images/template/menu/goods/goods.gif) no-repeat; left:71px;width:71px;height:27px;}
#goods_tokutei { background:url(../images/template/menu/goods/tokutei.gif) no-repeat; left:142px;width:116px;height:27px;}

/*****************************
 * ABOUT SUB MENU
 *****************************/
#mSubMenu .about {
	visibility:hidden;
	background-repeat: no-repeat;
	top:1px;
	left:460px;
	height:27px;
}
/* SUB MENU BUTTONS ABOUT */
#about_fanclub { background:url(../images/template/menu/about/fanclub.gif) no-repeat;left:0px; width:108px;height:27px;}
#about_kiyaku { background:url(../images/template/menu/about/kiyaku.gif) no-repeat; left:108px;width:55px;height:27px;}
#about_privacy { background:url(../images/template/menu/about/privacy.gif) no-repeat; left:163px;width:110px;height:27px;}
#about_shop { background:url(../images/template/menu/about/shop.gif) no-repeat; left:273px;width:112px;height:27px;}
#about_faq { background:url(../images/template/menu/about/faq.gif) no-repeat; left:385px;width:71px;height:27px;}
#about_info { background:url(../images/template/menu/about/info.gif) no-repeat; left:456px;width:74px;height:27px;}


.menu {
	display: none;
}

.menu div { height: 16px; float: left;}

/* ---------------------------------------------------------
■ その他　テキストなどの設定
--------------------------------------------------------- */
#mContent p {
	padding: 0 0 10px;
	line-height: 18px;
	color:#666;
}

#mContent h3 {
	font-size:16px;
	color: #c4c4c4;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 10px;
	background: #404040;
	width:460px;
}

#mContent h4 {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 5px 0 10px;
	padding: 0;
}

#mContent h5 {
	font-size: 14px;
	color:#606060;
	font-weight:bold;
	margin-bottom: 10px;
}

hr {
	border-style: dotted none none none;
	border-top-color: #c4c4c4;
	width: 100%;
	margin-bottom: 10px;
}

d.alert {
	background:url(../images/alert.gif);
	background-repeat: no-repeat;
	font-weight:bold;
	color:red;
}

/* ---------------------------------------------------------
■ テーブル
--------------------------------------------------------- */
/* パターン1 */
#mContent table.waku1 {
	border-collapse: collapse;
	margin: 0 0 20px 0;
	border: 1px solid #c4c4c4;
/*	border: 1px solid #333;*/
}

#mContent table.waku1 thead th {
	padding: 5px 10px;
	text-align: left;
	line-height: 18px;
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	font-weight: bold;
	color: #fff;
}


#mContent table.waku1 tbody th {
	padding: 5px 10px;
	text-align: left;
	line-height: 18px;
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	background-color:#808080;
	color:#FFF;
	font-weight: bold;
}

#mContent table.waku1 td {
	padding: 5px 10px;
	line-height: 18px;
	border-right: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	color: #404040;
}

/* パターン2 */
#mContent table.waku2 {
	border-collapse: collapse;
	margin: 0 0 20px 0;
	border: 1px solid #333;
}

#mContent table.waku2 thead th {
	padding: 5px 10px;
	text-align: left;
	line-height: 18px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #DE5302;
	font-weight: bold;
}


#mContent table.waku2 tbody th {
	padding: 5px 10px;
	text-align: left;
	line-height: 18px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #222;
	font-weight: bold;
}

#mContent table.waku2 td {
	padding: 5px 10px;
	line-height: 18px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

/* パターン3 */
#mContent table.waku3 {
	border-collapse: collapse;
	margin: 0 0 20px 0;
}

#mContent table.waku3 thead th {
	padding: 5px 10px;
	text-align: left;
	line-height: 18px;
/*	border-right: 1px solid #c4c4c4;*/
	border-bottom: 1px solid #c4c4c4;
	font-weight: bold;
	color: #fff;
}


#mContent table.waku3 tbody th {
	padding: 5px 10px;
	text-align: left;
	line-height: 18px;
/*	border-right: 1px solid #c4c4c4;*/
	border-bottom: 1px solid #c4c4c4;
	background-color:#808080;
	color:#FFF;
	font-weight: bold;
}

#mContent table.waku3 td {
	padding: 5px 10px;
	line-height: 18px;
/*	border-right: 1px solid #c4c4c4;*/
	border-bottom: 1px solid #c4c4c4;
	color: #404040;
}