@charset "Shift_JIS";

#all-box{
	width:520px;
	height:auto;
	margin:0 auto;
	padding-bottom:20px;
	border-left:1px dotted #FF9900;
}

#ex-flash{
	width:500px;
	height:150px;
	margin:0 auto;
}

#artist-info{
	width:480px;
	height:auto;
	margin:10px auto;
	padding:30px 0 0 0;
	border-top:1px solid #993300;
}

dl#artist-info dt{
	width:420px;
	height:auto;
	margin:0 0 0 25px;
	padding:5px;
	background:#FFCC66;
	font-size:1em;
	letter-spacing:0.1em;
	color:#333333;
}

dl#artist-info dd{
	width:400px;
	height:auto;
	margin:10px auto 30px auto;
	padding:5px;
	border-bottom:1px dotted #993300;
	font-size:0.85em;
	color:#993300;
	letter-spacing:0.1em;
	line-height:150%;
}

dl#artist-info dd a{
	color:#333333;
	text-decoration:none;
}
dl#artist-info dd a:hover{
	color:#999999;
	text-decoration:none;
}
h3 {
    color:#666666;
	font-size:1em; 	
	font-color:#8B4513;
}
#title {
  	padding:35px;  
}
#title2 {
  	padding:15px;  
}
h3 a, h3 a:link{ /* 未訪問のリンク */
  color: #666666;
  font-weight: normal;
  text-decoration: none;
}