@charset "utf-8";
/* CSS Document */

/* ------------------------------------- static */
.left { float:left;}
.right { float:right;}
.mg-b-10 {margin-bottom: 10px;}
.mg-b-20 {margin-bottom: 20px;}
.mg-b-30 {margin-bottom: 30px;}
.mg-b-40 {margin-bottom: 40px;}
.mg-b-50 {margin-bottom: 50px;}
.section {clear: both;}
table {border-collapse:collapse;}
table th,
table td {
	font-size:16px;
	color:#333;
	padding:0.5em;
	text-align:center;
	border:2px solid #ccc;
}
table th {
	background:#feedf1;
	color:#666600;
}
table th.event-title {
	background:#feedf1;
	color:#ff6666;
}
.w125 {width:125px;}
.w150 {width:150px;}
.w200 {width:200px;}
.w250 {width:250px;}
.w300 {width:300px;}
.w350 {width:350px;}
.tal {text-align:left;}
span.sat {color: #00a4ee;}
span.sun {color: #ff0000;}

#main {
	width:960px;
	margin:0 auto;
	padding:0;
}
#main p {
	font-size:16px;
	line-height:170%;
}
#feature-data {
	height:30px;
	line-height:30px;
}
#feature-data span {
	float:right;
	font-size:14px;
	color:#999;
}
h2 {
	background: url(images/header_01.jpg) top left no-repeat;
	text-indent:-999999px;
	width:960px;
	height:250px;
	overflow:hidden;
}
.nt {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.dn {
	display: none;
}
/* ------------------------------------- contents */
#edus-eye {
	background: #fdfde1;
	padding: 15px 20px 10px 20px;
}
#edus-eye em {
	font-weight: bold;
	color: #e4007f;
}
#title-link {
	background: #81c7c8;
	font-size: 21px;
	text-align: right;
	font-weight: bold;
	padding: 7px;
}
#title-link a { color:#fff;}
#title-link a:hover {
	color: #f7f3dc;
	text-decoration: none;
}
.bdb {
	border-bottom: #ccc 2px dotted;
	padding-bottom: 30px;
}

.cnt-box {
	background:#d2f0f0;
	border-radius:10px;
	padding:10px 10px;
	margin-bottom:15px;
}

.txt-area {
	background:#fff;
	border-radius:10px;
	padding: 20px 20px 10px 20px;
}
.txt-area h3 {
	background:url(images/icn_pen_01.gif) top left no-repeat;
	border-bottom: 3px dotted #d2f0f0;
	margin: 0 0 20px;
	padding:12px 0 5px 30px;
	font-weight:bold;
	font-size: 28px;
	color:#ff6666;
}
.txt-area h3 span {
	font-size: 33px;
}
.txt-area h4 {
	margin: 0;
	padding:0px 0 0 0;
	font-weight:bold;
	font-size: 18px;
	color:#ff6666;
}
.txt-area p {
	margin: 0 0 15px 0;
}
.txt-area p strong {
	color:#ff9999;
}
.txt-area h4 strong {
	font-size: 21px;
}

.section h4 {
	background:url(images/icn_pen_01.gif) top left no-repeat;
	margin: 35px 0 7px 0;
	padding: 15px 0 2px 30px;
	font-weight:bold;
	font-size: 28px;
	color:#81c7c8;
}

/* ------------------------------------- image */
.imgr {
	float: right;
	margin: 0 0 25px 30px;
}
.imgl {
	float: left;
	margin-right: 35px;
	margin-bottom: 25px;
}
.imgc {
	clear:both;
	margin-top: 20px;
	margin-bottom: 25px;
	margin-left: 23px;
}

.pic {
	background: #fff;
	border: 1px solid #ccc;
	padding: 7px 7px 0 7px;
}

/* ------------------------------------- btn */
.main_link {
	clear: both;
	width: 617px;
	margin: 0 auto 35px;
	padding: 0;
	font-size: 24px;
}
.main_link a {
	background: url(images/btn_main_01.gif) left top no-repeat;
	display: block;
	width: 617px;
	height: 60px;
	margin: 0;
	padding: 45px 0 0px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration:none;
}
.main_link a strong {
	font-size: 28px;
}
.main_link a em {
	font-size: 12px;
	font-style: normal;
}
.main_link a:hover {
	background: url(images/btn_main_01.gif) left bottom no-repeat;
	color: #1d3975;
}
.main_link a:visited {
	color: #fff;
}
