@charset "EUC-JP";
/*
-----------------------------------------------------------------
     - BASE
     - HEADER
     - MENU
     - CONTENTS
     - FOOTER
------------------------------------------------------------------
*/






/*
==================================================================
BASE
==================================================================
*/

* {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
}

body {
	font-family: "ＭＳ ゴシック", "Osaka−等幅", "Verdana", "Arial", "sans-serif";
	font-size: 12px;
	text-align: center;
	background: url("./image/bg.jpg") repeat;
}

 
/* 全ページ共通 枠 */
#wrapper {
	margin-top: 0px;
	width: 780px;
    margin-left: auto;
    margin-right: auto;
	background: url("./image/main_bg.jpg") no-repeat #330000;
}


table th,td {
  font-size: 10pt;
}



img {
	border: 0px;
}




h1 {
	line-height : 0%;
	left:-999;
	top:-999;
	position:absolute;

}



/*
==================================================================
MAIN
==================================================================
*/

.main{
	background :#000000;
	width: 780px;
}




/*
==================================================================
HEADER
==================================================================
*/

#header {
	width :780px;
	height: 93px;
	vertical-align: bottom;
	background: url("./image/header.jpg") no-repeat;
	padding: 0px 0px 0px 0px;
	background-position: top;
    margin-left: auto;
    margin-right: auto;
}






/*
==================================================================
MENU
==================================================================
*/

/*--------wide_menu----------------------------------*/

/* top_menu (上部に表示されているメニュー)*/
.top_wide_menu{
	width: 348px;
	float: right;
	margin: 70px 0px 0px 0px;
}

.top_wide_menu_button1{
	float: left;
	margin: 0px 0px 0px 0px;
}

.top_wide_menu_button2{
	float: left;
	margin: 0px 0px 0px 0px;
}




/* bottom_menu（下部に表示されているメニュー）*/
.bottom_wide_menu{
	margin: 0px 0px 0px 0px;
}

.bottom_menu{
	width: 388px;
	text-align: center;
	margin: 10px 0px 0px 0px;
	float: right;
}

.bottom_wide_menu_button1{
	margin-left: 25px;
	float: left;
}

.bottom_wide_menu_button2{
	float: left;
}

.bottom_line{
	margin-top: 2px;
	margin-bottom: 7px;
	width: 600px;
	float: right;
}

.top_lnk{
	font-size: 10px;
	text-align: right;
	margin-right: 25px;
	margin-bottom: 18px;
	clear: both;
}

.go_top {
	margin-right: 3px;
}

a.go_top:link {
	color: #990000;
	text-decoration: underline;
}

a.go_top:active {
	color: #990000;
	text-decoration: underline;
}

a.go_top:visited {
	color: #990000;
	text-decoration: underline;
}

a.go_top:hover {
	color: #990000;
	text-decoration: underline;
}



/*---------side_menu(左部に表示されているメニュー) -----------------------------*/


.side_menu_box{
	width: 180px;
	float: left;
}

.side_menu_back{
	width: 180px;
	height: 300px;
	margin-top: 10px;
	margin-bottom: 15px;
	background: url("./image/menu_bg.jpg") no-repeat;
	float: left;
}



.side_menu1{
	margin-top: 38px;
}


.side_menu2{
	margin-top: 2px;
}

.shittorimasuka{
	margin: 0px 0px 10px 0px;
}

.side_menu_text{
	width: 160px;
	text-align:left;
	line-height: 14px;
	margin: 0px 10px 0px 10px;
	font-size: 10px;
	color: #FFFFFF;
}

.counter{
	background: #000000;
	float: left;
	margin: 10px 0px 0px 10px;
}
/*---------side_menu(非公開保護者用メニュー) -----------------------------*/


/*
==================================================================
CONTENTS
==================================================================
*/

#contents{
	width: 600px;
	float: right;
	background: #000000;
	text-align: center;
}

/* ページタイトル */

#page_title_bg {
	width: 560px;
	height: 120px;
	text-align: left;
	background: url("./image/page_title_bg.jpg") no-repeat;
	margin: 10px 20px 20px 20px;
}

#page_title_main {
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	color: #FFFFFF;
	margin: 0px 0px 0px 8px;
	padding: 42px 0px 0px 0px;
}

#page_title_sub {
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
	margin: 0px 0px 0px 20px;
}



/*
==================================================================
FOOTER
==================================================================
*/
#footer {
	width: 780px;
	height: 102px;
	background: url("./image/footer.gif") no-repeat;
	clear: both;
}


/* このページのTOPへ戻る */
.top_lnk_box{
	float: right;
}


.copyright {
	font-size: 10px;
	color: #999999;
	text-align: center;
	clear: both;
	padding: 5px 0px 0px 0px;
}

