@charset "utf-8";

div#main{
	font-size: 80%;
	line-height: 1.5em;
	color: #444;
}

div#main div#backArea a {
	text-decoration: underline;
}

div.section_lv1,
div.section_lv2,
div.section_lv3 {
	clear: both;
}

div.section_lv1 {
	margin-bottom: 30px;
	padding-bottom: 17px;
	border-bottom: solid 1px #CCCCCC;
}

div.section_lv1 h1 {
	position: relative;
}

div.section_lv1 p.lead {
	margin-top: -10px;
	overflow: hidden;
}

div#applyArea {
	position: relative;
	margin-top: 23px;
	margin-left: 13px;
}

div#applyArea div#applyBtn {
	position: absolute;
	width: 370px;
	height: 50px;
	left: 185px;
	top: 123px;
}

div.section_lv2 {
	margin-top: 18px;
}

div.section_lv2 h2 {
	margin-bottom: 15px;
}

div.themeBox {
	margin-top: 3px;
	background: url(bg_themeBox_middle.jpg) repeat-y left top;
	clear: both;
	_zoom: 1;
}

div.themeBox div.themeBox_inner {
	padding-bottom: 5px;
	background: url(bg_themeBox_bottom.jpg) no-repeat left bottom;
	_zoom: 1;
}

div.themeBox div.themeBox_inner2 {
	padding-top: 16px;
	background: url(bg_themeBox_top.jpg) no-repeat left top;
	_zoom: 1;
}

div.themeBox div.icon {
	float: left;
	padding: 0 13px;
}

div.themeBox h3 {
	margin-bottom: 10px;
}

div.themeBox p {
	padding-right: 13px;
	padding-bottom: 11px;
	overflow: hidden;
	_zoom: 1;
}

div#commentArea {
	margin-top: 30px;
	padding: 22px 17px;
	border: solid 2px #FFC488;
	background: url(ico_pen.gif) no-repeat 98% 97%;
	clear: both;
}

div#commentArea p.head {
	float: left;
	padding-right: 13px;
}

div#commentArea p.txt {
	overflow: hidden;
	_zoom: 1;
}

div#area {
	margin-top: 40px;
	padding: 10px;
	border: solid 2px #FB3A32;
	border-top: solid 5px #FB3A32;
	background: url(bg_apply.jpg) repeat-x left top;
}

div#area h3 {
	margin-bottom: 10px;
}

div#area ul {
	margin-left: -10px;
	zoom: 1;
}

div#area ul li {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	display: inline;
}

div#aim {
	clear: both;
}

div#aim h2 {
	margin-bottom: 0;
}

div#aim div#aimBox_wrapper {
	padding-bottom: 19px;
	border-right: solid 1px #66CCFF;
	border-bottom: solid 1px #66CCFF;
	border-left: solid 1px #66CCFF;
	background: url(img_lv2_ot.jpg) no-repeat 90% 93%;
}

div#aim div.aimBox {
	padding-left: 23px;
	margin-top: 16px;
	width: 290px;
	float: left;
	display: inline;
}

div#aim div.aimBox h3 {
	margin-bottom: 10px;
}

div#backArea {
	clear: both;
	text-align: center;
}

/* =clearfix
----------------------------------*/
.clearfix:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}

.clearfix{
	display:inline-block;
}

/* MacIE begin \*/
*+html .clearfix{
	height:1%;
}

* html .clearfix{
	height:1%;
}

.clearfix{
	display: block;
}
/* Mac IE end */
