/* CSS Document */



#contents {
}

#contents .section1{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	padding-bottom: 50px;
}

#contents .section1 h3{
	font-size: 46px;
	color: #79B827;
	text-align: center;
	margin-bottom: 50px;
	line-height: 50px;
}

#contents .section1 .sub_title{
	font-size: 30px;
	color: #FF9900;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF9900;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 10px;
	clear: both;
}

#contents .section1 p{
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	margin-bottom: 30px;
	width: 720px;
}

#contents .section1 .outline {
	margin-bottom:50px;
}

#contents .section1 .outline .copy{
padding: 10px 0 0;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
}

#contents .section1 .outline table {
	border-collapse:collapse;
	background-color: #FFF;
	width: 100%;
}

#contents .section1 .outline th,
#contents .section1 .outline td {
	padding:15px;
	font-size:18px;
	line-height:24px;
	border:1px #CCC solid;
	text-align: center;
}

#contents .section1 .outline .a_course th {
	font-weight:normal;
	width:200px;
	background-color: #09C;
	color: #FFF;
}
#contents .section1 .outline .b_course th {
	font-weight:normal;
	width:200px;
	background-color: #79B828;
	color: #FFF;
}
#contents .section1 .outline .c_course th {
	font-weight:normal;
	width:200px;
	background-color: #5EB7B7;
	color: #FFF;
}
#contents .section1 .outline .range {
	background-color: #EEE;
	text-align: center;
}

#contents .section1 .outline .plan {
	margin: 0px;
	padding: 0px;
}
