@charset "utf-8";
*{
	border:0;
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
	font-size:90%;
	line-height:1.2em;
}
body{
	background-color:#ddd;
	background-image: url(img/background.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -31px auto; /* the bottom margin is the negative value of the footer's height */

	background-image:url(img/base.jpg);
	background-repeat:repeat-y;
	width:820px;
}
div.clear{
	clear:both;
}

/************************************************
		アンカー
************************************************/
a{
	color:#741424;
}
a:vlink{
	color:#520202;
}
a:hover{
	text-decoration:none;
}



/************************************************
		ヘッダー
************************************************/
div.header{
	height:80px;
	margin:0 auto;
	width:780px;
}
div.title{
	float:left;
	padding-top:15px;
}
div.title h1{
	display:inline;
}
div.submenu{
	float:right;
	padding-top:15px;
}


div.top-image{
	background-image:url(img/base2.jpg);
	background-repeat:repeat-y；
	height:300px;
	width:820px;
}
div.top-image img{
	margin:0 20px;
}

/************************************************
		メニュー
************************************************/
div.menu{
	margin:10px 20px;
}



/************************************************
		メインカラム
************************************************/
div.main{
	margin:0 20px;
	width:780px;
}
div.main-column{
	float:left;
	width:585px;
}
div.back-top{
	margin-top:5px;
	margin-bottom:20px;
	text-align:right;
}

/************************************************
		トップページ専用
************************************************/
/*+++++++++++++++Flash配置+++++++++++++++++++++*/
div.top-image object{
	margin:0 20px;
}
/*++++++最新ニュース・イベント情報+++++++++++++*/
div.news{
	margin-bottom:20px;
	width:570px;
}
.news p{
	border-bottom:1px dotted #ddd;
	height:23px;
	margin-top:5px;
	padding-left:18px;
}
.news span{
	margin-right:25px;
}



/************************************************
		サイドメニュー
************************************************/
div.side-column{
	float:right;
	width:195px;
}
div.side-menu{
	background-color:#ddd;
	margin-bottom:20px;
	padding:5px 0;
}
div.side-menu img{
	margin:5px 10px;
	width:175px;
}
div.side-menu img.event-l{
	margin:10px 8px 5px 10px;
	width:80px;
}

div.side-menu img.event-r{
	margin:10px 10px 5px 7px;
	width:80px;
}
div.gakuen_info{
	border:1px solid #ddd;
	margin-bottom:20px;
}



/************************************************
		フッター
************************************************/
.footer, .push {
	height: 30px; /* .push must be the same height as .footer */
}
div.footer{
	border-top:1px solid #741424;
	margin:0 auto;
	width:780px;
}
