@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 {
	margin: 0 15px 30px 30px;
}

#main_wide table {
	margin: 0 0 10px;
	border-collapse: separate;
	border-spacing: 1px;
}
#main_wide th {
	padding: 5px 3px;
	vertical-align:top;
	white-space: nowrap;
	background: #ede4cd;
	text-align: center;
}
#main_wide td {
	padding: 5px 3px;
	vertical-align:top;
}
.line {
	clear: both;
	border-top: 1px solid #beb6a4;
	height: 1px;
	margin: 20px 0;
}

#main_wide .float-left  {
	padding-left: 10px;
}
#main_wide .float-right  {
	width: 360px;
	padding-right: 10px;
}
#main_wide .float-right table  {
	border-bottom: 1px solid #ede4cd;
	margin: 0;
	padding: 0;
}
	#main_wide .float-right table th {
		padding: 5px;
		text-align: center;
		white-space: nowrap;
		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;
	}
