@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}
body{
	background: url(../img/bg_bkcolor.gif) ;
	min-width: 1000px;
	font-family : "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif ;
	line-height: 125%;
	color: #333;
}


/* ================================================
装飾
==================================================*/
a:link{
	text-decoration: underline;
	color: #0033CC;
}
a:visited{
}
a:hover{
	color:#eb5614;
	text-decoration: none;
}

h1,h2,h3{
	display: table;
}
h4{
	font-size: 14px;
	margin: 10px 0;
}
img{
	border: 0;
}
.none{
	display: none;
}
.left{
	float: left;
}
.right{
	float: right;
}
.font10{
	font-size: 10px;
}
.clear{
 	clear: both;
 }
.red{
	color: #FF0000;
}
.lineH110{
	line-height: 130%;
}
.lineYellow{
	border-bottom: 1px dashed #ea5504;
	margin: 10px 0 5px 0;
}
.lineGray{
	border-bottom: 1px solid #ccc;
	margin: 10px 0 15px 0;
}
/* ================================================
サイト構造
==================================================*/
div#container{
	background: url(../img/bg_content01.gif) no-repeat center 85px;
	height: 669px;
	min-width: 800px;
}
#profile #container{
	background: url(../img/bg_content02.gif) no-repeat center 85px;
}
#liveEvent #container{
	background: url(../img/bg_content03.gif) no-repeat center 85px;
}
#discography #container{
	background: url(../img/bg_content04.gif) no-repeat center 85px;
}
#wtour #container{
	background: url(../img/bg_content06.gif) no-repeat center 85px;
}
#media #container{
	background: url(../img/bg_content05.gif) no-repeat center 85px;
}

div#wrapper{
	margin: 0 auto;
	width: 1000px;
	display: table;
	background: url(../img/bg_footer.gif) no-repeat 0 539px;
}
div#header{
	background: url(../img/bg_header.gif) no-repeat;
	width: 1000px;
	height: 85px;
	display: block;
}

div#main{
	height: 455px;
	padding: 0 100px 0 87px;
	display: block;	
	clear: both;
	
}
#liveEvent div#main{
	background: url(../img/bg_liveFrame.gif) no-repeat 88px 80px;
}
#profile div#main{
	background: url(../img/bg_profileFrame.gif) no-repeat 88px 29px;
}
#discography div#main{
	background: url(../img/bg_discoFrame.gif) no-repeat 88px 29px;
}
#wtour div#main{
	background: url(../img/bg_wtourFrame.gif) no-repeat 88px 29px;
}
#media div#main{
	background: url(../img/bg_mediaFrame.gif) no-repeat 88px 29px;
}

div#footer{
	height: 111px;
	padding: 0 0 0 0;
	clear: both;
}

/* ================================================
ヘッダー
==================================================*/
#header h1{
	margin: 5px 0 2px 55px; /* 元margin: 12px 0 0 40px; */
	_margin-left: 27px; /* IE6 元20px */
	float: left;
}
#header ul,#header li{
	list-style: none;
}
#gNaviBar {
	background: url(../img/gNavi.gif) no-repeat;
	width: 700px;
	height: 28px;
	float: right;
	margin-right: 40px;
	_margin-right: 20px;/* IE6 */
	list-style: none;
}
#gNaviBar li{
	list-style: none;
	float: left;
	width: 92px;
	height: 28px;
}

#gNaviBar li#bgm{
	width: 42px;
	height:18px;
	background: url(../img/bg_sound.gif) no-repeat 7px 0;
	padding: 10px 0 0 14px;
}
#gNavi08{
	float:right;
	margin-top: 8px;
}
#gNavi08 a{
	_overflow: hidden;
	display: block;
	width:119px;
	height: 23px;
	background: url(../img/mailmagazine.gif) no-repeat;
}
#gNavi08 a:hover{
	background: url(../img/mailmagazine.gif) no-repeat 0 -23px;
}
/* ================================================
topics 
==================================================*/
.small{
	font-size: 10px;
}

div.article{
	font-size: 12px;
	padding-bottom: 37px;
}
div.article p{
	padding: 0 0 0 3px;
	margin-top: 19px;
}
div.article p.date{
	margin-top: 0;
	color: #ea5504;
	border-bottom: 1px solid #ea5504;
}
div.article dl{
	padding: 7px 0 7px 3px;
}
div.article dt{
	float: left;
}

dl.dt35 dt{
	width: 35px;
}
div.article dl.dt35 dd{
	margin-left: 35px;
}
dl.dt80 dt{
	width: 80px;
}
div.article dl.dt80 dd{
	margin-left: 80px;
}
dl.dt100 dt{
	width: 100px;
}

dl.dt130 dt{
	width: 130px;
}

dl.dt150 dt{
	width: 150px;
}
dl.dt90 dt{
	width:  90px;
}

div.article dl.dt100 dd{
	margin-left: 100px;
}

div.article dl.dt150 dd{
	margin-left: 150px;
}

h2.title02{
	padding: 4px 0 9px 11px;
	*width: 150px; /* IEﾂ用 */
}

div.article ul{
	list-style: disc;
	padding: 2px 0 10px 15px;
	margin-left: 5px;
}


/* ==========================================
フッター
============================================*/
div#bnrArea{
	width: 921px;
	padding: 14px 0 0 0;
	display: table;
	margin: 0 auto;
	height: 70px;
	text-align: center;
}
#bnrArea ul{
	list-style: none;
	margin: 0 auto;
	height: 53px;
	width: 690px;	/*3つの時は530*/
	_width: 695px;
	display: table;
}
#bnrArea li{
	list-style: none;
	float: left;
	margin: 0 4px;
}

/* ==========================================
 wrapper内コピーライト
============================================*/
div#copyright{
	margin: 35px auto 0 auto;
	padding: 0 9px 0 8px;
	height: 20px;
	width: 904px;
	background: #666666;
	color: #fff;
 	font: 10px/20px Arial, Helvetica, sans-serif;
}
#copyright a{
	color: #fff;
	text-decoration: none;
}
#copyright a:hover{
	text-decoration: underline;
}



/* ================================================
サブフレーム
==================================================*/
div#leftFrame{
	height: 392px;
	width: 174px;
	padding: 30px 0px 0 15px;
	float: left;
}
div#leftFrame ul,div#leftFrame li{
	list-style: none;
	padding: 0;
	margin: 0;
}
div#leftFrame li{
	height: 18px;
	width: 154px;
	margin-bottom: 12px;
}
div#rightFrame{
	width: 610px;
	height: 382px;
	padding: 8px 0px 0 5px;
	margin: 12px 0 0 0;
	*margin-right: 5px;
	display: block;
	float: left;
	overflow: auto;
}


/* ================================================
各ページごと設定
==================================================*/

/* ------------------------
 topics 
------------------------ */
div#contWrap{
	display:block;
	width:100%;
	overflow: hidden;
}
div#rightWrap{
	display:block;
	padding: 0 0 0 11px;
}
h2.title{
	padding: 7px 0 9px 11px;
	*width: 150px; /* IEﾂ用 */
	
}
div#topicFrame{
	width: 781px;
	height: 410px;
	background: url(../img/bg_topicFlame.gif) no-repeat;
	padding: 5px 5px 0 26px;
	position: relative;
}
div#rightInfo{
	position: absolute;
	right: 15px;
	top:35px;
	width: 238px;
	height: 365px;
}
div#rightInfo h3{
	margin-bottom: 15px;
	position: relative;
	left: -3px;
}
div#topicsBox{
	margin-top: 14px;
	padding: 10px 20px 0 0px;
	overflow: auto;
	height: 373px;
	width: 489px;
}
div#flashcontent{
	display: block;
	width: 302px;
	height: 455px;
	margin:0 0 0 0;
	float: left;
	white-space:nowrap;
}
#rightInfo dl{
	margin: 0px 0 20px 0;
}
#rightInfo dt{
	font-weight: bold;
	line-height:120%;
	font-size:12px;
	margin-bottom: 5px;
}
#rightInfo dd{
	line-height:140%;
	font-size:11px;
}

#qrArea{
	height: 90px;
	position: absolute;
	bottom:0px;
	width: 100%;
}
#qrText{
	position: absolute;
	top: 27px;
	font-size: 10px;
	width:136px;
	right:3px;
	*right:0;
	_right: -4px;
	line-height: 14px;
}


/* ------------------------
 Profile,TravelDiary
------------------------ */
div#Frame02{
	width: 802px;
	height: 346px;
	padding: 7px 0px 0 5px;
	display: table;
	*float: right;
	clear: both;
}
div#wrapBox{
	text-align: center;
	padding: 0;
	overflow: auto;
	height: 391px;
	*margin: 0 10px 0 0px; /* IE6用 */
	font-size: 12px;
}
#profile div#wrapBox{
	padding: 7px 10px 0 50px;
}
#wrapBox table{
	margin: 0 10px;
	display: table;
}
#wrapBox table th{
	text-align:left;
	padding:0;
	margin:0;
}
#wrapBox table td{
	vertical-align: top;
	text-align: left;
}
img.photoPL{
	padding: 5px 0 0 0 ;
}

/* ------------------------
 Discography
------------------------ */
div#content02{
	display: table;
	clear: both;
}


/* ------------------------
 media 
------------------------ */


