@charset "UTF-8";

@import url("base/reset.css");

@import url("common.css");
@import url("layout.css");

@import url("print.css");


/* /////////////////////////////////////////////////////////////////////////// TOPPAGE */

/* ----------------------------------------------------- MainArea */
#tPhoto{
	border-bottom: 3px solid #00a2d7;
}


#tMain{
	margin: 30px 10px 30px 10px;
}


/* ----------------------------------------------------- Information */
#infoBox{
	width: 680px;
	float: right;
}

#infoBox .titleBox{
	padding: 0px 10px 0px 10px;
	border-top: 1px solid #d5e2e9;
	border-bottom: 1px solid #d5e2e9;
	background: #e7eef2 url(images/headline_bg01.gif) repeat-x 0% 0%;
}

#infoBox #pickup{
	margin-bottom: 30px;
	padding: 10px 0px 10px 20px;
	background: #f5f8fa;
	border-bottom: 1px solid #d5e2e9;
}

#infoBox #pickup li{
	width: 220px;
	float: left;
}

#infoBox #pickup img{
	background: #fff;
	padding: 1px;
	border-width: 2px;
	border-style: solid;
	vertical-align: bottom;
}

#infoBox #pickup a:link img{
	border-color: #00a2d7;
}

#infoBox #pickup a:visited img{
	border-color: #803864;
}

#infoBox #pickup a:hover img, #tNavBox #pickup #box a:active img{
	border-color: #f60;
}

#infoBox #pickup p{
	margin: 5px 20px 0px 0px;
	line-height: 1.5;
}

#infoBox h2{
	width: 175px;
	float: left;
}

#infoBox .listBox{
	margin: 5px 0px 0px 0px;
	width: 74px;
	float: right;
}

#infoBox .infoBn{
	width: 32px;
	float: left;
}

#infoBox .infoBn a{
	background: transparent no-repeat 0 0;
	display: block;
	text-indent: -999em;
	height: 13px;
	width: 32px;
	background-image: url(images/top_btn01.gif);
}

#infoBox .infoBn a:hover{
	background-position: 0 -13px;
}

/* *Hides from IE-mac \*/
#infoBox .infoBn a{
	overflow: hidden;
}
/* *End hide from IE-mac */

#infoBox{
	line-height: 1.8;
}

#infoBox dl{
	padding: 6px 10px 8px 10px;
	background: url(images/top_bg01.gif) repeat-x 0% 100%;
}

#infoBox .list{
	background: #f5f8fa url(images/top_bg01.gif) repeat-x 0% 100%;
}

#infoBox dt{
	width: 8em;
	font-weight: bold;
}

#infoBox dd{
	margin: -1.8em 0em 0em 8em;
}


#infoBox dd strong{
	float: left;
	width: 49px;
	height: 19px;
	clear: both;
	vertical-align: bottom;
}

#infoBox dd strong img{
	margin-top: 2px;
	height: 19px;
}
* html #infoBox dd strong img{
	margin-top: 1px;
}

#infoBox dd p{
	margin-left: 60px;
}

#infoBox dd p img{
	margin-left: 7px;
	vertical-align: middle;
	height: 13px;
}
*html #infoBox dd p img{ margin-top:3px; margin-bottom:4px; }


/* ----------------------------------------------------- LeftMenu */
#eduNav, #panfNav{
	margin-bottom: 15px;
}

#eduNav li, #panfNav li{
	display: block;
}

#eduNav li{
	height: 47px;
}

#eduNav li a, #panfNav li a{
	width: 217px;
}

/* *Hides from IE-mac \*/
#eduNav li a, #panfNav li a{
	overflow: hidden;
}
/* *End hide from IE-mac */

#emLife a{
	background-image: url(images/emenu_btn01.gif);
}

#emChild a{
	background-image: url(images/emenu_btn02.gif);
}

#emJaca a{
	background-image: url(images/emenu_btn03.gif);
}

#emGakuseigp a{
	background-image: url(images/emenu_btn04.gif);
}


#eduNav li a:hover{
	background-position: 0 -45px;
}

#pamUniv a{
	background-image: url(images/pamenu_btn01.gif);
}

#pamMaster a{
	background-image: url(images/pamenu_btn02.gif);
}

#pamChild a{
	background-image: url(images/pamenu_btn03.gif);
}

#panfNav li a:hover{
	background-position: 0 -64px;
}

#eduNav li .rOver, #panfNav li .rOver{
	display: block;
	background-repeat: no-repeat;
	text-indent: -999px;
	text-decoration: none;
	background-position: 0 0;
	width: 217px;
}

#eduNav li .rOver{
	height: 45px;
}

#panfNav li .rOver{
	height: 64px;
}

#tMain #lMenu .titleBox{
	padding: 0px 5px 0px 10px;
	border-top: 1px solid #d5e2e9;
	border-bottom: 1px solid #d5e2e9;
	background: #e7eef2 url(images/headline_bg01.gif) repeat-x 0% 0%;
}

#tMain #lMenu h2{
	width: 130px;
	float: left;
}

#tMain #lMenu .listBox{
	margin: 5px 0px 0px 0px;
	display: inline;
	float: right;
}

#tMain #lMenu .infoMenu01{
	width: 57px;
}

#tMain #lMenu .infoMenu02{
	width: 67px;
}

#tMain #lMenu .infoMenu01 a, #tMain #lMenu .infoMenu02 a{
	background: transparent no-repeat 0 0;
	display: block;
	text-indent: -999em;
	height: 13px;
}

#tMain #lMenu .infoMenu01 a{
	width: 57px;
	background-image: url(images/top_btn02.gif);
}

#tMain #lMenu .infoMenu02 a{
	width: 67px;
	background-image: url(images/top_btn03.gif);
}

#tMain #lMenu .infoMenu01 a:hover, #tMain #rMenu .infoMenu02 a:hover{
	background-position: 0 -13px;
}

/* *Hides from IE-mac \*/
#tMain #lMenu .infoMenu01 a, #tMain #lMenu .infoMenu02 a{
	overflow: hidden;
}
/* *End hide from IE-mac */

