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


/*------------------------
共通設定
------------------------*/

body 
{
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;		
	font-size: 14px;
	min-width:1000px;
	height:100%;
	line-height:1.8em;
	color:#666666;
}


ul{
	list-style:none;
	margin:0;
	padding:0;
}

.clearfix{
	clear:both;
}

img{
	border:none;
}

a.link{
	color:#663300;
}

.red{
	color:#FF3333;
}


/*------------------------
共通テキスト関連
------------------------*/
a{/*リンクされた文字*/
    color:#FF3333;
	text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#FF3333;
    font-style:normal;
}
a:visited {/*訪問後のリンク*/
    color:#FF3333;
	text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#996600;
    font-style:normal;
    text-decoration:underline;
}

a:active {/*クリック中*/
    text-decoration:none;
}

.textIndent{/*テキスト隠し*/
	margin:0;
	text-indent: -9999px;
	height: 0;
	width: 0;
	border: none;
}

h3{
	margin-bottom:30px;
}

h4{
	color:#663300;
	border-bottom:1px dashed #663300;
	padding-bottom:5px;
	margin-bottom:30px;
	margin-top:0px;}

.textCenter{
	text-align:center;
}			


/*------------------------
共通レイアウト
------------------------*/

/*-- ヘッダー--*/

#header{
	margin:0 auto;
	padding:0;
	background-repeat:repeat-x;
}

#headerInner{
	width:1000px;
	margin:0 auto;
	padding:10px 0 0;
}


#header #logo{
}


#header h1{
	font-size:12px;
	margin:0;
	padding:0;
	font-weight:normal;
	color:#666666;
	text-align:right;
}


/*-- コンテンツ--*/

#contents{
	width:1000px;
	min-width:1000px;
	margin:50px auto;
}

#contents #contentsWrap{
	width:1000px;
	min-width:1000px;
	float:left;
}

#contents #contentsWrap #sub{
	width:240px;
	float:right;
	margin:0;
	margin-left:30px;
}

	#contents #contentsWrap #sub p{
		margin:0 0 30px 0;	
	}

#contents #contentsWrap #main{
	width:730px;
	float:left;
}





/*-- footer--*/

#footer{
	color:#666666;
	font-size:11px;
	background-repeat:repeat-x;
	background-position:bottom;
	margin:0;
}

#footer #footerInner{
	width:1000px;
	margin:70px auto 0px;
	padding-left:30px;
	padding-right:50px;
	padding-bottom:50px;
}

#footer #footerInner p{
	color:#666666;
	font-size:10px;
	text-align:center;
}

#footer a{
	color:#666666;
}


/*-- コンテンツブロック設定--*/
.contentsBlock{
	width:730px;
	margin:0px 0 40px;
}

.contentsBlock .contentsBlockInner{
	width:670px;
	margin:0 auto;
	padding:0 40px 0 0;
}

.contentsBlockInner .contentsInnerWrap{
	width:670px;
	float:left;
}

.contentsBlockInner .contentsInnerWrap .innerLeft{
	width:450px;
	float:right;
	padding-bottom:20px;

}
	
.contentsBlockInner .contentsInnerWrap .innerRight{
	width:200px;
	float:left;
	padding-right:20px;
	padding-bottom:20px;
}

.contentsBlockInner .contentsInnerWrap2{
	margin-bottom:30px;
	padding-bottom:20px;
	width:670px;
	float:left;
}

.contentsBlockInner .contentsInnerWrap2 .innerLeft2{
	width:200px;
	float:left;
	padding-bottom:10px;

}

.contentsBlockInner .contentsInnerWrap2 .innerLeft2 img{
	border:1px solid #999999;
}

.contentsBlockInner .contentsInnerWrap2 .innerLeft2 p{
	margin:0;
}


	
.contentsBlockInner .contentsInnerWrap2 .innerRight2{
	width:448px;
	float:right;
	padding-left:20px;
	padding-bottom:20px;
}

.contentsBlockInner .contentsInnerWrap2 .innerRight2 p{
	margin-left:10px;
}


/*------------------------
navigation
------------------------*/

#globalMenu{
	clear:both;
	padding:0;
	margin-bottom:20px;
	height:40px;
	background-image:url(../images/common/munu_bg.jpg);
	background-repeat:repeat-x;
}


#globalMenu ul{
	list-style:none;
	width:1000px;
	height:40px;
	margin:0 auto;
	padding:0;
}

#globalMenu ul li{
	float:left;
}


/*------------------------
top
------------------------*/

#jquery-cycle{
	margin-bottom:0px;
}

.wrap{
	display: none;
}


#information{
	margin-left:10px;
}

.blogTitle{
	font-weight:bold;
	color:#996600;
}



/*------------------------
TOPへクロール
------------------------*/


#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 9px;
}
#page-top a {
	background: #950845;
	text-decoration: none;
	color: #fff;
	width: 60px;
	padding: 15px 5px;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #b81c60;
}




/*------------------------
年表
------------------------*/
	ul.timeline{
		font-family: Georgia, serif;
		width:720px;

		text-align:center;
		margin:0 0 30px 10px;
		float:left;
	}
	
	ul.timeline li{
		width:85px;
		background-color:#000000;
		float:left;
		font-size:14px;
	}
	
	.timeline a {
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
	.timeline a:hover,
	.timeline a.selected {
		color: #FFCC00;
	}
	
	h5.year{
		font-family: Georgia, serif;
		padding-bottom:5px;
		font-size:17px;
		color:#663300;
		border-bottom:solid 1px #663300;
		width:680px;
		margin-left:10px;
	}
	
	
	#tableGallery{
		width:690px;
		margin:20px auto;
	}
	
	#tableGallery tr td img{
		border:1px solid #CCCCCC;
	}
	

#sound{
	position:absolute;
	top:460px;
	left:0;
}



/*------------------------
コンサート新着情報
------------------------*/

#newConcert{
	width:660px;
	padding:5px;
	border:1px solid #999999;
	margin-left:10px;
}

#newConcert ul li{
	border-bottom:1px dashed #CCCCCC;	
}

#newConcert ul li p{
	margin:0;
	font-size:13px;
	color:#666666;
}

#newConcert ul li a{
	color:#996633;
	font-weight:bold;
}

	
		
	


