@charset "utf-8";	
@import url("./reset.css");
@import url("./design.css");
@import url("./override.css");

/* @group ヘッダー */
div#Header {
	width:100%;
	background:#02a2ee url(../images/bg_header.png) repeat-x center top;
}
div#Header_box {
	margin:0 auto;
	padding:0 20px;
	width:800px;
	background:#02a2ee;
	border-left:1px solid #35b5f1;
	border-right:1px solid #35b5f1;
}
div#Header_word {
	float:left;
	width:595px;
}
div#Header_guide {
	float:right;
	width:178px;
}
div#Header_title {
	clear:both;
	float:left;
	margin:15px 0 0;
	width:149px;
}
div#Global_guide {
	float:right;
	margin:15px 0 0;
	width:627px;
}
div#Global_navi {
	float:right;
	margin:15px 0 0;
	width:627px;
}
/* @end */
/* @group メインイメージ */
div#Main_img {
	margin:0 auto;
	padding:10px 20px 0;
	height:316px;
	width:800px;
	background:#ffffff;
	border-left:1px solid #c0e8fb;
	border-right:1px solid #c0e8fb;
}
/* @end */
/* @group メインコンテンツ */
div#Container {
	margin:0 auto;
	padding:7px 20px 0;
	width:800px;
	background:#ffffff;
	border-left:1px solid #c0e8fb;
	border-right:1px solid #c0e8fb;
}
div#Breadcrumbs {
	padding:0 20px;
	height:20px;
	width:780px;
}
div#Right_container {
	clear:both;
	float:right;
	width:596px;
}
div#Left_container {
	float:left;
	width:204px;
}
/* @end */
/* @group フッター */
div#Footer {
	margin:0 auto;
	padding:0 20px;
	width:800px;
	background:#02a2ee url("../images/bg_footer.png") no-repeat;
	border-left:1px solid #c0e8fb;
	border-right:1px solid #c0e8fb;
}
div#Footer_navi {
	float:left;
	padding:0 0 5px;
	width:800px;
}
div#Footer div.footer_top {
	margin:48px 0 0;
}
div#Footer_mobile {
	float:right;
	padding:0 0 5px;
	width:245px;
}
div#Footer_pagetop {
	float:right;
	padding:0 0 5px;
	width:65px;
}
div#Footer_information {
	clear:both;
	border-top:1px solid #35b5f1;
	border-bottom:1px solid #35b5f1;
}
div#School_information_left {
	float:left;
	padding:10px 0;
}
div#School_information_right {
	float:right;
	margin:23px 0 0 !important;
	margin:20px 0 0;
}
*:first-child+html div#School_information_right {
	margin:18px 0 0;
}
div#Copyright {
	clear:both;
	padding:10px 0 0;
}
/* @end */