@charset "UTF-8";

/* h4
--------------------------------------------------*/
#contentsbody h4{
	clear:both;
	border-bottom:dotted 1px #cccccc;
	width:970px;
	font-size:1.7em;
	margin-bottom:15px;
	padding:5px;
}
/* form
--------------------------------------------------*/
#contentsbody p{
	width:960px;
	font-size:1.2em;
	color:#666666;
	line-height:1.5;
	margin: 0 auto 15px auto;
}
/* form
--------------------------------------------------*/
#contentsbody form{
	margin-bottom:10px;
}
/* table */
#contentsbody form table {
	border:solid 1px #cccccc;
	border-collapse:collapse;
	margin:0 auto;
}
#contentsbody form table tr th{
	border:solid 1px #cccccc;
	background:#eeffee;
	width:150px;
	font-size:1.3em;
	text-align:left;
	padding:5px;
}
#contentsbody form table tr td{
	border:solid 1px #cccccc;
	font-size:1.3em;
	padding:5px;
}
#contentsbody form table tr td.sendbt{
	text-align:center;
}
/* caution
--------------------------------------------------*/
#contentsbody ul.caution{
	width:920px;
	margin:0 auto 10px auto;
}
#contentsbody ul.caution li{
	list-style-type:disc;
	font-size:1.2em;
}
