@charset "utf-8";
/* CSS Document */
.wrapper .column{
	float: left;
	width: 760px;
	margin: 0px 10px 0px 10px;
	height: auto;
}
.wrapper .title{
	background: url(../../images/title_bar1.gif	) no-repeat left top;
	height: 35px;
	width: 740px;
	margin: 0px 0px 0px 10px;
	padding: 0 0 0 30px;
	font-size: 16px;
	line-height: 2.5em;
	vertical-align: middle;
	clear: both;
}
.block{
	float: left;
	width: 360px;
	margin: 0px 0px 0px 10px;
	height: auto;
}
.block_w{
	float: left;
	width: 738px;
	margin: 10px 0px 0px 10px;
	padding: 10px;
	line-height: 2em;
	font-size: 11px;;
	height: auto;
	border: #CCCCCC solid 1px;
}
.wrapper .column .block ul{
	margin: 10px;
	padding: 0px;
}
.wrapper .column .block ol{
	margin: 10px;
	padding: 0px;
}
.wrapper .column .block_w ol li{
	line-height: 2em;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
}
.list_disc{
	list-style: disc;
	color: #333333;
}
.wrapper .column .block li{
	line-height: 2em;
	margin-top: 0px;
	padding: 0px 0px 0px 24px;
	background: url(../../images/point2.gif) no-repeat left center;
}
.wrapper .column .block p{
	line-height: 2em;
	margin-top: 10px;
	padding: 0px 0px 0px 30px;
	background: url(../../images/point.gif) no-repeat left center;
}
.headline{
	font-weight: 700;
}
#main{
	margin-bottom: 20px;
}
#notice{
	margin-top: 20px;
}




