@charset "utf-8";

.h1_text a:link,a:visited,a:hover,a:focus,a:active {
	color:#0000ff;
	text-decoration:underline;
}

.data a,a:link,a:visited,a:hover,a:focus,a:active {
	color:#0000ff;
	text-decoration:underline;
}

.course_list {
	margin:0 0 10px;
}

.image {
	width:400px;
	margin:0 auto;
}

.table_main {
	width:500px;
	margin:10px auto;
}

.table_left , .table_right {
	width:250px;
	text-align:right;
}

.table_left td , .table_right td {
	padding:0 10px;
}

.table_left td:first-child , .table_right td:first-child {
	text-align:left;
}

.link {
	width:640px;
}

.purple {
	background-color:#eeeeee;
}

.semi_total td {
	border-top:solid #444444 1px;
}

.total td {
	font-weight:bold;
	border-top:solid #444444 2px;
}

.other {
	width:500px;
	margin:0 auto;
	font-size:0.9em;
}

.float_left {
	width:330px;
	float:left;
}

.float_right {
	width:330px;
	float:right;
}

.float_none {
	clear:both;
	width:660px;
}

.float_none p {
	width:350px;
	margin:0 auto;
}

.float_left p , .float_right p {
	width:300px;
	margin:0 auto;
}

.float_none {
	clear:both;
}

.margin_pic {
	margin-top:15px;
	padding-top:20px;
	border-top:solid #cccccc 1px;
}