@charset "utf-8";


/*-----------------------------
	contents
------------------------------*/

/* h2 */
#contents h2{
	margin-bottom:20px;
}



/*-----------------------------
	main
------------------------------*/

#main{
	width:702px;
}
#main em{
	color:#F00;
}
/* read */
#main #read{
	padding:10px 10px 10px 14px;
	margin-bottom:30px;
	background:url(images/read_bg.png) repeat-y left top;
	border-top:2px solid #FF8C00;
	border-bottom:2px solid #FF8C00;
}
#main #read p{
	padding:10px;
	background:#fff;
}
#main #read p strong{
	font-size:18px;
}
/* table */
#main table{
	clear:both;
	width:702px;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
	background:url(images/table_bg.png) repeat-y left top;
	font-size:12px;
}
#main table tr{
	background:url(images/table_line.png) no-repeat left bottom;
}
#main table tr.last{
	background:none;
}
#main table th{
	width:150px;
	padding:20px;
	vertical-align:middle;
}
#main table td{
	padding:20px;
}
#main table td input[type="text"]{
	width:350px;
	height:19px;
	line-height:19px;
}
#main table td input[type="radio"]{
	vertical-align:middle;
	margin-bottom:3px;
	margin-right:5px;
}
/* table お問い合わせ項目 */
#main table td ul{
	overflow:hidden;
}
#main table td ul li{
	float:left;
	width:230px;
	margin-bottom:10px;
	letter-spacing:0;
}
#main table td ul li.last{
	margin-bottom:0;
}
/* table メッセージ内容 */
#main table td textarea{
	width:460px;
	height:170px;
}
/* table お名前 */
#main table td p{
	clear:both;
}
#main table td p span{
	width:25px;
	float:left;
	display:block;
}
#main table td p input.name{
	float:left;
	width:160px;
	margin-right:20px;
}
/* table 年齢 */
#main table td select{
	width:65px;
	margin-right:5px;
	height:19px;
	line-height:19px;
}
/* button */
#main #button{
	text-align:center;
	padding:15px 0;
	border-bottom:2px solid #ccc;
	background:url(images/button_bg.png) repeat-y left top;
}
#main #button input{
	padding:0 10px;
	margin:0 5px;
}




