a:link {
	color: #cc3333;
	text-decoration: underline;
}
a:hover {
	color: #0000ff;
}
a:visited {
	color: #6600cc;
}
a img {
	border-style: none;
}

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	vertical-align: top;
}
h1 {
	background-image: url(../img/horizontal_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 13px;
	_padding-bottom: 5px;
　/*winIEのみ*/
	margin: 0px;
}
h2 {
	margin-top: 10px;
	margin-bottom: 0px;
}
h3 {
	margin-top: 10px;
	margin-bottom: 0px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #7887a3;
	margin-top: 10px;
	margin-bottom: 0px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}
ul {
	margin-left: 16px;
	padding: 0px;
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
li {
	margin: 0px;
}


/*全頁共通ここから*/
.Clear {
	clear: both;
}
.LeftBox {
	float: left;
	height: 100%;
	margin-right: 5px;
}
.RightBox {
	float: right;
}

/*フッタメニュー位置設定*/
.FootMenu {
	position: relative;
}
.FootMenu ul {
	list-style: none;
	position: absolute;
	left: 0px;
	top: 0px;
}
.FootMenu li {
	padding-right: 14px;
	display: inline;
	background: url(../img/footmenu_part.gif) no-repeat right top;
	height: 11px;
	position: absolute;
}
.FootMenu li.TOPICS,.FootMenu li.TOUR,.FootMenu li.FAN {
	padding-right: 0px;
	background: url(none);
}
.FootMenu li.HOME {
	left: 483px;
	top: 20px;
	width: 34px;
}
.FootMenu li.DAILY {
	left: 541px;
	top: 20px;
	width: 68px;
}
.FootMenu li.MEDIA {
	left: 633px;
	top: 20px;
	width: 38px;
}
.FootMenu li.TOPICS {
	left: 694px;
	top: 20px;
	width: 40px;
}
.FootMenu li.BIO {
	left: 442px;
	top: 34px;
	width: 66px;
}
.FootMenu li.DISCO {
	left: 531px;
	top: 34px;
	width: 82px;
}
.FootMenu li.TOUR {
	left: 637px;
	top: 34px;
	width: 97px;
}
.FootMenu li.GOODS {
	left: 402px;
	top: 48px;
	width: 41px;
}
.FootMenu li.MEMBER {
	left: 467px;
	top: 48px;
	width: 48px;
}
.FootMenu li.GALLERY {
	left: 467px;
	top: 48px;
	width: 48px;
}
.FootMenu li.INTERVIEW {
	left: 541px;
	top: 48px;
	width: 63px;
}
.FootMenu li.FAN {
	left: 627px;
	top: 48px;
	width: 107px;
}

/*フッタメニューマウスオーバー設定*/
.FootMenu ul li a {
	display: block;
	text-indent: -9999em;
	height: 11px;
	text-decoration: none;
	outline: none;	
	_overflow: hidden;
}
.FootMenu .HOME a:link,.FootMenu .HOME a:visited,.FootMenu .HOME a:focus {
	background: url(../img/footmenu_home.gif) no-repeat;
	width: 34px;
	z-index: auto;
}
.FootMenu .DAILY a:link,.FootMenu .DAILY a:visited {
	background: url(../img/footmenu_daily.gif) no-repeat;
	width: 68px;
}
.FootMenu .MEDIA a:link,.FootMenu .MEDIA a:visited {
	background: url(../img/footmenu_media.gif) no-repeat;
	width: 38px;
}
.FootMenu .TOPICS a:link,.FootMenu .TOPICS a:visited {
	background: url(../img/footmenu_topics.gif) no-repeat;
	width: 40px;
}
.FootMenu .BIO a:link,.FootMenu .BIO a:visited {
	background: url(../img/footmenu_bio.gif) no-repeat;
	width: 66px;
}
.FootMenu .DISCO a:link,.FootMenu .DISCO a:visited {
	background: url(../img/footmenu_disco.gif) no-repeat;
	width: 82px;
}
.FootMenu .TOUR a:link,.FootMenu .TOUR a:visited {
	background: url(../img/footmenu_live.gif) no-repeat;
	width: 97px;
}
.FootMenu .GOODS a:link,.FootMenu .GOODS a:visited {
	background: url(../img/footmenu_goods.gif) no-repeat;
	width: 41px;
}
.FootMenu .MEMBER a:link,.FootMenu .MEMBER a:visited {
	background: url(../img/footmenu_member.gif) no-repeat;
	width: 50px;
}
.FootMenu .GALLERY a:link,.FootMenu .GALLERY a:visited {
	background: url(../img/footmenu_gallery.gif) no-repeat;
	width: 50px;
}
.FootMenu .INTERVIEW a:link,.FootMenu .INTERVIEW a:visited {
	background: url(../img/footmenu_interview.gif) no-repeat;
	width: 63px;
}
.FootMenu .FAN a:link,.FootMenu .FAN a:visited {
	background: url(../img/footmenu_fan.gif) no-repeat;
	width: 107px;
}
.FootMenu .HOME a:hover,.FootMenu .HOME a:active,.FootMenu .HOME a:focus,
.FootMenu .DAILY a:hover,.FootMenu .DAILY a:active,.FootMenu .DAILY a:focus,
.FootMenu .MEDIA a:hover,.FootMenu .MEDIA a:active,.FootMenu .MEDIA a:focus,
.FootMenu .TOPICS a:hover,.FootMenu .TOPICS a:active,.FootMenu .TOPICS a:focus,
.FootMenu .BIO a:hover,.FootMenu .BIO a:active,.FootMenu .BIO a:focus,
.FootMenu .DISCO a:hover,.FootMenu .DISCO a:active,.FootMenu .DISCO a:focus,
.FootMenu .TOUR a:hover,.FootMenu .TOUR a:active,.FootMenu .TOUR a:focus,
.FootMenu .GOODS a:hover,.FootMenu .GOODS a:active,.FootMenu .GOODS a:focus,
.FootMenu .MEMBER a:hover,.FootMenu .MEMBER a:active,.FootMenu .MEMBER a:focus,
.FootMenu .GALLERY a:hover,.FootMenu .GALLERY a:active,.FootMenu .GALLERY a:focus,
.FootMenu .INTERVIEW a:hover,.FootMenu .INTERVIEW a:active,.FootMenu .INTERVIEW a:focus,
.FootMenu .FAN a:hover,.FootMenu .FAN a:active,.FootMenu .FAN a:focus
 {
	background-position: 0px -11px;
}

/*フッタメニューリンクアウト*/
.FootMenu .TOUR a:link,.FootMenu .TOUR a:visited ,.FootMenu .TOUR a:hover,.FootMenu .TOUR a:active,.FootMenu .TOUR a:focus{
	background-position: 0px 0px;
	cursor: default;
}
.FootMenu .INTERVIEW a:link,.FootMenu .INTERVIEW a:visited ,.FootMenu .INTERVIEW a:hover,.FootMenu .INTERVIEW a:active,.FootMenu .INTERVIEW a:focus{
	background-position: 0px 0px;
	cursor: default;
}



/*全体ボックス*/
#Container {
	width: 790px;
	text-align: center;
	padding: 260px 85px 10px;
	background: #000b07 url(../img/back.jpg) no-repeat;
}
.Copyright {
	margin-bottom: 4px;
}

/*メインボックス*/
#Container2 {
	width: 695px;
	margin-left: 65px;
	vertical-align: top;
}
/*縦3本ライン*/
#Vline {
	float: left;
	background-image: url(../img/vertical_line.gif);
	background-repeat: repeat-y;
	width: 5px;
	margin-left: 30px;
	margin-right: 12px;
	height: 100%;
}
/*段落*/
.Text {
	margin-top: 10px;
}
/*横2重線*/
.SeparatorLine {
	background-image: url(../img/horizontal_line.gif);
	background-repeat: no-repeat;
	margin: 20px 0px 25px;
	height: 4px;
}

/*上メニューボックス*/
#MenuLayer {
	position:absolute;
	left:62px;
	top:242px;
	width:502px;
	height:122px;
	z-index:1;
	overflow: hidden;
}

/*上メニュー位置・マウスオーバー設定*/
#MenuList ul {
	list-style: none;
	text-indent: -9999pt;
}
#MenuList a {
	background: url(../img/menu_on.gif) no-repeat 0px 0px;
	display: block;
	overflow: hidden;
	position: absolute;
	z-index:99;
}
#MenuList .HOME a:link,#MenuList .HOME a:visited {
	left: 29px;top: 47px;width: 59px;height: 14px;z-index:auto;
}
#MenuList .HOME a:hover,#MenuList .HOME a:active,#MenuList .HOME a:focus {
	background-position: -29px -47px;
}
#MenuList .DAILY a:link,#MenuList .DAILY a:visited {
	left: 97px;top: 41px;width: 88px;height: 17px;z-index:auto;
}
#MenuList .DAILY a:hover,#MenuList .DAILY a:active,#MenuList .DAILY a:focus {
	background-position: -97px -41px;
}
#MenuList .MEDIA a:link,#MenuList .MEDIA a:visited {
	left: 191px;top: 38px;width: 70px;height: 17px;z-index:auto;
}
#MenuList .MEDIA a:hover,#MenuList .MEDIA a:active,#MenuList .MEDIA a:focus {
	background-position: -191px -38px;
}
#MenuList .TOPICS a:link,#MenuList .TOPICS a:visited {
	left: 262px;top: 34px;width: 69px;height: 17px;z-index:auto;
}
#MenuList .TOPICS a:hover,#MenuList .TOPICS a:active,#MenuList .TOPICS a:focus {
	background-position: -262px -34px;
}
#MenuList .BIO a:link,#MenuList .BIO a:visited {
	left: 58px;top: 62px;width: 86px;height: 17px;z-index:auto;
}
#MenuList .BIO a:hover,#MenuList .BIO a:active,#MenuList .BIO a:focus {
	background-position: -58px -62px;
}
#MenuList .DISCO a:link,#MenuList .DISCO a:visited {
	left: 157px;top: 58px;width: 105px;height: 16px;z-index:auto;
}
#MenuList .DISCO a:hover,#MenuList .DISCO a:active,#MenuList .DISCO a:focus {
	background-position: -157px -58px;
}
#MenuList .TOUR a:link,#MenuList .TOUR a:visited {
	left: 275px;top: 51px;width: 123px;height: 16px;z-index:auto;
}
#MenuList .TOUR a:hover,#MenuList .TOUR a:active,#MenuList .TOUR a:focus {
	background-position: -275px -51px;
}
#MenuList .GOODS a:link,#MenuList .GOODS a:visited {
	left: 76px;top: 80px;width: 70px;height: 17px;z-index:auto;
}
#MenuList .GOODS a:hover,#MenuList .GOODS a:active,#MenuList .GOODS a:focus {
	background-position: -76px -80px;
}
#MenuList .MEMBER a:link,#MenuList .MEMBER a:visited {
	left: 149px;top: 77px;width: 70px;height: 17px;z-index:auto;
}
#MenuList .MEMBER a:hover,#MenuList .MEMBER a:active,#MenuList .MEMBER a:focus {
	background-position: -149px -77px;
}
#MenuList .GALLERY a:link,#MenuList .GALLERY a:visited {
	left: 149px;top: 77px;width: 70px;height: 17px;z-index:auto;
}
#MenuList .GALLERY a:hover,#MenuList .GALLERY a:active,#MenuList .GALLERY a:focus {
	background-position: -149px -77px;
}
#MenuList .INTERVIEW a:link,#MenuList .INTERVIEW a:visited {
	left: 227px;top: 74px;width: 81px;height: 17px;z-index:auto;
}
#MenuList .INTERVIEW a:hover,#MenuList .INTERVIEW a:active,#MenuList .INTERVIEW a:focus {
	background-position: -227px -74px;
}
#MenuList .FAN a:link,#MenuList .FAN a:visited {
	left: 322px;top: 67px;width: 135px;height: 17px;z-index:99;
}
#MenuList .FAN a:hover,#MenuList .FAN a:active,#MenuList .FAN a:focus {
	background-position: -322px -67px;
}

.MenuBack {
/*	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/menu_back.png);*/
	background-image: url(../img/menu_back.png);
	behavior: expression(IEPNGFIX.fix(this));
	background-repeat: no-repeat;
	height: 117px;
	width: 502px;
}
#MenuTextLayer {
	position:absolute;
	left:95px;
	top:183px;
	width:428px;
	height:67px;
	z-index:2;
}
.MenuText {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/menu_text.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../img/menu_02_o.png);
	behavior: expression(IEPNGFIX.fix(this));
	behavior: expression(IEPNGFIX.fix(this));
	height: 67px;
	width: 428px;
}
.MenuCheck {
	margin-top: 25px;
	margin-left: 26px;
}

/*全頁共通ここまで*/



/*背景ここから*/
.WhitebackTop {
	background-image: url(../img/whiteback_top.png);
	behavior: expression(IEPNGFIX.fix(this));
	background-repeat: no-repeat;
	height: 35px;
}
.WhitebackMiddle {
	background-image:  url(../img/whiteback_middle2.png);
	behavior: expression(IEPNGFIX.fix(this));
	background-repeat: repeat-y;
	padding-top: 5px;
	clear: both;
	text-align: left;
}
/* begin clearfix 〜ボックス終わりに自動フロートクリア */
.WhitebackMiddle:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.WhitebackBootom {
	background-image:  url(../img/whiteback_bottom2.png);
	behavior: expression(IEPNGFIX.fix(this));
	background-repeat: no-repeat;
	height: 98px;
	clear: both;
	text-align: left;
}
/*背景ここまで*/



/*左側コンテンツエリアここから*/
#ContentsArea {
	width: 480px;
	float: left;
	text-align: right;
	background: right;
	margin-top: 55px;
	_margin-top: 70px;
　/*winIEのみ*/
}
#mainContents {
	width: 450px;
	float: left;
	text-align: left;
}
/*左側コンテンツエリアここまで*/


/*右側サブエリアここから*/
#SubArea {
	float: right;
	margin-left: 12px;
	width: 198px;
}
#SubArea .Line {
	margin-top: 5px;
	margin-bottom: 5px;
}

#SubArea .Ttl {
	float: left;
}
#SubArea .BtMore {
	float: right;
}
.NewRelease {
	margin-left: 8px;
	width: 175px;
	margin-top: 12px;
	font-size: 10px;
	line-height: 18px;
}
.NewRelease .Preview {
	color: #b7c0cc;
	margin-left: 12px;
}
.NewRelease .Preview img {
	vertical-align: middle;
	margin-top: 0px;
}
.AlbumName {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}
/*右側サブエリアここまで*/
