@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;
}
#main_wide ul {
}
#main_wide ul li {
	float: left;
	margin: 0 14px 10px 0;
	text-align: center;
}
#main_wide ul li.nomargin {
	margin: 0 0 10px 0;
}
#main_wide ul li img {
	border: 1px solid #ccc;
	margin-bottom: 3px;
}

.line {
	clear: both;
	border-top: 1px solid #beb6a4;
	height: 1px;
	margin: 20px 0;
}
#main_wide .float-right  {
	width: 330px;
}
#main_wide .float-right table  {
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	width: 329px;
	border-collapse: separate;
	border-spacing: 1px;
}
#main_wide .float-right table caption {
	padding-bottom: 5px;
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 108%;
	font-weight: bold;
}
#main_wide .float-right table th {
	background: #ede4cd;
	border-left: 1px solid #888;
	border-bottom: 1px solid #888;
	width: 45px;
	padding: 5px;
	text-align: center;
	line-height: 1.3;
	font-size: 93%;
}
#main_wide .float-right table td {
	background: #ffffff;
	border-left: 1px solid #888;
	border-bottom: 1px solid #888;
	padding: 5px;
	line-height: 1.3;
	font-size: 93%;
}

#main_wide .float-right p {
	text-align: center;
	font-size: 131%;
	font-weight: bold;
	color: #f00;
}

#main_wide .float-left {
	width: 460px;
}
#main_wide .float-left p.img{
	text-align: center;
	font-size: 167%;
	font-weight: bold;
}
#main_wide .float-left img {
	margin-bottom: 5px;
}
#main_wide .float-left table  {
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	width: 459px;
	margin: 0 0 10px;
	border-collapse: separate;
	border-spacing: 1px;
}
#main_wide .float-left table th {
	padding: 5px 3px;
	border-left: 1px solid #888;
	border-bottom: 1px solid #888;
	text-align: center;
	white-space: nowrap;
	line-height: 1.3;
	background: #ede4cd;
}
#main_wide .float-left table td {
	background: #ffffff;
	border-left: 1px solid #888;
	border-bottom: 1px solid #888;
	padding: 5px 3px;
	line-height: 1.3;
	text-align: center;
	font-size: 77%;
}
