@charset "UTF-8";

@import url("base/reset.css");

@import url("common.css");
@import url("layout.css");
@import url("common_contents.css");
@import url("parts_menu.css");

@import url("print.css");


/* /////////////////////////////////////////////////////////////////////////// TOPPAGE */

#document .link {
	overflow:hidden;
	zoom:1;
}

#document .link li {
	width:300px;
	float:left;
	display:inline;
}

#document .link li a {
	width:300px;
	height:79px;
	display:block;
	text-indent: -999em;
	margin-left:auto;
	margin-right:auto;
}
/* *Hides from IE-mac \*/
#document .link li a{
	overflow: hidden;
}
/* *End hide from IE-mac */

#document #btn_jhs a {
	background-image:url(images/doc_btn_jhs.gif);
	background-repeat:no-repeat;
}

#document #btn_hs a {
	background-image:url(images/doc_btn_hs.gif);
	background-repeat:no-repeat;
	margin-left:20px;
}

#document #btn_os_jhs a {
	background-image:url(images/btn_os_jhs.gif);
	background-repeat:no-repeat;
}

#document #btn_exam_hs a {
	background-image:url(images/btn_exam_hs.gif);
	background-repeat:no-repeat;
	margin-left:20px;
}

#document #btn_exam_jhs a {
	background-image:url(images/btn_exam_jhs.gif);
	background-repeat:no-repeat;
}

#document #btn_os_hs a {
	background-image:url(images/btn_os_hs.gif);
	background-repeat:no-repeat;
	margin-left:20px;
}

#document #btn_ks_jhs a {
	background-image:url(images/btn_ks_jhs.gif);
	background-repeat:no-repeat;
}

#document #btn_ks_hs a {
	background-image:url(images/btn_ks_hs.gif);
	background-repeat:no-repeat;
	margin-left:20px;
}

#document #btn_examinfo_jhs a {
	background-image:url(images/btn_examinfo_jhs.gif);
	background-repeat:no-repeat;
}

#document #btn_examinfo_hs a {
	background-image:url(images/btn_examinfo_hs.gif);
	background-repeat:no-repeat;
	margin-left:20px;
}

#document .link li a:hover {
	background-position:0 -79px;
}





/*開催スケジュール*/
#schedule {
	overflow:hidden;
	zoom:1;
}

#schedule table {
	width:312px;
}
#schedule td,
#schedule th {
	vertical-align:middle;
}

#schedule th span {
	font-weight:normal;
	font-size:90%;
	float:right;
}


#schedule th strong {
	font-size:124%;
	float:left;
}

#schedule td span {
	font-size:90%;
	text-align:right;
}

.day {
	white-space:nowrap;
	width:90px;
}
.time {
	text-align:center;
	width:50px;
}

/*関連リンク*/
.related {
	overflow:hidden;
	zoom:1;
}

.related li {
	float:left;
	margin-right:30px;
}

.related li a{
	background:url(images/cms_arrow_01.gif) no-repeat 0 0.2em;
	padding:0 0 0 16px;
}
.related li a:hover {
	background-image:url(images/cms_arrow_02.gif);
}



/*** セカンドナビタイトル ***/
#lMenu_hs a{
    height: 25px;
	display:block;
	background:url(images/secmenu02.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	color:#fff;
	font-weight:bold;}
#lMenu_hs a:hover{
    background-position:0 -25px;}
