@charset "utf-8";

*{
	margin:			0;
	padding:		0;
}

body{
	padding:		0px;
	margin:			0px;
	background-color:	#ffffff;
	font-family:		"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#header{
	width:			100%;
}

#header h1{
	font-weight:		bold;
	font-size:		12px;
	line-height:		14px;
}

#header table td{
	padding-top:		5px;
}

div.headline{
	font-size:		16px;
	font-weight:		bold;
	color:			#cc0000;
	margin-bottom:		5px;
}

div.artist_name{
	font-size:		16px;
	font-weight:		bold;
	color:			#000000;
}

table, td{
	width:			100%;
	border:			0px;
}

td{
	vertical-align:		top;
}

a{
	color:			#0000ff;
}

a:hover{
	color:			#ff9900;
}

img{
	border:			0px;
}

img.framed{
	border:			1px solid #999999;
	margin:			5px;
}

.main_text, table, li, input, textarea, div{
	font-family:		"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:		12px;
	line-height:		120%;
	color:			#555555;
	list-style:		none;
}

strong a { color:#D52827}
strong span a { color:#555555}

span a { color:#555555}

span strong { color:#9D2924}
span strong a{ color:#9D2924}

font { font-size:9px; line-height:9px; color:#A52925}
font a{ font-size:11px; line-height:14px; color:#D52827}

#footer{
	padding:		5px;
	color:			#767676;
	background:		#BCBCBC;
	font-size:		10px;
}
#footer a{
	color:			#767676;
}

#footer a:hover{
	color:			#ff9900;
}

.l_text { color:#717171}
.l_text a{ color:#717171;}
/*
.l_text a:hover{ color:#717171; text-decoration:underline}
*/

.no_class, form, .no_class td
	{
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		border:0px;
		
	}

.form{
/*
	height:			21px;
*/
	margin-top:		5px;
}
.form input{
	width:			200px;
	height:			18px;
	border-color:		#949494;
	border-width:		1px;
	background-color:	#ffffff;
	border-style:		solid;
	padding-left:		2px;
}

textarea{
	width:			300px;
	height:			250px;
	border-color:		#949494;
	border-width:		1px;
	background-color:	#ffffff;
	border-style:		solid;
	padding-left:		2px;
	overflow:		hidden;
	margin-top:		6px;
}

ul{
	margin:			0;
	padding:		0;
}

ul li{
	list-style:		none;
	background:		url(images/a1.gif) no-repeat left center;
	margin:			0px 0px 0px 0px;
	padding:		0px 0px 0px 0px;/*13px→0pxへ変更*/
}

li a{
	font-family:		"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:		11px;
	line-height:		22px;
	color:			#555555;
}


