@charset "UTF-8";

div#main_inner {
	width: 710px;
}

div#main_inner h2 {
	width:710px;
	height:90px;
	margin-bottom:20px;
	background:url(../image/h2_title.jpg) 0 0 no-repeat;
	text-indent:-9999em;
}

div#main_inner h3 {
	width: 710px;
	height: 45px;
	background: url(../image/h3_title01.jpg) 0 0 no-repeat;
	text-indent: -9999px;
}

div#main_inner p {
	margin-bottom: 10px;
}


/* テーブル設定 */
div#main_inner table {
	width:710px;
	margin: 15px 0;
	border-collapse:collapse;
	font-size: 100%;
	line-height: 1.6;
	text-align: left;
}

div#main_inner table th,
div#main_inner table td {
	padding:3px 15px;
	border-top:1px #C8C8C8 solid;
	border-bottom:1px #C8C8C8 solid;
}

div#main_inner table th {
	width: 130px;
	background-color:#F5E4E5;
	color:#890404;
	font-weight:bold;
	letter-spacing: 1em;
}

/*-----------------------------------------------
2008年5月のみ
-----------------------------------------------*/
div#main_inner dl {
	width: 710px;
}

div#main_inner dl dt {
	float: right;
	padding: 4px;
	border: 1px solid #CCC;
}

div#main_inner dl dt img {
	vertical-align: bottom;
}
