/*==========================================================
+ top.css
========================================================== */
#main-area {
	clear: both;
	margin-bottom: 20px;
	margin-top: 12px;
}

/* ----------------------
+ menu-area@
----------------------- */
.menu01 {
	margin-bottom: 5px;
	height: 194px;
	width: 850px;
}
.menu02 {
	margin-bottom: 5px;
	height: 152px;
	width: 850px;
}
.course01 {
	background-image: url(../img/top2/menu_bg01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 194px;
	width: 280px;
	margin-right: 3px;
	float: left;
}
.course02 {
	background-image: url(../img/top2/menu_bg02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 194px;
	width: 280px;
	margin-right: 3px;
	float: left;

}
.course03 {
	background-image: url(../img/top2/menu_bg03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 194px;
	width: 280px;
	margin-right: 3px;
	float: left;

}
.course04 {
	background-image: url(../img/top2/menu_bg04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 152px;
	width: 280px;
	float: left;
	margin-right: 3px;

}
.course05 {
	background-image: url(../img/top2/menu_bg05.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 152px;
	width: 280px;
	float: left;
	margin-right: 3px;

}
.course06 {
	background-image: url(../img/top2/menu_bg06.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 152px;
	width: 280px;
	float: left;
	margin-right: 3px;

}

.menu_title {
	margin-top: 8px;

}
.menu_text {
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	margin-top: 12px;
	margin-left: 15px;
	text-align: left;
}
 .menu-area .menu_text a {
	color: #333333;
	text-decoration: none;	
}

.menu_text img {
	margin-top: 5px;
}

/* ----------------------
+ header-area@
----------------------- */


.top-header-line{
	height: 2px;
	float: left;
	clear: both;
	padding-left: 15px;
	padding-top: 5px;
}

/* ----------------------
+ sub-area@
----------------------- */

#sub-area-left {
	float: left;
	height: auto;
	width: 240px;
	padding-top: 7px;

}
#sub-area-right {
	float: right;
	height: auto;
	width: 591px;
	padding-top: 7px;
	margin-bottom: 30px;
}


/* ----------------------
+ sub-area-right@
----------------------- */
#sub-area-right .sub_middle {
	background-image: url(../img/top2/bg_subarea_center.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 20px;
	height: auto;
	padding-bottom: 15px;
}
#sub-area-right .sub_bottom {
	clear: both;
}
.box_container {
	width: 490px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.box_container p {
	margin-bottom: 0px;
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 5px;
}

.box_title img {
	margin-bottom: 15px;
}
.box_container .box_01 {
	background-image: url(../img/top2/img_box02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	padding-left: 100px;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 15px;
}
.line_green {
	margin-top: 20px;
	margin-bottom: 20px;
}

.box_container .box_01 li {
	list-style-type: none;
	background-image: url(../img/top2/yellow_circle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 17px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
	border-bottom-width: 1px;
}

.box_container .box_02 {
	background-image: url(../img/top2/img_box03.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 220px;
}
.txt_red {
	font-size: 18px;
	font-weight: bolder;
	color: #CC0000;
	line-height: 140%;
	padding-bottom: 15px;
}
.txt_green {
	font-size: 18px;
	font-weight: bolder;
	color: #006633;
	margin-bottom: 10px;
	line-height: 140%;
}
.txt_sub_green {
	font-size: 15px;
	font-weight: bolder;
	color: #006633;
	margin-bottom: 10px;
	line-height: 140%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
}

