.service_menu ul,.service_menu li {
	list-style: none;
}
.service_menu li {
	margin-bottom: 10px;
}
.service_menu {
	width: 500px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background-image: url(../images/common/line_dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.inner_box .thum_l {
	float: left;
	width: 180px;
	height:100px;
}
.inner_box .cont_r {
	float: right;
	width: 400px;
	margin-left: 10px;
}

#service_box h4 {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #ffbb10;
	color: #ee4477;
	padding-top: 2px;
	text-indent: 5px;
	font-weight: bold;
	margin-bottom: 10px;
}
#service_box {
	width: 600px;
}

.inner_box {
	width: 600px;
	margin: 10px auto 10px auto;
}


#service_box table.course_box {
	width: 600px;
	text-align: left;
	border: 1px solid #cccccc;
	border-collapse:collapse;
}

#service_box .course_box th {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ef4f6c;
}


#service_box table.other_box {
	width: 500px;
	text-align: left;
	border: 1px solid #cccccc;
	border-collapse:collapse;
}
#service_box .other_box th {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	color: #774444;
	background-color: #f2f3e9;
}

#service_box table.price_box {
	width: 600px;
	text-align: left;
	border-collapse:collapse;
	font-size: 0.8em;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

#service_box table.price_box th,#service_box table.price_box td{
	padding:7px;
	border-bottom:solid 1px #CCCCCC;
	font-weight: normal;
}
#service_box table.price_box th{
	padding:7px;
	font-weight: normal;
	color: #774444;
	white-space: nowrap;
}

#service_box table.price_box th a{
	color: #774444;
	background-image: url(../images/common/icon_s_off.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 12px;
}

#service_box table.price_box th a:hover{
	color: #b18585;
	text-decoration: none;
	background-image: url(../images/common/icon_s_on.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
}
table.price_box .bg_yellow {
	background-color: #f2f3e9;
	white-space: nowrap;
}

table.price_box .bg_gray {
	background-color: #eeeeee;
	white-space: nowrap;
}

table.price_box .border_l {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
