@charset "UTF-8";

#main_wide h2 {
	background: url(../img/bg_title.gif) repeat-x left top;
}
#main_wide h3 {
	background: url(../img/bg_tit.gif) repeat-x left top;
	margin: 0 0 10px;
}
#main_wide p {
	margin: 0 0 10px;
}
.line {
	clear: both;
	border-top: 1px solid #beb6a4;
	height: 1px;
	margin: 20px 0;
}

#main_wide .float-left {
	width: 500px;
}
#main_wide .float-left ul {
	width: 500px;
}
#main_wide .float-left ul li{
	margin: 0 0 5px 25px;
	list-style: disc;
	line-height: 1.5;
	font-size: 116%;
}

#main_wide .float-right  {
	width: 290px;
}
#main_wide .float-right table  {
	border-bottom: 1px solid #ede4cd;
	margin: 0 0 10px;
	border-collapse: separate;
	border-spacing: 1px;
}
#main_wide .float-right table th {
	padding: 5px;
	text-align: center;
	vertical-align:top;
	white-space: nowrap;
	background: #ede4cd;
	letter-spacing: 0.2em;
}
#main_wide .float-right table td {
	background: #ffffff;
	border-left: 1px solid #ede4cd;
	border-right: 1px solid #ede4cd;
	padding: 5px 10px;
	line-height: 1.5;
	vertical-align:top;
}

#main_wide .float-right p {
	text-align: center;
	font-size: 131%;
	font-weight: bold;
	color: #f00;
}