* {margin:0; padding:0;}

/*-----------------------------------clearfixハック*/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
/*-----------------------------------回り込み解除*/
.clearBoth { clear: both; }
/*-----------------------------------マージン*/
.marT5 { margin-top: 5px; }
.marT10 { margin-top: 10px; }
.marT20 { margin-top: 20px; }
.marT30 { margin-top: 30px; }
.marB5 { margin-bottom: 5px; }
.marB10 { margin-bottom: 10px; }
.marB20 { margin-bottom: 20px; }
.marB60 { margin-bottom: 60px; }
.marR10 { margin-right: 10px; }
.marL5 { margin-left: 5px; }
/*-----------------------------------テキスト位置*/
.fRight { float: right;}
.fLeft { float: left;}
.txtLeft { text-align: left; }
.txtRight { text-align: right; }
.center { text-align: center; }
.middle { vertical-align: middle; }
/*-----------------------------------フォント設定*/
.normal { color: #333; font-weight: normal; }
.must { color: #cc0000; font-weight: bold; }
.bold { font-weight: bold; }
.color01 { 	color: #5E0023; }
.color02 { 	color: #CC0000; }
.font01 { font-size: 13px; }
.error li { 	color: #CC0000; }
.small { font-size: 10px; }


/*-----------------------------------ホームページ設定*/
body {
	margin:0px auto;
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background:url(../img/header_back.jpg) repeat-x;
	color:#262224;}

a {text-decoration:none;}
a:link { color: #aaa07d;} 
a:visited { color: #ff8c8c; } 
a:hover { color: #e0004a; } 
a:active { color: #590101; }

h1,h2,h3,h4,h5,h6,h7,p,ul,li {
	margin:0;
	padding::0;}


h1 {
	font-size:10px;}

.float {
	float:left;}
.floatR {
	padding:10px;
	float:right;}
iframe.shade {
	border: 1px #e7e3da solid;
	-webkit-box-shadow: 0 10px 8px -6px #2a2927;
    -moz-box-shadow: 0 10px 8px -6px #2a2927;
     box-shadow: 0 10px 8px -6px #2a2927;}


#index_wapper {
	padding-top:580px;
	width:100%;
	background:url(../img/backimage_index.png) top center no-repeat;}

#outline_wapper {
	width:100%;
	background:url(../img/backimage_outline.png) top center no-repeat;}


.newsBox {
	width:700px;
	height:64px;
	margin-left:50px;
	padding:10px 0 0 100px;
	background:url(../img/line_back.jpg) top center no-repeat;}
/*.newsBox ul {
	margin:10px auto;
	padding:6px 0;
	background:#f1ead3;}*/
.newsBox p {
	width:582px;
	margin:12px 4px 4px 4px;
	line-height:1.2;
	color:#4a4943;
	font-size:8px;
	text-align:center;}
.newsBox ul {}
.newsBox li a {
	color:#262224;}
.newsBox li a small {
	margin-right:12px;
	padding:0 12px;
	color:#f17e9c;
	text-align:center;
	border-right:solid 1px #c1c1c1;}
	
	
/*-----------------------------------index.html*/
#outline{
	width:900px;
	margin:0 auto 30px;}
	
.fluid_container {
	margin:0 auto;
	max-width: 1000px;
	width: 90%;}
#indexBox {}

/*-----------------------------------ヘッダー*/
#header {
	height:370px;
	width:900px;
	margin:0 auto;}
#header img{
	margin:10px 0 0 40px;
	border:solid 10px #fff;}

	
/*-----------------------------------区切り線*/
#hr {
	width:100%;
	margin-bottom:10px;
	height:16px;
	background:url(../img/hr.jpg) repeat-x;}

	
/*-----------------------------------メインナビゲーション*/
#navi {
	background:url(../img/navi.png) no-repeat;
	font-size:16px;
	padding:0;
	margin:0 0 20px;
	width:900px;
	height:72px;
	position:relative;
	overflow:hidden;}
#navi ul {
	position:relative;
	left:50%;
	float:left;}
#navi li {
	position:relative;
	left:5%;
	list-style:none;
	margin:0;
	padding:0;
	float:left;}
#navi li small {
	font-size:10px;}
#navi li a {
	margin-top:8px;
	padding:14px 12px 10px;
	display:block; 
	color: #262224;
	text-align:center;}
#navi li a:hover {
	background:url(../img/navi_active.png) no-repeat top center;
	color:#5c5254;}


/*-----------------------------------サイドメニュー*/
#sidemenu {
	width:280px;
	padding:140px 10px 0;
	background:url(../img/logo_header.png) top no-repeat;
	float:left;}
#sidemenu div {
	margin-bottom:40px;}



/*-----------------------------------サイドメニュー SNS*/
#sns {
	text-align:right;}
#sns ul {
	float:right;
	list-style:none;}
#sns li {
	float:left;
	padding-right:5px;}


/*-----------------------------------サイドメニュー ホームページ説明*/
.description {}
.description h2 {
	font-size:30px;
	margin:0;
	padding:4px;}
.description h2 small {
	font-size:14px;
	margin-left:8px;}
.description p {
	font-size:12px;
	color:#544f51;
	line-height:1.8;}
.description font.bold {
	 margin-right:4px;
	 font-size:12px;
	 font-weight:bold;}
.description font.nen {
	color:#f17e9c;}


/*-----------------------------------サイドメニュー タイトル*/
li.sideTitle {
	font-size:16px;
	height:38px;
	padding:14px 30px;
	background:url(../img/sideTitle.jpg) left top no-repeat;}
li.sideTitle small {
	margin-left:2px;
	font-size:10px;}


/*-----------------------------------サイドメニュー ブログ*/
.sideBlog {}
.sideBlog ul {
	list-style:none;}
.sideBlog li.hiziri a {
	font-size:14px;	
	color:#262224;
	padding:84px 10px 4px 10px;
	background:#efe3d2 url(../img/sideBlog_back_hiziri.jpg) top left no-repeat;
	width:260px;
	height:40px;
	margin-bottom:20px;
	display:block;}
.sideBlog li.iwori a {
	font-size:14px;	
	color:#262224;
	padding:84px 10px 4px 10px;
	background:#efe3d2 url(../img/sideBlog_back_iwori.jpg) top left no-repeat;
	width:260px;
	height:40px;
	margin-bottom:10px;
	display:block;}
.sideBlog li a small {
	font-size:12px;}
.sideBlog li a:hover {
	color:#5c5254;}


/*-----------------------------------サイドメニュー リンク*/
.sideLink {}
.sideLink ul {
	list-style:none;}
.sideLink li a {
	padding:4px;
	width:272px;
	margin-bottom:10px;
	color:#262224;
	border-left:solid 2px #262224;
	display:block;}
.sideLink li a:hover {
	color:#5c5254;
	background: url(../img/sideLink_back.jpg) center right no-repeat #e7d6a2;
	border-left:solid 2px #903;}
.sideLink li a small {
	color:#df0322;
	font-size:12px;}


/*-----------------------------------サイドメニュー 2ndナビ*/
.navi2nd {}
.navi2nd ul {
	list-style:none;}
.navi2nd li a {
	padding:4px;
	width:272px;
	margin-bottom:10px;
	color:#262224;
	border-bottom:solid 1px #ab9c88;
	display:block;}
.navi2nd li a:hover {
	padding-left:10px;
	width:262px;
	color:#5c5254;}
.navi2nd li a small {
	font-size:12px;
	margin-left:8px;}



/*-----------------------------------メインテーブル*/
#maintable {
	color:#665656;
	padding-top:10px;
	width:580px;
	margin:0 0 40px 20px;
	float:left;
}
#maintable h2 {
	color:#1d1d1d;
	font-size:22px;
	font-weight:bold;
	height:60px;
	padding:14px 0 0 40px;
	background:url(../img/h2_point.jpg) left top no-repeat;}
#maintable h2 small {
	margin-left:10px;
	font-size:12px;}
#maintable h3 {
	color:#262224;
	font-size:16px;}
#maintable p.textarea {
	padding:0 20px 10px 40px;
	line-height:1.8;
	margin-bottom:20px;}
	

/*-----------------------------------メインテーブル ニュースコンテナ*/
div.newscontainer {
	padding:10px;
	margin:0 0 40px 20px;
	text-align:left;
	line-height:1.8;
	border-top:solid 1px #f1e8e6;
	border-bottom:solid 1px #ddd8d8;
	-webkit-box-shadow: 0 10px 8px -6px #cfcfcf;
    -moz-box-shadow: 0 10px 8px -6px #cfcfcf;
     box-shadow: 0 10px 8px -6px #cfcfcf;}
div.newscontainer .heading {
	padding:0.5em;
	background:#f8aaaa;
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;         /* CSS3 */
	}
div.newscontainer h3 {
	float:left;}
div.newscontainer p.date {
	color:#9f9090;
	font-size:14px;
	padding:1px 6px;
	float:right;}
div.newscontainer p {
	padding:20px 10px;}
div.newscontainer p small {
	text-align:right;
	font-size:12px;}
	
div.newscontainer dt {
	width: 12em;
	padding: 0.2em 0 0.2em 1em;
	float: left;
}
div.newscontainer dd {
	margin: 0 0 0 12em;
	padding: 0.2em 1em 0.2em 1em;
}
div.newscontainer dt,div.newscontainer dd {
	border-bottom: 1px #e7e3da solid;
}

/*-----------------------------------メインテーブル メンバー*/
div.memberscontainer {
	padding:10px;
	margin:0 0 40px 20px;
	text-align:left;}
div.memberscontainer p.part {
	height:40px;
	margin-bottom:14px;
	text-align:center;
	color:#262224;
	font-size:18px;
	background:url(../img/members_p.png) top center no-repeat;}
div.memberscontainer p.part small {
	color:#bfa673;
	font-size:12px;}
div.memberscontainer img.top {
	margin:10px;
	border: 1px #e7e3da solid;
	float:left;
	-webkit-box-shadow: 0 10px 8px -6px #2a2927;
    -moz-box-shadow: 0 10px 8px -6px #2a2927;
     box-shadow: 0 10px 8px -6px #2a2927;}
div.memberscontainer img.arc {
	width:60px;
	height:95px;
	margin:0 0 5px 10px;
	border: 1px #e7e3da solid;
	float:left;}
	

div.memberscontainer dl {
	margin:0 0 10px 0;
	padding: 0 10px 10px;
	width:280px;
	float:left;}
div.memberscontainer dl dt {
	float: left;
	width: 7em;
	padding: 10px 0;
	font-weight: bold;
	text-indent: 1em;
	line-height: 1.3;}
div.memberscontainer dl dd {
	padding: 10px 0 10px 7em;
	line-height:1.3;
	border-bottom: 1px #e7e3da solid;}
div.memberscontainer dl dd.name {
	padding: 10px 0 10px 6em;
	font-size:16px;}
div.memberscontainer dl dd small {
	margin-left:1em;
	font-size:12px;}
div.memberscontainer dl dd a {
	font-size:12px;}


/*-----------------------------------メインテーブル バイオグラフィー*/
div.biocontainer {
	padding:10px;
	margin:0 0 40px 20px;
	text-align:left;}
div.biocontainer p.year {
	text-align:center;
	font-size:16px;
	color:#dfd2b7;
	padding:2px 10px;
	margin-bottom:10px;
	background:#252021;}
div.biocontainer dl {
	margin: 0 0 30px;
	padding: 0 10px 10px;}
div.biocontainer dl dt {
	float: left;
	width: 7em;
	padding: 10px 0;
	font-weight: bold;
	text-indent: 1em;
	line-height: 1.3;}
div.biocontainer dl dd {
	padding: 10px 0 10px 7em;
	line-height:1.3;
	border-bottom: 1px #e7e3da solid;}
div.biocontainer dl dd p {
	font-size:15px;
	color:#f17e9c;
	margin-bottom:4px;}



/*-----------------------------------メインテーブル ディスコグラフィー*/	
div.discocontainer {
	padding:10px;
	margin:0 0 40px 20px;
	text-align:left;}
div.discocontainer .imagebox {
	width:240px;
	margin-right:10px;
	text-align:center;
	float:left;}	
div.discocontainer .imagebox img {
	max-width:200px;
	max-height:240px;
	border:solid 1px #878069;
	-webkit-box-shadow: 0 10px 8px -6px #2a2927;
    -moz-box-shadow: 0 10px 8px -6px #2a2927;
     box-shadow: 0 10px 8px -6px #2a2927;}
div.discocontainer ul {
	width:280px;
	list-style:none;
	float:left;}
div.discocontainer li {
	padding:4px;}
div.discocontainer li.title {
	margin-bottom:4px;
	padding-left:8px;
	font-size:16px;
	color:#262224;
	border-bottom: 1px #e7e3da solid;}
div.discocontainer li.sub {
	margin-bottom:10px;
	padding:0 4px 0 0;
	color:#ccc9c1;
	font-size:12px;
	text-align:right;}
div.discocontainer li font {
	margin-right:4px;
	font-size:13px;}
div.discocontainer li.price {
	margin-top:10px;
	color:#57544d;
	text-align:right;
	font-size:12px;}
div.discocontainer li.detail {
	text-align:right;
	font-size:12px;}
	


/*-----------------------------------メインテーブル 詩*/
div.lyriccontainer {
	padding:10px;
	margin:0 0 20px 20px;
	text-align:left;}
div.lyriccontainer dl {
	margin: 0 0 30px;
	padding: 0 10px 10px;}
div.lyriccontainer dl dt {
	float: left;
	width: 12em;
	padding: 10px 0;
	text-indent: 1em;
	line-height: 1.3;}
div.lyriccontainer dl dd {
	padding: 10px 0 10px 7em;
	font-size:12px;
	line-height:1.3;
	border-bottom: 1px #e7e3da solid;}


/*-----------------------------------メインテーブル インフォメーション*/
div.infocontainer {
	padding:10px;
	margin:0 0 20px 20px;
	text-align:left;}
div.infocontainer h3 {
	margin-bottom:10px;
	padding:10px;}	
div.infocontainer p {
	margin-bottom:10px;
	padding:6px 10px;
	color:#817a63;}
div.infocontainer p img {
	margin-bottom:4px;}
div.infocontainer p img.black {
	background:#000;}

	
	


/*-----------------------------------フッター*/
#footer_wapper {
	padding:30px 0;
	width:100%;
	background:#201d1f;}
#footer {
	width:900px;
	margin:0 auto;
	color:#544d51;}
#footer img {
	float:left;}

		

/*-----------------------------------フッター コピーライト*/	
#copyright {
	width:500px;
	height:120px;
	position:relative;
	text-align:right;
	float:right;}
#copyright p {
	font-size:12px;
	position:absolute;
	bottom:0;
	right:0;}


/*-----------------------------------jQuery sideLink Fix*/
.fixed{
	position:fixed;
	top:20px;}
.fixedBox {}



.accordion-box .accordion-block {
	display:block;}
	
	
#Timer {
	font-size:36px;}