@charset "UTF-8";
/* CSS Document */
img {
	border: 0;
	vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6, p, ul, li {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
body {
	color: #3c3c3c;
	background: #d8eff2 url("../images/main.jpg") no-repeat center top;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
#pagebody {
	width: 940px;
	margin: 0 auto;
	padding: 0px;
}
#header {
	width: 940px;
	height: 155px;
	position: relative;
	background: url(../images/main.jpg) no-repeat center top;
}
h1 {
	width: 940px;
	height: 120px;
	text-indent: -9999px;
}
#contents {
	width: 900px;
	margin: 0px;
	padding: 10px 20px 0px;
	background: url(../images/contents_bg_01.jpg) repeat-y center top;
	background-color: #FFFFFF;
}
.box_line {
	padding: 15px;
	margin-bottom: 5px;
	border: 2px #DDD solid;
}
.box_noline {
	padding: 5px;
}
.box_l {
	width: 366px;
	float: left;
	margin-right: 20px;
	border: 2px #99C4E9 solid;
}
.box_r {
	width: 366px;
	float: left;
	border: 2px #99C4E9 solid;
}
/* whatsnew */
.whatsnew_box {
	margin: 15px;
	padding: 0;
	width: 355px;
	height: 349px
}
.whatsnew {
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
	padding: 0 15px 0 0;
	width: 320px;
	height: 340px;
	overflow: auto
}
.whatsnew p {
	padding-bottom: 6px;
}
#footer {
	width: 940px;
	margin: 0 auto;
	padding: 50px 0 20px;
	background: url(../images/contents_bg_02.jpg) no-repeat center top;
}
#footer p {
	color: #672A00;
	font-size: 12px;
	text-align: center
}
.member_list {
	border-collapse: collapse;
	border-spacing: 0;
}
.member_list th {
	padding: 5px 10px;
	border: 1px #ccc solid;
	background-color: #ffebe7;
	font-weight: normal;
	text-align: left;
}
.member_list td {
	padding: 5px 20px;
	border: 1px #ccc solid;
	text-align: right;
}
.program_list h3 {
	padding-top: 20px;
}
.program_list_tb {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 13px;
}
.program_list_tb th {
	padding: 5px 0;
	border: 1px #ccc solid;
	background-color: #ffebe7;
	font-weight: normal;
}
.program_list_tb td {
	padding: 5px;
	border: 1px #ccc solid;
}
.program_list_tb td.date {
	width: 100px;
	text-align: center;
}
.program_list_tb td.no {
	width: 30px;
	text-align: center;
	font-size: 18px;
}
.program_list_tb td.txt {}
.program_list_tb td.price {
	width: 50px;
	text-align: center;
}
.program_list_tb td.input {
	text-align: center;
}
.training_list h3 {
	margin-top: 20px;
	text-align: center;
}
.training_list_tb {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
	border-spacing: 0;
}
.training_list_tb th {
	padding: 5px;
	border: 1px #ccc solid;
	background-color: #ffebe7;
	font-weight: normal;
}
.training_list_tb td {
	padding: 5px;
	border: 1px #ccc solid;
}
.training_list_tb td.date {
	width: 130px;
	text-align: center;
}
.training_list_tb td.no {
	width: 30px;
	text-align: center;
	font-size: 18px;
}
.training_list_tb td.txt {}
.training_list_tb td.price {
	text-align: center;
}
.training_list_tb td.input {
	text-align: center;
}

.hv:hover {
	opacity: 0.8;
}