﻿@import url("layout.css");
@import url("header.css");
@import url("footer.css");

*{
	padding:0px;
	margin:0px;
	}

/*基本構造*/
#profile{
	width:840px;
	padding-top:20px;
	text-align:left;
	background-color:#FFFFFF;
	font-size:10px;
	}

#geireki{
	float:left;
	width:520px;
	padding-top:15px;
	padding-right:60px;
	padding-left:70px;
	}
	
#profile:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
	}
/*基本構造 end*/

#geireki ul{
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	list-style-type:none;
	line-height:180%;
	font-size:120%;
	}
	
#geireki h4{
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	display:block;
	background-color:#FF9900;
	margin-bottom:5px;
	text-indent:-45px;
	}

#geireki li{
	margin-left:50px;
	text-indent:10px;
	}

/*Now
background-color:#FFCC33;
	*/	
#name-photo p.now {
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	
	}

/*Artist*/	
#profile h2,h3{
	border-left:5px solid #666666;
	padding-left:5px;
	border-bottom:3px solid white;
	}

#profile h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#CC6600;
	font-size:150%;
	}

#profile h5{
	margin-top:10px;
	font-size:150%;
	text-indent:-45px;
	}

/*名前*/	
#profile h3#name{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:300%;
	}
