@charset "UTF-8";

#program {
	margin-bottom: 10px;
	background-image: url(../img/rect.png);
	background-position: bottom;
	width: 210px;
}
#program h2 {
	color: #fff;
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 5px;
	background-image: url(../img/rect.png);
}
#program ul {
	padding: 5px;
}
#main h2 {
	color: #000;
	font-size: 14px;
}
#main p#lead {
	font-size: 14px;
}
div.rect {
	margin-bottom: 20px;
	background-image: url(../../img/common/rect.png);
	background-position: bottom;
}
div.rect h2 {
	margin: 0;
	padding: 10px 10px 5px 10px;
	background-image: url(../../img/common/rect.png);
	border-bottom: 1px solid #ccc;
}
div.rect dl {
	padding: 0 1em 0.5em 1em;
}
div.rect dt {
	color: #021f47;
	font-weight: bold;
	padding-top: 0.5em;
}
div.rect dd {
	padding-bottom: 0;
}
#effect {
	margin-bottom: 20px;
	background-image: url(../img/effect_bg.gif);
	background-position: bottom;
}
#effect h2 {
	margin: 0;
	padding-bottom: 5px;
	background-color: #fff;
}
#effect dl {
	margin-right: 10px;
	width: 230px;
	float: left;
}
#effect dl.end {
	margin: 0;
	float: right;
}
#effect dt {
	color: #fff;
	font-weight: bold;
	line-height: 2em;
	text-align: center;
	background-image: url(../img/effect_bg.gif);
	height: 2em;
}
#effect dd {
	padding: 5px 10px;
}
div.rect ol {
	padding: 5px 10px 10px 3em;
}
div.rect ol {
	list-style: square;
}
div.rect li {
	list-style: decimal;
}
#main table {
	border-collapse: collapse;
	width: 100%;
}
#main th {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 0 5px 10px 0;
	background-image: url(../img/step_bg.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 95px;
}
#main td {
	color: #000;
	text-align: center;
	padding-bottom: 10px;
	background-image: url(../img/title_bg.gif);
	background-repeat: no-repeat;
}
#main td.detail {
	padding: 0 30px 10px 30px;
	text-align: left;
	width: 410px;
	background-image: url(../img/detail_bg.gif);
	background-repeat: no-repeat;
}
