#containerinner{
	background: #FFF no-repeat 0 bottom;
}
h2.title{
	background: url(./img/title.png);
	background-repeat: no-repeat;
}
h4{
	align:left;
	float: left;
	margin-bottom: 25px;
}
bgimg{
	float: left;
	width:140px;
	height: 170px;
	margin:10px 35px 10px 0;
	background: url(./img/border_bg.jpg);
}
p.title01 {
	font-size: 21px;
	font-weight: bold;
	color: #6b8e23;
	margin: 60px 0 10px 0;
}
p.title02 {
	font-size: 16px;
	font-weight: bold;
	color: #6b8e23;
	margin: 60px 0 10px 0;
}
p.title03 {
	font-size: 16px;
	font-weight: bold;
	color: #ec8014;
}
p.title04 {
	font-size: 16px;
	font-weight: bold;
	color: #00a474;
	margin: 60px 0 10px 0;
}
p.attention {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 60px;
}

div.column div.columninner{
	text-align: center;
}

table.hk1{
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
	border-top: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
}
table.hk1 td,
table.hk1 th{
	padding:10px;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	vertical-align: middle;
}
table.hk1 th{
	width: 6em;
	background: #F5F5F5;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}
table.hk1 td{
	background: #FFF;
}
table.hk2{
	margin-top: 10px;
	margin-bottom: 20px;
	width: 420px;
	border-top: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
}
table.hk2 td,
table.hk2 th{
	padding:10px;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	vertical-align: middle;
}
table.hk2 th{
	width: 6em;
	background: #F5F5F5;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}
table.hk2 td{
	background: #FFF;
}
dl{
	padding:10px;
	margin:15px 0 10px;
	border: 7px #EEEEEE solid;
	text-align: left;
}
dl dt{
	float: left;
	width:15em;
	padding:1px 0 10px 0;
	font-weight: bold;
	text-indent: 1em;
}
dl dt.last{float: none;width: auto;padding-bottom:2px;}
dl dd {
	padding: 0 0 10px 16em;
	margin-bottom:10px;
	border-bottom: 1px #CCCCCC solid;
}
dl dd.last {padding-bottom:0;margin-bottom:0;border-bottom: none;}
span.tag{color:#ff6b0d;font-weight: normal;}
input.set{border: solid 1px #999;padding:2px;}
textarea{border: solid 1px #999;}
.columninner .textSection {
	width: 650px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
}
.clearfix {
    content: "";
    display: block;
    clear: both;
}


