@charset "utf-8";
/*----------------------------------------------------
	基本設定、リンクカラー、レイアウト、横幅設定など
----------------------------------------------------*/
a:link			{ color: #687E1D; text-decoration:underline;}
a:visited		{ color: #687E1D; text-decoration:underline;}
a:hover,a:active 	{ color: #687E1D; text-decoration:none;}

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR		{ float: right; margin: 0 0 10px 10px;}
.imgL		{ float: left; margin: 0 10px 10px 0;}
.btn		{ text-align: center;}
.clear		{ clear:both;}
.f-L		{ float:left;}
.f-R 		{ float:right;}
.Bold		{ font-weight: bold;}

/*
	clearfix
*/
.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}

/*Hides from IE5-mac \*/
* html ul {
    height: 1%;
}
ul {
    display: block;
}
*+html body ul {
    zoom: 1;
}
/*End hide from IE5-mac */

/*----------------------------------------------------
	#layout
		レイアウト	
----------------------------------------------------*/
#Wrapper {
	width:auto; height:auto;
}
#Container {
	width:1000px; height:auto;
	margin:0 auto;
}
#Main {
	width:1000px;
	background:url(../images/bg-maingraduation.gif) repeat-x;
	min-height:525px;
	height:auto !important;
	height:525px;
}
#Main-blue {
	width:1000px;
	background:url(../images/bg-qagraduation.gif) repeat-x;
	min-height:525px;
	height:auto !important;
	height:525px;
}
#Footer {
	width:1000px; height:74px;
	background:url(../images/footer-bg.gif) no-repeat;

}
/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#GlobalNavi {
	padding: 0;
	width:1000px;
	height:28px;
	background:url(../images/bg-mainmenu.gif) no-repeat; 
}
#GlobalNavi li{
	text-indent: -9999px;
	float:left;
	margin: 0;
	padding: 0;

}
#GlobalNavi a{
	display: block;
	width: 100%;
	height: 28px;
	background:url(../images/bg-mainmenu.gif) no-repeat; 
}
#Menu1 a{background-position: 0 0; width:187px;}
#Menu2 a{background-position: -187px 0; width:82px;}
#Menu3 a{background-position: -269px 0; width:105px;}
#Menu4 a{background-position: -374px 0; width:66px;}
#Menu5 a{background-position: -440px 0; width:53px;}
#Menu6 a{background-position: -493px 0; width:57px;}
#Menu7 a{background-position: -550px 0; width:78px;}
#Menu0 a{background-position: -937px 0; width:61px;}
#Space {background-position: -629px 0; width:306px;}

#Globalnavi a:hover{
	background:url(../images/bg-mainmenu.gif) no-repeat; 
}
#Menu1 a:hover{background-position: 0 -28px;}
#Menu2 a:hover{background-position: -187px -28px;}
#Menu3 a:hover{background-position: -269px -28px;}
#Menu4 a:hover{background-position: -374px -28px;}
#Menu5 a:hover{background-position: -440px -28px;}
#Menu6 a:hover{background-position: -493px -28px;}
#Menu7 a:hover{background-position: -550px -28px;}
#Menu0 a:hover{background-position: -937px -28px;}

#Detail {
	width:auto; height:41px;
	background:url(../images/bg-h2-block.gif) repeat-x;
	position:relative;
}
#Detail-blue {
	width:auto; height:41px;
	background:url(../images/bg-h2-block-qa.gif) repeat-x;
	position:relative;
}
#SubNaviBlock {
	width:208px; height:31px;
	background:url(../images/bg-subnaviblock.gif) no-repeat;
	margin-right:25px;
	position:absolute;
	top:10px;
	left:760px;
	padding:10px;
}
#SubNavi {
	padding: 0;
	width:192px;
	height:12px;
	background:url(../images/bg-subnavi.gif) no-repeat; 
}
#SubNavi li{
	text-indent: -9999px;
	float:left;
	margin: 0;
	padding: 0;
	font-size: 0;
}
#SubNavi a{
	display: block;
	width: 100%;
	height: 12px;
	background:url(../images/bg-subnavi.gif) no-repeat; 
}
#Menu10 a{background-position: 0 0; width:50px;}
#Menu11 a{background-position: -50px 0; width:59px;}
#Menu12 a{background-position: -109px 0; width:35px;}
#Menu13 a{background-position: -144px 0; width:48px;}

#SubNavi a:hover{
	background:url(../images/bg-subnavi.gif) no-repeat; 
}
#Menu10 a:hover{background-position: 0 -12px;}
#Menu11 a:hover{background-position: -50px -12px;}
#Menu12 a:hover{background-position: -109px -12px;}
#Menu13 a:hover{background-position: -144px -12px;}

/* -----------------------------------------------------------
	#H
		見出し小見出し
----------------------------------------------------------- */
H1#Pagetitle span,
H2#Navititle span {
    display: none;
}
H1#Pagetitle {
    width:1000px; height:132px;
    /* background: url(../images/h1-discography.jpg) no-repeat; */
		margin:0; padding:0;
}
H2#Navititle {
    width:auto; height:40px;
    /* background: url(../images/h2-single.gif) no-repeat; */
	margin:0 0 0 33px; padding:0;
}

/*----------------------------------------------------
	#Toppage
		トップページ
----------------------------------------------------*/
#GoodsListBlock {
	width:888px;
	margin:0 auto;
	padding-top:20px;
}
#GoodsList {
	float:left;
	width:888px;
	margin-left:-13px;
}
#GoodsList li {
	float:left;
	margin:0 0 23px 13px;
	padding:5px;
	width:199px;
	height:155px;
    background: url(../images/box-disco-bg.gif) no-repeat;	
}
/* for IE6 */
* html #GoodsList li {
	display:inline;
}
#GoodsList li img {
	vertical-align:top;
	margin-bottom:3px;
}

.GoodsDetail {
	margin:0; padding:0; 
}
.GoodsDetail dt{
	width:95px;
	padding:5px;
	float:left;
}
.GoodsDetail dd{
	width:80px;
	padding-top:5px;
	float:right;
	font-size:12px;	
}
#FooterNaviBlock {
	padding:33px 0 0 15px;
}
#FooterNavi {
	padding:0;
	width:405px;
	height:11px;
	background:url(../images/footer-navi.gif) no-repeat;
}
#FooterNavi li{
	text-indent: -9999px;
	float:left;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0%;
}
#FooterNavi a{
	display: block;
	width: 100%;
	height: 11px;
	background:url(../images/footer-navi.gif) no-repeat;
}
#Menu20 a{background-position: 0 0; width:106px;}
#Menu21 a{background-position: -106px 0; width:55px;}
#Menu22 a{background-position: -161px 0; width:71px;}
#Menu23 a{background-position: -232px 0; width:45px;}
#Menu24 a{background-position: -277px 0; width:35px;}
#Menu25 a{background-position: -312px 0; width:39px;}
#Menu26 a{background-position: -351px 0; width:54px;}

#FooterNavi a:hover{
	background:url(../images/footer-navi.gif) no-repeat;
}
#Menu20 a:hover{background-position: 0 -11px;}
#Menu21 a:hover{background-position: -106px -11px;}
#Menu22 a:hover{background-position: -161px -11px;}
#Menu23 a:hover{background-position: -232px -11px;}
#Menu24 a:hover{background-position: -277px -11px;}
#Menu25 a:hover{background-position: -312px -11px;}
#Menu26 a:hover{background-position: -351px -11px;}



#footer {position:relative; width:1000px; height:74px; background-color:#4c565f; background:url(../images/topfooter-bg.gif) no-repeat; margin:0; padding:0;}
.footernews {position:absolute; top:8px; left:675px; width:265px; height:41px; list-style:none; font-size:10px; overflow:auto; margin-top:9px;}
.footernews li a{color:#FFF; text-decoration:none;}
.footernews li a:visited{color:#FFF; text-decoration:none;}
.footernews li a:hover{color:#FFF; text-decoration:underline;}

.footermenu {position:absolute; top:33px; left:15px; margin:0; padding:0; width:405px; height:15px; background:url(../images/footer-menu.gif) no-repeat;}
.footermenu li{ text-indent:-9999px; float:left; list-style:none; margin:0; padding:0; font-size:0;}
.footermenu li a{ display:block; width:100%; background:url(../images/footer-menu.gif) no-repeat; height:15px;}
#Menu40 a{background-position: 0 0; width:105px;}
#Menu41 a{background-position: -105px 0; width:55px;}
#Menu42 a{background-position: -160px 0; width:70px;}
#Menu43 a{background-position: -230px 0; width:45px;}
#Menu44 a{background-position: -275px 0; width:36px;}
#Menu45 a{background-position: -311px 0; width:38px;}
#Menu46 a{background-position: -349px 0; width:56px;}

#Menu40 a:hover{background-position: 0 -15px;}
#Menu41 a:hover{background-position: -105px -15px;}
#Menu42 a:hover{background-position: -160px -15px;}
#Menu43 a:hover{background-position: -230px -15px;}
#Menu44 a:hover{background-position: -275px -15px;}
#Menu45 a:hover{background-position: -311px -15px;}
#Menu46 a:hover{background-position: -349px -15px;}
/*----------------------------------------------------
	#News & Information
		スケジュール
----------------------------------------------------*/
#Wrap_News_Content {
	background:url(../images/bg_schdule_line.gif) repeat-y;
}
.Block_News {
	padding-top:38px;
	clear:both;
}
h3.Category_News {
	margin-left:33px;
	width:185px;
	float:left;
}
.News_Text {
	margin-left:66px;
	line-height:140%;
	float:left;
	width:700px;
	display:block;
}
.News_Text2 {
	margin-left:66px;
	line-height:140%;
	float:left;
	display:block;
}
a.News_Title {	font-weight:bold; color:#D0434D; text-decoration:none;}
a.News_Title:hover {	font-weight:bold; color:#D0434D; text-decoration:underline;}

/*----------------------------------------------------
	#Schedule
		スケジュール
----------------------------------------------------*/
#Wrap_Sch_Content {
	background:url(../images/bg_schdule_line.gif) repeat-y;
	padding-top:48px;

}
.Block_Sch {
	padding:20px;
	min-height:100px;
}
.Block_Sch2 {
	padding:20px 20px 35px 20px;
	height:93px;
	background:url(../images/sch_bg02.gif) repeat-y;;
}
* html .Block_Sch2 {
	padding:20px 20px 12px 20px;
	height:93px;
	background:url(../images/sch_bg02.gif) repeat-y;;
}
.Category_Sch {
	margin-left:18px;
	float:left;
}
.Sch_Text {
	margin-left:263px;
	line-height:140%;
}
a.Sch_Title {	font-weight:bold; color:#D0434D; text-decoration:none;}
a.Sch_Title:hover {	font-weight:bold; color:#D0434D; text-decoration:underline;}

/*----------------------------------------------------
	#Profile
		プロフィール
----------------------------------------------------*/
#ProfBox	{
	width:875px; height:520px;
	background:url(../images/bg-profile.jpg) no-repeat;
	padding:15px; margin:0 auto;	
}
.Prof_L	{
	float:left; width:520px;	
}
.Prof_R	{
	float:right; width:310px; padding-right:30px;
}

#ProfBox2	{
	width:875px; height:410px;
	background:url(../images/bg-profile2.gif) no-repeat;	
	position:relative;
}
.profphoto-a	{
	width:250px; height:350px;
	position:absolute; top:20px; left:15px;
}
.profphoto-b	{
	width:250px; height:350px;
	position:absolute; top:20px; left:280px;
}

/* -----------------------------------------------------------
	#a
		リンク
----------------------------------------------------------- */
.subnavi a:link		{ color: #555555; text-decoration:none;}
.subnavi a:visited		{ color: #9966CC; text-decoration:none;}
.subnavi a:hover,a:active 	{ color: #333333; text-decoration:underline;}

/* -----------------------------------------------------------
	#QA
		質問
----------------------------------------------------------- */

.qaBox {
		width:875px; height:auto;
		vertical-align:top;
		line-height:0; margin:0 0 10px 0; padding:0;
		font-size:0;
}
.qaBox-top {
		width:875px; height:10px;
		background:url(../images/qaBox-top.gif) no-repeat;
		vertical-align:top;		
		line-height:0; margin:0; padding:0;
		font-size:0;
}
.qaBox-body {
		width:875px; height:auto;
		background:url(../images/qaBox-body.gif) repeat-y;
		vertical-align:top;		
		line-height:0; margin:0; padding:0;
		font-size:0;
}
.qaBox-bottom {
		width:875px; height:10px;
		background:url(../images/qaBox-bottom.gif) no-repeat;
		vertical-align:top;		
		line-height:0; margin:0; padding:0;
		font-size:0;
}
.fanclubnews {
		width:835px; height:auto;
		vertical-align:top;	
		line-height:130%; margin:0; padding:10px 20px;
		font-size:13px;
}
.fanclubnews dt{
		margin-bottom:10px;
		font-weight:bold;
		padding:0 10px 0 40px;
		background:url(../images/icon-qa1.gif) no-repeat;
		color:#CB8815;
		min-height:20px;
		height: auto !important;
		height: 20px;
}
.fanclubnews dd{
		padding-left:40px;
		background:url(../images/icon-qa2.gif) no-repeat;		
}
/* -----------------------------------------------------------
	#tourGoods
		グッズ
----------------------------------------------------------- */
#tourGoodsBlock {
		margin:0 auto;
		width:560px; height:auto;
		padding:20px;
}
.tourGoodsDetail {
		width:560px; height:auto;
		margin-bottom:10px;
		margin-top:20px;
		border-bottom:1px solid #CCCCCC;
}
.tourGoodsDetail-left {
		width:265px; height:auto;
		margin-right:30px;
		float:left;
}
.tourGoodsDetail-right {
		width:265px; height:auto;
		float:right;
}

.tourGoodsTitle1 {
		color:#FF6666; font-size:15px;
		margin-bottom:20px;
		display:block;
		font-weight:bold;
}
.tourGoodsTitle2 {
		color:#FF6666; font-size:15px;
		margin-bottom:20px;
		text-align:center;
		display:block;
		font-weight:bold;
}
.center {
		text-align:center;
}
.mb-20 {
		margin-bottom:20px;
}
.tourGoodsTitle3 {
		color:#FF3366; font-weight:bold;
}
.tourGoodsSpecialBlock {
		border:3px solid #FF6666;
		width:300px; height:auto;
		padding:30px;
		margin:10px auto;
}
/* -----------------------------------------------------------
	#blog-list
----------------------------------------------------------- */
#blog-list { margin:0; padding:0;}
#blog-list li{ margin-bottom:20px;}


/* -----------------------------------------------------------
	#etc
		その他
----------------------------------------------------------- */
.p-5 	{ padding:5px;}
.p-40 	{ padding:40px;}
.red	{ color:#FF0000;}
.mb-10	{ margin-bottom:10px;}
.mb-20	{ margin-bottom:20px;}