@charset "utf-8";

/* -------------------------------------------------------------------- 
/* teach
-------------------------------------------------------------------- */

#main{
	margin:0 auto;
	width:820px;
	text-align:center;
}

#main h2{
	display:inline-block;
	margin-top:80px;
	color:#002F8C;
	font-weight:bold;
	font-size:108%;
	padding:3px 10px;
	border:2px #002F8C solid;
	border-radius:					6px; /* CSS3草案 */ 
	-webkit-border-radius:	6px; /* Safari,Google Chrome用 */ 
	-moz-border-radius:			6px; /* Firefox用 */ 
}

#main table{
	margin-top:20px;
	width:100%;
	border: 2px #FFF solid;
	border-collapse: separate;
	border-spacing: 10px;
}

#main table th,#main table td{
	width:120px;
	text-align:center;
	vertical-align:middle;
}

#main table th{
	font-size:153.9%;
	color:#FFF;
	background-color:#002F8C;
	border-radius:					5px; /* CSS3草案 */ 
	-webkit-border-radius:	5px; /* Safari,Google Chrome用 */ 
	-moz-border-radius:			5px; /* Firefox用 */ 
}

#main table td{
	font-size:108%;
	color:#002F8C;
	background-color:#F2F2F2;
	border-radius:					5px; /* CSS3草案 */ 
	-webkit-border-radius:	5px; /* Safari,Google Chrome用 */ 
	-moz-border-radius:			5px; /* Firefox用 */ 
}

#main table .num1{
	height:50px;
}

#main table .num2{
	height:90px;
}

#main .other{
	margin-top:20px;
	padding:40px 0 40px;
	color:#002F8C;
	border-radius:					5px; /* CSS3草案 */ 
	-webkit-border-radius:	5px; /* Safari,Google Chrome用 */ 
	-moz-border-radius:			5px; /* Firefox用 */ 
	background-color:#F2F2F2;
}

#main .other dt,#main .other dd{
	font-size:108%;
}

#main .other dd{
	margin-top:10px;
}
#main .other h3{
	font-size:123.1%;
	font-weight:bold;
}

#main .seminar_img{
	margin-top:40px;
	float:center;
}

/* -------------------------------------------------------------------- 
/* article
-------------------------------------------------------------------- */
#main .article{
	margin-top:40px;
	background:url(../img/book_border.png) no-repeat center bottom;
	text-align:center;
	padding-bottom:40px;
}

#main .article:first-child{
	margin-top:0;
}

#main .article:last-child{
	background:none;
	padding-bottom:0;
}

#main .article dd{
	margin-top:5px;
}

#main .article .b_b{
	font-size:116%;
	color:#002F8C;
	font-weight:bold;
}

#main .article .g_n{
	font-size:116%;
	color:#666666;
	font-weight:normal;
}

#main .article .b_n{
	font-size:116%;
	color:#002F8C;
	font-weight:normal;
}


#main .article .but{
	margin-top:10px; /*#main .article dd + 5px; */
}

#main .article .but a{
		display:inline-block;
	color:#FFF;
	font-weight:bold;
	font-size:93%;
	padding:12px 20px;
	background:#002F8C;
	border-radius:					6px; /* CSS3草案 */ 
	-webkit-border-radius:	6px; /* Safari,Google Chrome用 */ 
	-moz-border-radius:			6px; /* Firefox用 */ 
}

#main .article .but a:hover{
		filter: alpha(opacity=90);
	-moz-opacity:0.90;
			 opacity:0.90;
}
