@charset "utf-8";
/*全ページ共通*/
/*------------------------------*/
body {
	font-size: 12px;
	_font-size: 80%;
	line-height:140%;
	color: #333333;
	margin: 0px auto;
	padding: 0px;
	background-image: url(../img/backshadow.jpg);
	width:954px;
	background-repeat: repeat-y;
	background-position: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
img {
	border:none;
}
.clear {
	clear:both;
}
ul, li, ol, dl, dt, dd {
	margin:0;
	padding:0;
}
li {
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	_font-size: 80%;
	margin:0;
	padding:0;
}
a,
a:link,
a:visited {
	color:#0033CC;
	text-decoration: none;
}
a:hover {
	color:#FF0000;
	text-decoration: underline;
}
p {
	margin: 0 0 15px 0;
	padding: 0px;
	line-height: 1.5em;
}
#page {
	background-color: #FFFFFF;
	padding: 30px 42px;
	background-image: url(../img/backimg.jpg);
	background-repeat: repeat-x;	
}

/*内容部分の白伸ばし用*/
/*------------------------------*/
html{
    height:100%;
}
body{
    height:100%;
}
#page{
	_height:100%;
	min-height: 100%;
	position: relative;
}

/*ヘッダ*/
/*------------------------------*/
#header {
	padding: 0px;
	height: 80px;
	margin-bottom: 0px;
	width: 870px;
}
/*serita*/
#header h1 {
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	height: 78px;
	width: 365px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
}
#header h1 a {
	display:block;
	height: 78px;
	width: 365px;
	
}
/*end serita*/
#header #rightBox {
	float:right;
	margin-top: 9px;
	width:400px;
	font-size: 10px;
	line-height: 150%;
	color:#0033CC;
	height: auto;
}
#header #rightBox #rightBoxBtn  {
	margin:0px 0px 5px;
	padding:0px;
}
#header #rightBox #rightBoxBtn a {
	display:block;
	_display:inline;
	margin-left:4px;
	background-repeat: no-repeat;
	height: 34px;
	width: 137px;
	float: right;
	/*text-indent: -9999px;*/
	overflow: hidden;
	}
#header #rightBox #rightBoxBtn a p {
	text-indent: -9999px;
	}
#header #rightBox #rightBoxBtn a:link, #header div a:visited {
	background-position: left top;
	
}
#header #rightBox #rightBoxBtn a:hover {
	background-position: right top;
}
#header #rightBox #rightBoxBtn a#headerEvent {
	background-image: url(../img/header_event.gif);
	}
#header div a#header_2 {
	background-image: url(../img/header_2.gif);
	}
#header #subNavi {
	text-align: right;
}
#header #subNavi a {
	text-align: right;
	display:inline;
}
#header div h2 {
	font-size: 10px;
	_font-size: 80%;
	font-weight: normal;
	color: #666666;
	background-image: url(../img/header_clover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 3px 0 0 0;
	padding: 3px 3px 3px 20px;
	float: right;
}

/*グローバルナビ*/
/*------------------------------*/
#globalNavi {
	background-image: url(../img/global_shade.jpg);
	background-position: bottom;
	height: 46px;
	clear:both;
	width:870px;
}
#globalNavi li {
	float:left;
	background-color:#CCFFCC;
	width: 145px;
}
#globalNavi a {
	display:block;
	background-repeat: no-repeat;
	height: 41px;
	text-indent: -9999px;
	overflow: hidden;
}
#globalNavi a:link, #globalNavi a:visited {
	background-position: top;
}
#globalNavi a:hover {
	background-position: bottom;
}
#globalNavi a#gnSchool {
	background-image: url(../img/global_school.jpg);
}
#globalNavi a#gnSystem {
	background-image: url(../img/global_system.jpg);
}
#globalNavi a#gnCourse {
	background-image: url(../img/global_course.jpg);
}
#globalNavi a#gnSupport {
	background-image: url(../img/global_support.jpg);
}
#globalNavi a#gnApplications {
	background-image: url(../img/global_applications.jpg);
}
#globalNavi a#gnInfo {
	background-image: url(../img/global_info.jpg);
}

/*ターゲットナビ*/
/*------------------------------*/
#targetNavi {
	height: 18px;
	clear:both;
	width:870px;
	margin-bottom: 10px;
}
#targetNavi li {
	float:left;
	background-color:#CCFFCC;
	width: 73px;
	margin: 0 3px 0 0;
}
#targetNavi a {
	display:block;
	background-repeat: no-repeat;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
}
#targetNavi a:link, #targetNavi a:visited {
	background-position: left top;
}
#targetNavi a:hover {
	background-position: right top;
}
#targetNavi a#forParent {
	background-image: url(../img/target_for-parent.gif);
}
#targetNavi a#forTeacher {
	background-image: url(../img/target_for-teacher.gif);
}
#targetNavi a#forCompany {
	background-image: url(../img/target_for-company.gif);
}
#targetNavi a#Graduate {
	background-image: url(../img/target_graduate.gif);
}

/*内容*/
/*------------------------------*/
#contents {
}
/*メニュー*/
/*------------------------------*/

/*フッタ*/
/*------------------------------*/

dl#footerLink {
	line-height:100%;
	padding-top:2em;
	}
#footerLink dt {
	color: #666666;
	font-weight: bold;
	float: left;
	margin: 0 0.8em 0 1em;
	padding-right: 1em;
	border-right: 1px solid #666666;
	_display:inline;
}
#footerLink dd {
	float: left;
	margin: 0 0.8em 0 0;
	padding-right: 0.8em;
	border-right: 1px solid #666666;
}
#footer a, #footerLink a {
	text-decoration: none;
}
#footer a:link, #footer a:visited,
#footerLink a:link, #footerLink a:visited {
	color:#666666;
}
#footer a:hover {
	color:#000000;
}
#footer {
	clear: both;
	background-image: url(../img/footer_back.gif);
	background-repeat: repeat-x;
	color: #666666;
	height:5em;
}
#footer address {
	font-style: normal;
	font-size: 10px;
	_font-size: 80%;
	float: right;
	display: block;
	clear: both;
	margin:1em 0.5em 0 0;
	letter-spacing: 0.08em;
}
#footer address a {
	margin: 0 0.8em 0 0;
	padding-right: 0.8em;
	border-right: 1px solid #666666;
}
#footer div {
	font-size: 10px;
	_font-size: 80%;
	float: left;
	margin:1em 0 0 0.5em;
	font-family: Arial, Helvetica, sans-serif;
}

.boxNormal {
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 17px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.lineNomal {
	background-image: url(../img/lineNormal.jpg);
	background-repeat: no-repeat;
	height: 9px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
/*h2 {
	font-size: 14px;
	_font-size: 110%;
	line-height: 140%;
	color: #A28042;
}*/

