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

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}


body {
text-align: center;
margin: 0;
padding: 0;
font-family:'Hiragino Kaku Gothic Pro', '�q���M�m�p�S Pro W3', 'Meiryo', '���C���I','�l�r �o�S�V�b�N', '�l�r �S�V�b�N', Osaka, Osaka-����, sans-serif;
background-color: #fffffb;
background-image: url(../img/bg.jpg);
background-repeat: no-repeat center; 
background-attachment:fixed; 
-moz-background-size:100% auto;
background-size:100% auto;
}
	
	
	
	
img  {
border: none;
}

br{
letter-spacing:0;
}

.clearboth {
clear:both; 
visibility:hidden; 
    }
	

a:hover img{
opacity: 0.9;
filter: alpha(opacity=90);
}


a.noop:hover img {
opacity: 1.0;
filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=100,FinishOpacity=100);
}


	
#container { 
width:981px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 0px;
font-size: 16px; 
line-height:1.5; 
color: #222222;
	}



	
	
/* ****************************************
�R���e���c
*******************************************/
#header { 
width:981px;
height:554px;
margin-bottom: 0px;
background-image: url(../img/header.png);
background-repeat: no-repeat center; 
	}
	

	
#timetable { 
width:982px;
height:633px;
margin-bottom: 0px;
background-image: url(../img/timetable.png);
background-repeat: no-repeat center; 
	}
	
	
	
.ft16w { 
text-align: left;
font-size: 18px; 
line-height:1.5; 
color: #ffffff;
	}
	

.ft16g { 
text-align: left;
font-size: 18px; 
line-height:1.5; 
color: #333333;
	}
	
	
	
.ft14og { 
text-align: left;
font-size: 14px; 
line-height:1.5; 
color: #ff6600;
	}
	



	
	
	
	
/* ****************************************
	FOOTER
*******************************************/	
#footer { 
margin-left: auto;
margin-right: auto;
padding-top:40px;
width:100%;
text-align: center;
	}
	
	
.footercontainer { 
width:980px;
margin-left: auto;
margin-right: auto;

	}


	
.bannerleft { 
margin-top: 15px;
margin-bottom: 0px;
float:left;	
	}
	
.bannerright { 
float:right; 
margin-top: 15px;
margin-bottom: 0px;
	}
	
	
.yosegaki{
     vertical-align: bottom;
}	
	
	
.ft10 {
text-align: center; 
font-size: 10px; 
line-height:1.5; 
color: #8d8875;
	}
	
	
#footer_line { 
width:980px;
height:9px;
margin-bottom: 30px;
background-image: url(../img/footer_line.jpg);
background-repeat: no-repeat center; 
	}
	
	
	


/* ****************************************
	backtotop
*******************************************/	
#backtotop {
width:980px;
margin-left: auto;
margin-right: auto;
text-align: center;
	}
	

	


/* ****************************************
	FONT
*******************************************/

.basic {
font-size: 14px; 
line-height:1.5; 
color: #000000	
	}


.ft14pk {
font-size: 14px; 
line-height:1.5; 
color: #ff0066	
	}




.ft16bk {
font-size: 16px; 
line-height:1.5; 
color: #000000;
	}
	
	

.ft18bk {
font-size: 18px; 
line-height:1.5; 
color: #000000;
	}
	

.ft18 {
font-size: 18px; 
color: #ffffff;
font-weight: 700;
	}
	
	
	
/* ****************************************
	�����N
*******************************************/
h1, h2, h3, h4, h5, h6 {
font-size:16pt;
text-indent: -9999px;
display: none;
}

	

 a:link
{
color: #ff6600;
text-decoration: underline;
}

a:visited
 {
color: #ff6600;
text-decoration: underline;
}

a:hover
{
color: #ff6600;
text-decoration: underline;
	}

.dotline
 { border-bottom: dotted 1px #ff0000; }

.dotline_bk
 { border-bottom: dotted 1px #000000; }
</pre></body></html>