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




/*
 base
------------------------------------------- */
body{
	margin: 0;
	text-align: center;
	color : black;
	font : normal normal normal 85% /1.4 Arial, sans-serif;
}
img{
	border: none;
}
/* リンクカラー */
a{
	color: #0094E9;
}
a:hover{
	text-decoration: none;
}
/* JqvaScriptで動的に付与 */
/*.current { text-decoration:none; }*/

.clear{
	clear: both;
}
.clearfix::after{
	content : url(0.gif);
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
/* End hide from IE-mac */

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
h1, h2, h3, h4, h5, h6{
	font-size:100%;
	font-weight:normal;
}
li{
	list-style:none;
}
/*#wrap {
	background: url(../../img/back.gif) repeat-y center top;
}*/


/*
textstyle
------------------------------------------- */
/*align------------ */
.tx_center{
	text-align:center;
}
.tx_left{
	text-align:left;
}
/*vertical-align------------ */
.ver_center{
	vertical-align:middle;
}
/*weight------------ */
.st{
	font-weight:bold;
}
/*color------------ */
.blue_a{
	color:#1f3d83;
}
.blue_ho{
	color:#048ebc;
}
.grey{
	color:#048ebc;
}
/*size------------ */
.s90{
	font-size:90%;
}
.s95{
	font-size:95%;
}
.s85{
	font-size:85%;
}
.s80{
	font-size:80%;
}
/*border------------ */
.line1px_g4{
	border:#bfbfbf 1px solid;
}
.line1px_w4{
	border:#FFFFFF 1px solid;
}
/*padding------------ */
.padding4_6_8_6{
	padding:4px 6px 8px 6px
;
}
.padding1px4{
	padding:1px;
}
.pa_l5px{
	padding-left:5px;
}
/*
 contents
------------------------------------------- */
#contents{
	position: relative;
	width: 900px;
	margin: 15px auto 0 auto;
	text-align:left;
}
/*
 mainWrap
------------------------------------------- */
#mainWrap{
	float: right;
	width: 680px;
}
/*
 side (left)
------------------------------------------- */
#side{
	float: left;
	width: 190px;
	margin: 0;
}
#side ul, #side li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#side li, #side a{
	display:block;
	width:190px;
	background-repeat:no-repeat;
}
#side img{
	vertical-align: bottom;
}
/*
btn_home
------------------------------------------- */
#side #btn_home{
	background-image : url(btn_hom_on.gif);
}
/*
btn_resume
------------------------------------------- */
#side #btn_resume{
	background-image : url(btn_res_on.gif);
}
/*
btn_book
------------------------------------------- */
#side #btn_book{
	background-image : url(btn_boo_on.gif);
}
#side #btn_book2{
	background-image : url(btn_on_book2.gif);
	margin-bottom:1px;
}
/*
btn_dvd
------------------------------------------- */
#side #btn_dvd{
	background-image : url(../img/side/btn_dvd_on.gif);
}
/*
btn_lesson
------------------------------------------- */
#side #btn_lesson{
	background-image : url(../img/side/btn_les_on.gif);
}
/*
btn_contact
------------------------------------------- */
#side #btn_contact{
	background-image : url(btn_con_on.gif);
}
/*
 address
------------------------------------------- */
/* address */

#address{
	border: 1px solid #c7b897;
	margin-top:15px;
	margin-bottom:15px;
	padding:10px;
	background:#f8f6f0;
}
#address h3{
	margin: 0 0 10px 0;
}
#address h4{
	margin: 0 0 3px 0;
	padding: 4px 0;
	font-size: 100%;
}
#address p{
	margin: 0;
}
#address .text{
	margin-bottom: 5px;
	line-height: 1.4;
}
/*
pageTop
------------------------------------------- */
#pageTopbox{
	clear:both;
	padding:5px 0 5px 810px;
	margin:25px 0 0 0;
}
/*
 footer
------------------------------------------- */

#footerWrap{
	width: 100%;
	clear: both;
	height: 55px;
	background : url(floatbox_bg.gif) 0% 0% / auto auto repeat-x scroll padding-box border-box #f4f0e7;
}
#footer{
	clear: both;
	width: 920px;
	margin: 0 auto 0 auto;
}
#fNav{
	text-align: center;
	margin: 0;
	padding: 20px 0 10px 0;
	list-style-type: none;
}
#fNav li{
	display: inline;
}
#footer a{
	color: #333;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

/* --------------------------------------------------
 印刷用スタイル
-------------------------------------------------- */
@media print {
body, #headerWrap, #header, #footerWrap, #footer, #copyright{
	background-image: none;
	background-color: white;
}
#footer, #mainWrap, #copyright{
	height: auto;
}
body{
	overflow: visible
;
}
.clearfix{
	display: inherit;
}
* html body{
	zoom: 67%; /*WinIE6 only */
}
/*FireFox only */

html &gt;/**/body #contents{
	direction:rtl;
}
html &gt;/**/body #mainWrap, html &gt;/**/body #side{
	display:table-cell;
	float:none;
	direction:ltr;
	vertical-align: top;
	text-align: left;
}
html &gt;/**/body #side{
	width: 210px;
}
html &gt;/**/body #address{
	width: 170px;
}
}
</pre></body></html>