@charset "UTF-8";

div#contents-body h2 {
	width:700px;
	height:51px;
	margin-bottom:15px;
	background:url(../image/h2_title.gif) 0 0 no-repeat;
	text-indent:-9999em;
}

div#contents-body p {padding-bottom:15px;}



/* 送信フォーム */

div#formarea {
	width:700px;
	margin:15px 0 0 5px;
}

div#formarea  dl {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #666666;
}

div#formarea dl dt {float:left;}

div#formarea dl dd {margin:0 0 15px 200px;}

div#formarea  textarea { width:95%; }

div#formarea  dl dd textarea,
div#formarea  dl dd input {
	border-top:1px solid #999999;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #999999;
	background-color:#F5F5F5;
}

div#formarea  div {text-align:center;}

div#formarea  textarea:focus,
div#formarea  input:focus { background-color:#FFFFFF; }

div#mformarea  div input { _padding-top:3px; }



/* 送信フォーム */
div#formarea  dl.conf dt {
	background-color:#EEEEEE;
	line-height:160%;
	padding-left:5px;
	font-weight:bold;
	margin-bottom:5px;
}

div#formarea  dl.conf dd {
	margin-bottom:15px;
}



/* エラー */
div#formarea  ul { padding-left:15px; }

div#formarea ul li {
	font-weight:bold;
	color:#C41212;
}