@charset "utf-8";
/* CSS Document */

/*-------------------
	Clear Fix
------------------- */
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*-------------------
	初期設定
------------------- */


/*html{
	overflow-y:scroll;
}*/


*html:first-child body{
	min-height:100%;
	padding-bottom:1px;
} 

body{
	font-size: 62.5%;
	font-family:Arial, Helvetica, Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	word-wrap: break-word;
	
	
	letter-spacing:0.1em;
	line-height:140%;
	font-size: 1em;
	color:#333333;
	background: #ffffff;
	text-align:center;
}

ul li {
	list-style-type:none;
}
a img {
	border:0;
}
a:link {
	color:#333333;
	text-decoration:none;
	cursor:pointer;
}
a:visited {
	color:#666666;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#333;
}
blockquote{
	margin-left:1em;
	padding-left:1em;
	border-left:2px solid #CCC;
	color:#CCC;
}
pre{
	width:100%;
	padding:1em 0;
	overflow:auto;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
}





/*-------------------
	レイアウト
------------------- */
#wrap{
	width:850px;
	height:100%;
	/*min-height:100%;*/
	
	background-color:#ffffff;
	margin: 0 auto;
	text-align:left;
}

#header{
	height:155px;
	background-color:#ffffff;
	background-image: url(../../images/common/head_bg.jpg);
	background-repeat:no-repeat;
}

#content{
	/*background-color:#ff0000;*/

}
/*body > #content{
	height:auto;
}*/

#main{
	width:850;
	margin:0px 0px 15px 0px;
}

#footer{
	/*clear:left;*/
	height:30px;

	text-align:right;
	font-size:0.8em;
}




/* ---------------　共通部分　詳細　------------------ */

/* ----　ヘッダー　---- */
/*----　ロゴ部分　----*/
#header h1{
	float:left;
	width:280px;
	height:100px;
	background-image: url(../../images/common/logo.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:inline;
}
#header h1 a{
	width:280px;
	height:100px;
	display:block;
}

/*----　バナー・共通メニュー　----*/
#header ul li{
	float:left;
	display:inline;
}

#header ul li a{
	display:block;
}

/*----　バナー　----*/
#header ul li.bunner1, #header ul li.bunner2{
	height:55px;
	text-indent:-9999px;
	margin:35px 0px 0px 0px;
	background-repeat:no-repeat;

}
#header ul li.bunner1 a, #header ul li.bunner2 a{
	height:55px;
}
/*----　バナーＣＤ購入　----*/
#header ul li.bunner1{
	width:170px;
	margin-left:190px;
	background-image: url(../../images/common/cdbunner.jpg);
}
/*----　バナーTwetter　----*/
#header ul li.bunner2{
	width:185px;
	background-image: url(../../images/common/twitbunner.jpg);
	margin-left:20px;
}

/*----　共通メニュー　----*/
#header ul.gnavi{
	clear:left;
}

#header ul li.navi_top, #header ul li.navi_live, #header ul li.navi_discography, #header ul li.navi_blog, #header ul li.navi_profile, #header ul li.navi_gallery, #header ul li.navi_link, #header ul li.navi_contact{
	float:left;
	display:inline;
	height:17px;
	text-indent:-9999px;
	margin:15px 0px 0px 26px;
}
#header ul li.navi_top a, #header ul li.navi_live a, #header ul li.navi_discography a, #header ul li.navi_blog a, #header ul li.navi_profile a, #header ul li.navi_gallery a, #header ul li.navi_link a, #header ul li.navi_contact a{
	height:17px;
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	overflow:hidden;
}
#header ul li.navi_top a:hover, #header ul li.navi_live a:hover, #header ul li.navi_discography a:hover, #header ul li.navi_blog a:hover, #header ul li.navi_profile a:hover, #header ul li.navi_gallery a:hover, #header ul li.navi_link a:hover, #header ul li.navi_contact a:hover{
	background-position:0 -17px;
}



#header ul li.navi_top a{
	width:42px;
	background-image: url(../../images/common/menutop.gif);
}


#header ul li.navi_live a{
	width:42px;
	background-image: url(../../images/common/menulive.gif);
}
#header ul li.navi_discography a{
	width:151px;
	background-image: url(../../images/common/menudiscography.gif);
}
#header ul li.navi_blog a{
	width:55px;
	background-image: url(../../images/common/menublog.gif);
}
#header ul li.navi_profile a{
	width:82px;
	background-image: url(../../images/common/menuprofile.gif);
}
#header ul li.navi_gallery a{
	width:88px;
	background-image: url(../../images/common/menugallery.gif);
}
#header ul li.navi_link a{
	width:58px;
	background-image: url(../../images/common/menulinks.gif);
}
#header ul li.navi_contact a{
	width:101px;
	background-image: url(../../images/common/menucontact.gif);
}

/* ----　サイド　----- */


/* ----　メイン　---- */


/* ----　フッター　---- */











/*　ＩＥ６　*/









