@charset "UTF-8";
/*
グランドトップの/index.html以外の2階層はすべてこのスタイルを参照します。
主に、コンテンツ部のレイアウトをやってます。
各ページごとの記述は、classで振り分けてます。
*/

/* パンくずナビ */
#topicPath{
	margin:51px 0 0 0;
	height:35px;
	text-align:right;
}

/* 本文枠 */
#contents{
	margin:0 0 78px 0;
	border-top:solid 1px #FFF;
	border-bottom:solid 1px transparent;
	_border-bottom:none;

}

/* 右写真背景 */
/* Profile */
body.profile #contents{	background:no-repeat;}
/* discography */
body.discography #contents{	background:no-repeat;}
/* schedule */
body.schedule #contents{	background:no-repeat;}
/* gallery */
body.gallery #contents{	background:no-repeat;}
/* link */
body.link #contents{	background:no-repeat;}
/* Privacy Policy */
body.privacy #contents{	background:no-repeat;}

/* Profile */
/*body.profile #contents{	background:url("../../image/imageProfile.jpg") no-repeat top right;}*/
/* discography */
/*body.discography #contents{	background:url("../../image/imageDiscography.jpg") no-repeat top right;}*/
/* schedule */
/*body.schedule #contents{	background:url("../../image/imageSchedule.jpg") no-repeat top right;}*/
/* gallery */
/*body.gallery #contents{	background:url("../../image/imageGallery.jpg") no-repeat top right;}*/
/* link */
/*body.link #contents{	background:url("../../image/imageLink.jpg") no-repeat top right;}*/
/* Privacy Policy */
/*body.privacy #contents{	background:no-repeat;}*/



/* ローカルナビ スタート時点ではスケジュールのみ実装 */
#contents #localNavi{
	position:relative;
	width:183px;
	float:left;
}

#contents #localNavi #pageNavi{
	position:absolute;
	top:94px;
	left:30px;
	padding:0;
	margin:0;
}

#contents #localNavi #pageNavi li{
	display:block;
	list-style-type:none;
	margin:0;
	padding:0 0 13px 0;
}
/* end of pageNavi */


#contents #article{
	width:717px;
	min-height:600px;
	_height:600px;
	float:left;
}

/* .sectionH2 */
#contents #article .sectionH2{
	position:relative;
	background:url("../image/bacgroundSection.gif") no-repeat;
	padding:0 0 60px 20px;
	width:467px;
	_width:487px;
}

#contents #article .sectionH2.noName{
	padding-top:35px;
}

#contents #article div.sectionH2.first-child{
	background:url("../image/backgroundFirstSection.gif") no-repeat;
	padding-top:29px;
	_padding-top:60px;/* add 090916 to discography on IE6 */
}

#contents #article .sectionH2.noName.first-child{
	padding-top:64px;
}
/* end of .sectionH2 */


#contents #article .sectionH2 h2{
	margin:0 0 22px -2px;
}


/* .sectionH3 */
#contents #article .sectionH2 .sectionH3{
	border-top:dotted 1px #a25660;
	_border-top:solid 1px #a25660;
	padding:1em 0 3em 0;
	position:relative;
}

#contents #article .sectionH2 .sectionH3.first-child{
	border-top:none;
	padding:0 0 3em 0;
	background:none;
}

body #contents #article h3{
	margin:2px 0 15px 0;
	color:#a25660;
}

body #contents #article h3 span{
	color:#505050;
	display:block;
	margin:0 0 3px 0;
}


body #contents #article h3 a{
	border:none;
}

/* discography */
/* 各カテゴリーは、body要素に設定したClassで振り分けます。 */
body.discography #contents #article p.info{
	margin:-1em 0 0 0;
	padding:0 0 1em 0;
	text-align:right;
}

body.discography #contents #article .number{
	float:left;
	width:242px;
/*	width:150px;*/
	margin-bottom:10px;
}

body.discography #contents #article .sectionH4{
	float:left;
	width:223px;
/*	width:315px;*/
}


body.discography #contents #article .sectionH4.clearBox{
	border-top:dotted 1px #c893a3;
	_border-top:solid 1px #c893a3;
	clear:both;
	width:467px;
	margin-top:17px;
	padding-top:15px;
}



body.discography #contents #article .sectionH4 h4{
	color:#a25660;
	margin-top:2em;
	margin-bottom:5px
}


body.discography #contents #article .sectionH4 .qr{
	margin-top:-80px;
	text-align:right;
}

/* gallery */
body.gallery #contents #article p.group{
	margin:8px 0 0 0;
	width:440px;
}

body.gallery #contents #article p.group a{
	display:block;
	float:left;
}

body.gallery #contents #article p.group a img{
	display:block;
	border:#a25660 solid 1px;
	padding:1px;
	margin:0 8px 8px 0;
}

/* schedule */


/* privacy */
body.privacy #contents #article p.signature{
	text-align:right;
	margin:1em 0;
}

body.privacy #contents #article h3{
	padding:1em 0 0 0;
}
