@charset "UTF-8";
@import url("reset-min.css");

/* CSS Document */

body {
	border-top:3px solid #BB0748;
}
#header,#container,#footer {
	width:920px;
	margin: 0 auto;
	text-align:center;
	clear:both;
}


/* Header部分 */

#header {
	height:160px;
	background-image:url(../img/common/bgheader.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

#header h1{
	width:250px;
	height:78px;
	float:left;
	padding:25px 0 17px 0;
}
#header #headmenu{
	width:300px;
	float:right;
	padding:45px 0 0 0;
}
#header #headmenu li{
	float:left;
	margin-right:10px;
}
#header #headmenu ul.uppermenu {
	height:30px;
}
#header #headmenu ul.uppermenu li a {
	display:block;
	background-image:url(../img/common/headernavi_upper.gif);
	height:30px;
	text-indent:-9999px;
	background-repeat:no-repeat;
}
#header #headmenu li.bnyoukou a{
	width:160px;
	background-position:0 0;
}
#header #headmenu li.bnshiryou a{
	width:120px;
	background-position:-170px 0;
}
#header #headmenu li.bnyoukou a:hover{
	background-position:0 -35px;
}
#header #headmenu li.bnshiryou a:hover{
	background-position:-170px -35px;
}
#header #headmenu ul.bottommenu{
	clear:left;
	padding:22px 0 0 110px;
	_padding:22 0 0 110px;
}
#header #headmenu ul.bottommenu li a{
	display:block;
	background-image:url(../img/common/listmark_header.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	font-size:12px;
	padding-left:16px;
	color:#666;
	text-decoration:none;
	line-height:1;
}
#header #headmenu ul.bottommenu li a:hover{
	background-position:0 -15px;
	color:#009FE8;
	text-decoration:underline;
}


/* Header-Menu 部分 */

#header #mainmenu{
	clear:both;
	height:40px;
	background-image:url(../img/common/bgheadmenu.gif);
	background-repeat:repeat-x;
	text-align:left;
}

#header #mainmenu li a{
	background-image:url(../img/common/menu.gif);
	background-repeat:no-repeat;
	height:40px;
	width:120px;
	line-height:1;
	text-indent:-9999px;
}
#header #mainmenu li.lnhome a{
	background-position:-40px 0;
}
#header #mainmenu li.lnnews a{
	background-position:-160px 0;
}
#header #mainmenu li.lnabout a{
	background-position:-280px 0;
}
#header #mainmenu li.lnconcept a{
	background-position:-400px 0;
}
#header #mainmenu li.lnexam a{
	background-position:-520px 0;
}
#header #mainmenu li.lnparents a{
	background-position:-640px 0;
}
#header #mainmenu li.lnstudents a{
	background-position:-760px 0;
}
#header #mainmenu li.lnhome a:hover{
	background-position:-40px -40px;
}
#header #mainmenu li.lnnews a:hover{
	background-position:-160px -40px;
}
#header #mainmenu li.lnabout a:hover{
	background-position:-280px -40px;
}
#header #mainmenu li.lnconcept a:hover{
	background-position:-400px -40px;
}
#header #mainmenu li.lnexam a:hover{
	background-position:-520px -40px;
}
#header #mainmenu li.lnparents a:hover{
	background-position:-640px -40px;
}
#header #mainmenu li.lnstudents a:hover{
	background-position:-760px -40px;
}
#header #mainmenu ul.sub_menu li a {
	width:11em;
	height:24px;
	_height:20px;
	text-indent:0;
	font-size:14px;
	background-image:none;
	padding:10px 0 0 10px;
	text-decoration:none;
}

#pghome #header #mainmenu li.lnhome a{
	background-position:-40px -40px;
}
#pgnews #header #mainmenu li.lnnews a{
	background-position:-160px -40px;
}
#pgabout #header #mainmenu li.lnabout a{
	background-position:-280px -40px;
}
#pgconcept #header #mainmenu li.lnconcept a{
	background-position:-400px -40px;
}
#pgexam #header #mainmenu li.lnexam a{
	background-position:-520px -40px;
}
#pgparents #header #mainmenu li.lnparents a{
	background-position:-640px -40px;
}
#pgstudents #header #mainmenu li.lnstudents a{
	background-position:-760px -40px;
}



/* Footer 部分 */

#footer {
	width:850px;
	background-image:url(../img/common/bgfooter.gif);
	background-repeat:no-repeat;
	background-color:#BB0748;
	padding:55px 35px 15px 35px;
	text-align:left;
}
#footer address{
	margin-top:15px;
	text-align:center;
}