/* メールフォーム */
#contact-form dt{
	width:90px;
	float:left;
	clear:left;
	margin:0 0 10px;
	padding:0;
	font-weight:bold;
}

#contact-form dd{
	width:460px;
	margin:0 0 10px 100px;
	padding:0;
	text-indent:none;
}

#mail_author input{
	width:100px;
}

#mail_email,
#mail_url,
#mail_subject{
	width:250px;
}

#mail_text{
	font:12px/18px "ヒラギノ明朝 Pro W6", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";;
	width:450px;
	height:180px;
}