@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #333;
	background-image: url(../img/bg_body.jpg);
}
h1, h2, h3, h4, p {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
ul, ol, li ,dl,dt,dd{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

a {
	color: #3CC;
}
a:hover {
	color: #6FF;
}

a img{border:none;}
a:hover img{filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	-ms-filter:"alpha(opacity=70)";
}
.clearboth {
	clear: both;
}

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */

.clearboth hr {
	display: none;
}

#wrapper {
	text-align: left;
	width: 950px;
	background-color: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#top_visual {
	text-align: center;
	background-color: #333;
}

#global_navi {
	height: 30px;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	margin-top: 10px;
	background-color: #222222;
}

#global_navi ul {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}


#global_navi li {
	line-height: 30px;
	width: 130px;
	text-align: center;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	-ms-filter: "alpha(opacity=95)";
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	float: left;
}


#global_navi li a{
	display: block;
	text-decoration: none;
	background-color: #333;
	color: #FFF;
	background-image: url(img/bg_side_nav_li.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#global_navi li a:hover {
	background-color: #FFF;
	color: #000;
}

#global_navi ul ul{
	display: none;
	position: absolute;
	left: 0px;
	top: 100%;
}

#global_navi li li{
	clear: both;
	text-align: center;
}

#global_navi ul li:hover {position: relative;}


#global_navi ul li:hover > ul {display: block;}


/* IE6用 */
* html #global_navi li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column1'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}

* html #global_navi li li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column2'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}

#global_navi .column1 {position:relative;}
#global_navi .column1 ul {display:block;}
#global_navi .column1 * ul {display:none;}

#global_navi .column2 {position:relative;}
#global_navi .column2 ul {display:block;}
#global_navi .column2 * ul {display:none;}

#global_navi .column3 {position:relative;}
#global_navi .column3 ul {display:block;}
#global_navi .column3 * ul {display:none;}

#global_navi .column1, #global_navi .column2, #global_navi .column3 {
	background-color: #999;
}
#global_navi ul .naviend {
	width: 110px;
	margin: 0px;
}


#content  {
	clear: both;
}

#container {
	float: left;
	width: 725px;
}


#discography h3 {
	clear: both;
	font-size: 14px;
	background-color: #666;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #FFF;
}
#discography .album_item {
	float: left;
	width: 350px;
	margin-right: 20px;
	margin-bottom: 30px;
}
#discography .album_2col {
	clear: both;
}

#discography .album_item iframe {
	float: right;
}
#discography .album_item ol {
	clear: both;
}

#discography .album_item img {

}
#primary_artist img {
	margin-right: 10px;
	margin-bottom: 10px;
}

#biography dl  {
	margin: 20px;
}
#biography dl dt {
	margin-top: 20px;
	margin-bottom: 10px;
}
#biography p {
	margin-top: 10px;
	margin-bottom: 10px;
}



#discography .album_item ul {

}
#discography .album_item li {
	list-style-type: decimal;
	margin-left: 26px;
	clear: both;
}





#primary  {
	float: right;
	width: 515px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#primary p {
	margin-bottom: 10px;
}
#profile {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#primary h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	background-image: url(../img/bg_side_navi_li.gif);
	background-repeat: repeat-x;
	color: #FFF;
	padding-left: 10px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #999;
}
#primary h3 {
	line-height: 20px;
	background-image: url(../img/bg_side_navi_li.gif);
	background-repeat: repeat-x;
	color: #FF8611;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #999;
}
#primary #pickup #pickupleft {
	float: left;
	width: 250px;
}
#primary #pickup #pickupright {
	float: right;
	width: 250px;
}

#primary #pickup #recommend {
	clear: both;
}
#primary #pickup #recommend {
	padding-top: 15px;
}

#pickup .section {
	border: 1px solid #666;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 20px;
	color: #CCC;
}
#secondary  {
	float: left;
	width: 180px;
	border: 1px solid #333333;
	padding: 2px;
}
#side_navi ul  {
	background-color: #1E1E1E;
}
#side_navi ul li {
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#side_navi ul li a  {
	color: #F90;
	text-decoration: none;
	display: block;
	background-image: url(../img/bg_side_nav_li3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}
#side_navi ul li a:hover {
	color: #FFF;
	background-position: left bottom;
}
#side_navi ul li ul li {
	background-image: none;
}


#n_side {
	float: right;
	width: 200px;
}

#footer {
	clear: both;
	margin-top: 20px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F00;
}
#footer #footleft {
	float: left;
	width: 500px;
}
#footer #footright {
	float: right;
	width: 300px;
	text-align: right;
}
#primary_artist {
	float: right;
	width: 740px;
}
.text_right {
	text-align: right;
}
