@charset "utf-8";

body {
	font-family: "Lucida Grande",Arial,Helvetica,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:130%;
	color:#EDEEEF;
	font-size: 12px;
	*font-size: small;
	*font: x-small;
	background-color:#FFF;
}

a{color:#B8CD51;text-decoration:none;}
a:hover{color:#D2FD00;text-decoration:underline;}

div#wrapper1{
	background:url(/img/site/background.jpg) no-repeat center top;
	overflow:hidden;
}
div#wrapper2{
	background:url(/img/site/background2.jpg) no-repeat center top;
	overflow:hidden;
}

/* CONTAINER */
div#doc{
	position:relative;
	width:950px;
	margin:0 auto;
}

/* HEADER */
div#header{
	position:relative;
	height:237px;
	width:950px;
}
div#header-name{
	position:absolute;
	top:35px;
	left:51px;
	width:322px;
	height:149px;
	background:url(/img/site/name.gif) no-repeat;
}
div#header-name a{
	width:322px;
	height:149px;
	display:block;
	text-indent: -9999px;
}

/* MENU */
#menu{
	position:absolute;
	right:0px;
	width:400px;
	height:40px;
	padding-left:43px;
	background:url(/img/site/menu_bg.gif) no-repeat;
}
#menu li{
	float:left;
	height:33px;
}
#menu a{
    display:block;
	height:33px;
    overflow:hidden;
	text-indent:-9999px;
}
#menu a.home{
	width:45px;
	background:url(/img/site/menu.gif) no-repeat;
	background-position:0px 0px;
}
#menu a:hover.home{
	width:45px;
	background:url(/img/site/menu.gif) no-repeat;
	background-position:0px -33px;
}
#menu a.news{
	width:44px;
	background:url(/img/site/menu.gif) no-repeat;
	background-position:-45px 0px;
}
#menu a:hover.news{
	width:44px;
	background:url(/img/site/menu.gif) no-repeat;
	background-position:-45px -33px;
}
#menu a.profile{
	width:47px;
	background:url(/img/site/menu.gif) no-repeat;
	background-position:-89px 0px;
}
#menu a:hover.profile{
	width:47px;
	background:url(/img/site/menu.gif) no-repeat;
	background-position:-89px -33px;
}
#menu a.schedule{
	width:62px;
	background:url(/img/site/menu.gif) no-repeat;
	background-position:-136px 0px;
}
#menu a:hover.schedule{
	width:62px;
	background:url(/img/site/menu.gif) no-repeat;
	background-position:-136px -33px;
}
#menu a.discography{
	width:79px;
	background:url(/img/site/menu.gif) no-repeat;
	background-position:-198px 0px;
}
#menu a:hover.discography{
	width:79px;
	background:url(/img/site/menu.gif) no-repeat;
	background-position:-198px -33px;
}
#menu a.gallery{
	width:51px;
	background:url(/img/site/menu.gif) no-repeat;
	background-position:-277px 0px;
}
#menu a:hover.gallery{
	width:51px;
	background:url(/img/site/menu.gif) no-repeat;
	background-position:-277px -33px;
}
#menu a.link{
	width:37px;
	background:url(/img/site/menu.gif) no-repeat;
	background-position:-328px 0px;
}
#menu a:hover.link{
	width:37px;
	background:url(/img/site/menu.gif) no-repeat;
	background-position:-328px -33px;
}

/*contents*/
div#contents{
	width:914px;
	margin-left:37px;
	background:url(/img/site/contents_bgline.gif) repeat-y;
}
div#contents-top1{
	padding-top:487px;
	background:url(/img/site/contents_background.jpg) no-repeat top;
}
div#contents-top2{
	padding-top:487px;
	background:url(/img/site/contents_background2.jpg) no-repeat top;
}
div#contents-main{
	margin-top:-450px;
	padding-bottom:300px;
	width:914px;
	overflow:hidden;
}
div#contents-left{
	margin-top:20px;
	padding-left:5px;
	width:200px;
	float:left;
	text-align:left;
}
div#contents-right{
	width:670px;
	float:right;
	overflow:hidden;
}
div#top-contents-left{
	width:400px;
	float:left;
}
div#top-contents-right{
	width:270px;
	float:right;
}

/*FOOTER*/
div#footer{
	margin-left:37px;
	clear:both;
	background:url(/img/site/footer.gif) no-repeat top;
	width:914px;
	height:20px;
}

/*top-news*/
div#top-news,div#top-schedule,div#top-updateinfo{
	margin:0px 30px 30px 0px;
}
div#top-news h2,div#top-schedule h2,div#top-updateinfo h2{
	line-height:160%;
	font-size:1.3em;
	border-bottom:1px solid #A6B5C4;
}
.topnewscol,.updateinfocol{
	background:url(/img/site/dotline.gif) repeat-x bottom;
	padding-bottom:5px;
}
.topnewscol p.article{
	width:370px;
	overflow:hidden;
}
.topnewscol p.article img{
	border:1px solid #071D57;
	padding:5px;
	background-color:#C6DCE5;
	margin:0px 0px 5px 10px;
	float:right;
	height:70px;
}
div#top-schedule p.date{
	font-size:1.1em;
	font-weight:bold;
	margin-top:3px;
}


/*コンテンツ別タイトル*/
.contents-title-home,.contents-title-news,.contents-title-profile,.contents-title-schedule,
.contents-title-discography,.contents-title-gallery,.contents-title-link{
	width:189px;
	height:41px;
	text-indent:-9999px;
}
.contents-title-home{background:url(/img/site/contents_home.gif) no-repeat;}
.contents-title-news{background:url(/img/site/contents_news.gif) no-repeat;}
.contents-title-profile{background:url(/img/site/contents_profile.gif) no-repeat;}
.contents-title-schedule{background:url(/img/site/contents_schedule.gif) no-repeat;}
.contents-title-discography{background:url(/img/site/contents_discography.gif) no-repeat;}
.contents-title-gallery{background:url(/img/site/contents_gallery.gif) no-repeat;}
.contents-title-link{background:url(/img/site/contents_link.gif) no-repeat;}


/*ニュース*/
.contents-news{
	width:640px;
	margin:0px 30px 30px 0px;
	padding-top:10px;
	overflow:auto;
	background:url(/img/site/dotline.gif) repeat-x top;
}
.contents-news div.leftcol{
	width:100px;
	float:left;
}
.contents-news div.leftcol p.date{
	border-left:5px solid #C4D0DC;
	padding-left:3px;
}
.contents-news div.rightcol{
	width:540px;
	float:right;
}
.contents-news div.rightcol p.title{
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;
}
.contents-news div.rightcol img{
	border:1px solid #071D57;
	padding:5px;
	background-color:#C6DCE5;
	margin:0px 0px 5px 10px;
	float:right;
	width:100px;
}


/*プロフィール*/
.contents-profile{
	width:640px;
	margin:0px 30px 30px 0px;
	overflow:auto;
}
.contents-profile h2{
	font-size:1.3em;
	line-height:100%;
	font-weight:bold;
	margin-bottom:5px;
	padding-bottom:3px;
	background:url(/img/site/dotline.gif) repeat-x bottom;
}
.contents-profile p.text img{
	border:1px solid #071D57;
	padding:5px;
	background-color:#C6DCE5;
	margin:0px 0px 5px 10px;
	float:right;
}


/*スケジュール*/
.contents-schedule{
	width:640px;
	margin:0px 30px 30px 0px;
	padding-top:10px;
	overflow:auto;
	background:url(/img/site/dotline.gif) repeat-x top;
}
.contents-schedule div.leftcol{
	width:100px;
	float:left;
}
.contents-schedule div.leftcol p.month{
	font-size:1.4em;
	line-height:100%;
	font-weight:bold;
}
.contents-schedule div.leftcol p.date{
	border-left:5px solid #C4D0DC;
	padding-left:3px;
}
.contents-schedule div.rightcol{
	width:540px;
	float:right;
}
.contents-schedule div.rightcol p.event{
	font-size:1.2em;
	font-weight:bold;
}


/*ディスコグラフィー*/
.contents-discography{
	width:640px;
	margin:0px 30px 30px 0px;
	padding-top:10px;
	overflow:auto;
	background:url(/img/site/dotline.gif) repeat-x top;
}
.contents-discography div.leftcol{
	width:120px;
	float:left;
}
.contents-discography div.leftcol img{
	border:1px solid #071D57;
	padding:5px;
	background-color:#C6DCE5;
	margin:0px 0px 5px 10px;
	margin:0px;
	width:100px;
}
.contents-discography div.leftcol p.date{
	border-left:5px solid #C4D0DC;
	padding-left:3px;
}
.contents-discography div.centercol{
	width:170px;
	float:left;
}
.contents-discography div.centercol p.title{
	font-size:1.2em;
	font-weight:bold;
	line-height:100%;
	margin-bottom:5px;
}
.contents-discography div.centercol p.info,
.contents-discography div.rightcol p.comment,
.contents-discography div.rightcol p.tracklist{
	font-size:0.9em;
}
.contents-discography div.rightcol{
	width:350px;
	float:right;
}
.contents-discography div.rightcol p.comment{
	margin-bottom:10px;
}


/*ギャラリー*/
.contents-gallery{
	width:640px;
	margin:0px 30px 30px 0px;
	padding-top:10px;
	overflow:auto;
	background:url(/img/site/dotline.gif) repeat-x top;
}
.contents-gallery div.leftcol{
	width:100px;
	float:left;
}
.contents-gallery div.leftcol p.date{
	border-left:5px solid #C4D0DC;
	padding-left:3px;
}
.contents-gallery div.rightcol{
	width:540px;
	float:right;
}
.contents-gallery div.rightcol p.title{
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;
}
.contents-gallery div.rightcol p.comment{
	margin-bottom:10px;
}
.contents-gallery div.rightcol img{
	border:1px solid #071D57;
	padding:5px;
	background-color:#C6DCE5;
	margin:0px 0px 5px 10px;
	margin-left:0px;
	width:100px;
}
.gallery-images{
	overflow:hidden;
	margin-bottom:30px;
}
.gallery-images div.image{
	width:135px;
	float:left;
}
.gallery-images div.clear{
	margin-bottom:10px;
	clear:both;
}


/*スケジュール*/
.contents-link{
	width:640px;
	margin:0px 30px 30px 0px;
	padding-top:10px;
	overflow:auto;
	background:url(/img/site/dotline.gif) repeat-x top;
}
.contents-link div.leftcol{
	width:100px;
	float:left;
}
.contents-link div.leftcol p.title{
	font-size:1.2em;
	line-height:100%;
	font-weight:bold;
}
.contents-link div.rightcol{
	width:540px;
	float:right;
}


/* ページング*/
.paging{
	text-align:right;
	padding:15px 30px 3px 0px;
	font-size:11px;
	clear:both;
}
.pagelist-selected{
	font-weight:bold;
	margin:0 0.2em;
}
.pagelist a{
	margin:0 0.2em;
	color:#EDEEEF;
	padding:2px 5px;
	border:1px solid #EDEEEF;
	text-decoration:none;
}
.pagelist a:hover{background:#1D6794;}
.page-before a,.page-next a{
	color:#EDEEEF;
	text-decoration:none;
}
.page-before a:hover,.page-next a:hover{text-decoration:underline;}


/* フォント調整*/
.italic{
	font-style:italic;
}
.bold{
	font-weight:bold;
}
.large{
	font-size:14px;
}
.small{
	font-size:10px;
}
.underline{
	text-decoration:underline;
}

