@charaset "Shift_JIS";


/*初期設定-----------------------------------------------------------------------*/

*{
	margin:0;
	padding:0;
}

img{
	border:0;
	vertical-align:bottom;
}

hr{
	display:none;
}

a:link{
	text-decoration:underline;
	color:#ffffff;
}

a:visited{
	text-decoration:underline;
	color:#ffffff;
}

a:hover{
	text-decoration:underline;
	color:#ffffff;
}

a:active{
	text-decoration:underline;
	color:#ffffff;
}


/*基本構造-----------------------------------------------------------------------*/

body{
	background-color:#44dd00;
	color:#ffffff;
}

#container{
	width:760px;
	margin:0 auto;
}

#leftbar{
	float:left;
	width:90px;
	text-align:center;
}

#content{
	float:right;
	width:670px;
}

#pagetop{
	clear:both;
	text-align:right;
}

#footer{
	clear:both;
}

img#logo{
	margin:10px 0 30px 0px;
}

#copyright{
	width:219px;
	height:7px;
	margin-left:110px;
	margin-bottom:30px;
	background-image:url("../img_cmn/copyright.gif");
	font-size:0px;
	text-indent:-5540px;
	line-height:1em;
}


/*ナビ-----------------------------------------------------------------------*/

ul#navi{
	width:650px;
	height:21px;
	margin:10px 0 0 20px;
	list-style:none;
}

ul#navi li{
	float:left;
	margin-right:20px;
	font-size:0px;
	text-indent:-5540px;
	line-height:1em;
}

ul#navi li#home{
	width:29px;
	height:21px;
	background:url("../img_cmn/btn_home.gif");
}

ul#navi li#home a{
	display:block;
	width:29px;
	height:21px;
	text-decoration:none;
}

ul#navi li#home a:hover{
	background:url("../img_cmn/btn_home.gif") 0 -21px; 
}

ul#navi li#history{
	width:102px;
	height:21px;
	background:url("../img_cmn/btn_history.gif");
}

ul#navi li#history_cr{
	width:102px;
	height:21px;
	background:url("../img_cmn/btn_history_cr.gif") 0 -21px; 
}

ul#navi li#history a{
	display:block;
	width:102px;
	height:21px;
	text-decoration:none;
}

ul#navi li#history a:hover{
	background:url("../img_cmn/btn_history.gif") 0 -21px; 
}

ul#navi li#discography{
	width:132px;
	height:21px;
	background:url("../img_cmn/btn_discography.gif");
}

ul#navi li#discography_cr{
	width:132px;
	height:21px;
	background:url("../img_cmn/btn_discography_cr.gif") 0 -21px; 
}

ul#navi li#discography a{
	display:block;
	width:132px;
	height:21px;
	text-decoration:none;
}

ul#navi li#discography a:hover{
	background:url("../img_cmn/btn_discography.gif") 0 -21px; 
}

ul#navi li#information{
	width:114px;
	height:21px;
	background:url("../img_cmn/btn_information.gif");
}

ul#navi li#information_cr{
	width:114px;
	height:21px;
	background:url("../img_cmn/btn_information_cr.gif") 0 -21px; 
}

ul#navi li#information a{
	display:block;
	width:114px;
	height:21px;
	text-decoration:none;
}

ul#navi li#information a:hover{
	background:url("../img_cmn/btn_information.gif") 0 -21px; 
}



/*ソーシャルボタン-------------------------------------------------------------------*/

.sns{
	width: 87px;
	margin: 0 auto;
}

.sns ul li{
	list-style: none;
	margin: 0 6px 0 0;
	float: left;
}

.sns ul .last_child{
	margin: 0 ;
}

.sns ul li a{
	text-indent: -9999px;
	display: block;
	width: 25px;
	height: 26px;
}

.sns ul .fb a{	background:url("../img_cmn/btn_sns.gif")   0px 0 no-repeat;}
.sns ul .tw a{	background:url("../img_cmn/btn_sns.gif") -30px 0 no-repeat;}
.sns ul .ms a{	background:url("../img_cmn/btn_sns.gif") -61px 0 no-repeat;}

.sns ul .fb a:hover{	background: url("../img_cmn/btn_sns.gif")   0px -25px no-repeat;}
.sns ul .tw a:hover{	background: url("../img_cmn/btn_sns.gif") -30px -25px no-repeat;}
.sns ul .ms a:hover{	background: url("../img_cmn/btn_sns.gif") -61px -25px no-repeat;}

#content{
	position: relative;
}

#content .sns{
	position: absolute;
	top:8px;
	right:0;
}




/*clearfix-------------------------------------------------------------------*/
	
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*＼*//*/
  height: auto;
  overflow: hidden;
  /**/
}

