<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/*-----------------------------------------------------------------------------*/

/*--背景--*/

/*-----------------------------------------------------------------------------*/
#page_top, #page_contents {
}


/*-----------------------------------------------------------------------------*/

/*--HEADER--*/

/*-----------------------------------------------------------------------------*/
#header_bg {
	width:100%;
	margin:0px auto;
	padding:0px;
//	background-image: url(../images/h1_bg.gif);
	background-repeat: repeat-x;
	background-position: conter top;
}

#header {
	width:900px;
	height:140px;
	margin:0px auto;
	text-align: left;
	margin-bottom:10px;
	}
	#header .float_l { width:270px;}
	#header .float_r { width:630px;}

	#header h1 {
	font-weight: normal;
	font-size: 11px;
	height:25px;
	line-height: 25px;
	padding-right:0.5em;
	}
	#header h1 a:link, #header h1 a:visited {	color: #e5e5e5;	text-decoration: none;}
	#header h1 a:hover, #header h1 a:active {	text-decoration: underline;}
	
	#header .float_r span {
	position: absolute;
	width: 630px;
	height: 115px;
	background-image: url(../images/header_h2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	#header .float_r h2 {	height: 70px;}
	#header .float_r p {	height: 45px;}

	#header p#logo a {
	width:270px;
	height:140px;
	background-image: url(../images/logo.bmp);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999em;
	display:block;
	outline:none;
	}



/*-----------------------------------------------------------------------------*/

/*-- G_navi --*/

/*-----------------------------------------------------------------------------*/
#g_navi{
	width: 220px;
	margin:0px auto;
	text-align: left;
	margin-bottom:15px;
}
	#g_navi ul li a {	outline:none;	}

#g_navi ul li a {
	display: block;
	width:220px;
	height:50px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999em;
	}

#g_navi ul li a.g_navi-school {	background-image: url(../images/g_navi-school.gif);}
#g_navi ul li a.g_navi-c_general {	background-image: url(../images/g_navi-c_general.gif);}
#g_navi ul li a.g_navi-c_kids {	background-image: url(../images/g_navi-c_kids.gif);}
#g_navi ul li a.g_navi-c_business {	background-image: url(../images/g_navi-c_business.gif);}
#g_navi ul li a.g_navi-c_abroad {	background-image: url(../images/g_navi-c_abroad.png);}
#g_navi ul li a.g_navi-teacher {	background-image: url(../images/g_navi-teacher.gif);}
#g_navi ul li a.g_navi-flow {	background-image: url(../images/g_navi-flow.gif);}
#g_navi ul li a.g_navi-voice {	background-image: url(../images/g_navi-voice.gif);}
#g_navi ul li a.g_navi-access {	background-image: url(../images/g_navi-access.gif);}
#g_navi ul li a.g_navi-qanda {	background-image: url(../images/g_navi-qanda.png);}

#g_navi ul li a:hover, #g_navi ul li a.parentsLink {	background-position: right top;}





/*-----------------------------------------------------------------------------*/

/*--MAINBOX--*/

/*-----------------------------------------------------------------------------*/
#main_box {
	width:900px;
	margin: 0px auto;
	text-align: left;
	}
#contents_box {
	width: 600px;
	float: right;
	margin-right:30px;
	display:inline;
	margin-top:5px;
	margin-bottom:20px;
	}
	.contents_pad {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;

	zoom:1;
	}
#side_box{
	width: 240px;
	float: left;
	margin-left:10px;
	display:inline;
	background-image: url(../images/sidebox_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom:20px;
	}
	#side_box_pad {
	padding-left: 25px;
	padding-right: 25px;
	}


/*-----------------------------------------------------------------------------*/

/*--FOOTER--*/

/*-----------------------------------------------------------------------------*/
#footer {
	width:898px;
	margin: 0px auto;
	text-align: left;
	}

#footer .page_top {
	text-align:right;
	background-image: url(../images/page_top_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-right:20px;
	}

#footer address {
	color: #0F0F4C;
	font-size: 10px;
	text-align: right;
	font-style: normal;
	padding:10px 30px 20px;
	font-family: Verdana, Geneva, sans-serif;
	}
	#footer address a:link, #footer address a:visited {
	color: #0F0F4C;
	text-decoration: none;
	}
	#footer address a:hover, #footer address a:active {
	color: #ED1C24;
	text-decoration: underline;
	}</pre></body></html>