div.contents_Box
{
	font-size:small;
}

div.accessImgBox img
{
	margin-left:10px;
}

div.reserveAttention
{
	margin:0 10px;
	padding:10px;
	border:1px dashed #e499a0;
}

div.reserveAttention p
{
	color:#dd7782;
	text-align:center;
	font-weight:bold;
}

form
{
	margin:10px 20px 0 10px;
}

table.formTable
{
	width:740px;
	border-collapse:collapse;
}

table.formTable tr td,table.formTable tr th
{
	padding:5px;
	border:1px solid #ccc;
}

table.formTable tr th
{
	text-align:left;
	vertical-align:middle;
	background:#df878e;
	color:#fff;
}

table.formTable tr td select
{
	margin-bottom:5px;
}

table.formTable tr td textarea
{
	width:50%;
	height:120px;
}

form p
{
	margin-top:10px;
	text-align:center;
}