@charset "UTF-8";
/* CSS Document */
.fs_xs {
	font-size: x-small;
}
.fs_12 {
	font-size: 12px;
	line-height: 150%;
}
.fs_s {
	font-size:small;
}
.fs_m {
	font-size: medium;
}
.fs_l {
	font-size: large;
}
.fs_xl {
	font-size:x-large;
}
.fs_10 {
	font-size:10;
}
.ml_15 {
	margin-left: 15px;
}
.mr_5 {
	margin-right: 5px;
}
.mr_15 {
	margin-right: 15px;
}
.mr_20 {
	margin-right: 20px;
}
.mr_25 {
	margin-right: 25px;
}
.mt_10 {
	margin-top: 10px;
}
.mt_20 {
	margin-top: 20px;
}
.mt_30 {
	margin-top: 30px;
}
.mt_40 {
	margin-top: 40px;
}
.mt_50 {
	margin-top: 50px;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_15 {
	margin-bottom: 15px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_45 {
	margin-bottom: 45px;
}
.mb_50 {
	margin-bottom: 50px;
}
.mb_60 {
	margin-bottom: 60px;
}
.mb_80 {
	margin-bottom: 80px;
}
.pt_5 {
	padding-top: 5px;
}
.pt_50 {
	padding-top: 50px;
}
.pb_50 {
	padding-bottom: 50px;
}
.fw_bold {
	font-weight: bold;
}
.fc_orange {
	color: #FA9600;
}
.fc_blue {
	color: #00B4F5;
}
.fc_white {
	color: #FFFFFF;
}
.fc_gray {
	color: #3C3C3C;
}
.fl_l {
	float:left;
}
.fl_r {
	float:right;
}
.va_m {
	vertical-align:middle;
}
.hide {
	display:none;
}
.incopy250 {
	width:250px;
}
.incopy385 {
	width:385px;
}
.imgbox {
	width: 260px;
}
.border_b {
	border-bottom: 1px #A0A0A0 solid;
}
.border_t {
	border-top: 1px #A0A0A0 solid;
}
.border_bt {
	border-bottom: 1px #A0A0A0 solid;
	border-top: 1px #A0A0A0 solid;
}
.schoolcontent  {
	padding-bottom: 60px;
}
.table_b1{
	border-left:1px #A0A0A0 solid;
	border-right:1px #FFF solid;
	border-bottom:1px #FFF solid;
}
.table_b2{
	border-right:1px #FFF solid;
}
.table_b3{
	border-right:1px #A0A0A0 solid;
	border-bottom:1px #A0A0A0 solid;
}
.table_b4{
	border-right:1px #A0A0A0 solid;
}
.table_b5{
	border-left:1px #A0A0A0 solid;
	border-right:1px #FFF solid;
	border-bottom:1px #A0A0A0 solid;
}
.table_b6{
	border-right:1px #A0A0A0 solid;
	border-left:1px #A0A0A0 solid;
	border-bottom:1px #A0A0A0 solid;
}
.nmt_5 {
	margin-top:-5px;
}
.nmt_2 {
	margin-top:-2px;
}

.iconlink {
	margin-top: 10px;
	color:3C3C3C;
	font-size:small;
}
.iconlink a {
	color:#3C3C3C;
	background-image:url(../commonimages/icon_list.gif);
	background-position: 3px 1px;
	background-repeat: no-repeat;
	text-decoration:underline;
	padding-left:14px;
}
.lh_140 {
	line-height: 140%;
}

.clear {
	clear:both;
}
.clearfix:after {  
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;  
}
.clearfix {
	display: inline-table;
}  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */ 
.sf-menu1 a {
	text-decoration: none;
}
.sf-menu1 li {
	background-image:url(../commonimages/g_navi.png);
	background-repeat: no-repeat;
    display: block;
    width: 160px;
	background-position:-50px 0px;
}
.sf-menu1 li:hover,.sf-menu1 a:hover, .sf-menu1 a:active {
	background-image:url(../commonimages/g_navi.png);
	background-repeat: no-repeat;
    display: block;
    width: 160px;
	background-position:-50px -74px;
}
.sf-menu1 li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu1 ul li img {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.gn_h {
	height: 74px;
}
.gn_h40 {
	height: 40px;
}
.gn_h2 li li {
	display: block;
	height:10px;
	width: 160px;
}

.gn_h3 li li {
	display: block;
	height:60px;
	width: 160px;
}

/*** ESSENTIAL STYLES ***/
.sf-menu2, .sf-menu2 * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu2 {
	line-height:	1.0;
}
.sf-menu2 ul {
	position:		absolute;
	top:			-999em;
}
.sf-menu2 li {
	float:			left;
	position:		relative;
}
.sf-menu2 a {
	display:		block;
	position:		relative;
	height: 40px;
	width: 200px;
}
.sf-menu2 li:hover ul,
.sf-menu2 li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu2 li:hover li ul,
ul.sf-menu2 li.sfHover li ul {
	top:			-999em;
}
/*** DEMO SKIN ***/

.sf-menu2 a {
	text-decoration: none;
}
.sf-menu2 li {
	width: 200px;
	background-image:url(../images/mainnavi01_.png);
	background-repeat: no-repeat;
}
.sf-menu2 li:hover, 
.sf-menu2 a:hover, .sf-menu2 a:active {
	width: 200px;
	background-image:url(../images/mainnavi01_h.png);
	background-repeat: no-repeat;
}
.sf-menu2 li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
