@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: #FF9933 url("./image/bg.jpg") repeat-x;
	scrollbar-base-color: #80DFFF;
}

 
/* 全ページ共通 枠 */
#wrapper {
	margin-top: 0px;
	width: 790px;
    margin-left: auto;
    margin-right: auto;
	background: url("./image/bg2.jpg") repeat-y;
}


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



img {
	border: 0px;
}


/* リンク */
a:link{
	text-decoration: underline;
	color: #333333;
}
a:visited{
	text-decoration: underline;
	color: #333333;
}
a:active{
	text-decoration: underline;
	color: #333333;
}
a:hover{
	text-decoration: underline;
	color: #333333;
}


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


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

#header {
	height: 218px;
	vertical-align: bottom;
	background: url("./image/header.jpg") no-repeat;
	padding: 0px 0px 0px 0px;
}


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

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

.side_menu_box{
	width: 185px;
	padding: 0px 0px 0px 10px;
	float: left;
}

.side_menu{
	padding: 0px 0px 1px 0px;
}

.login_button{
	padding: 20px 0px 0px 0px;
}

/*-----side_menu(非公開保護者用メニュー) -----*/

.side_menu_login_head{
	margin: 5px 0px 0px 0px;
}

.side_menu_login{
	margin: 0px 0px 0px 0px;
}

.side_menu_login_foot{
	width: 184px;
	height: 55px;
	background: url("./image/closed_menu_foot.jpg") no-repeat;
}

.logout{
	padding: 10px 0px 0px 70px;
}


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

#contents{
	float: right;
}

#contents_margin{
	margin: 5px 31px 0px 0px;
	width: 525px;
}

.page_img{
	width: 525px;
}

.orange_bar{
	background: url("./image/orange_bar.jpg") no-repeat;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	line-height: 30px;
	color: #660000;
	font-size: 14px;
	text-align: left;
}


/*
==================================================================
FOOTER
==================================================================
*/
#footer {
	padding: 20px 0px 0px 0px;
	width: 790px;
	clear: both;
}

.footer1 {
	height: 79px;
	background: url("./image/footer1.gif");
}

/* このページのTOPへ戻る */

.top_lnk_box{
	padding: 18px 0px 0px 0px;
	text-align: right;
}

.to_top{
	padding: 0px 31px 0px 0px;
	height: 19px;
}

/* アドレス */

.address{
	padding: 5px 31px 0px 0px;
	font-size: 10px;
	color: #333333;
	line-height: 15px;
	text-align: right;
}

.footer2 {
	height: 58px;
	background: url("./image/footer2.gif");
}

/* リンク */

.menu_link{
	padding: 35px 0px 0px 0px;
}

.footer3 {
	height: 31px;
	background: url("./image/footer3.gif");
}
/* コピーライト */

.copyright {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 31px;
	text-align: center;
}
