@charset "Shift_JIS";

body    { color: #333; font-size: 80%; line-height: 160%; background: url(../images/background.gif) repeat-y left top; margin: 0; padding: 0  }
.PageTop{
	width:750px;
	margin:0 auto 0 0;
	}
a{
	color: #0f5ea8; 
	text-decoration: underline;	
	}

a:link {
	color: #0f5ea8; 
	text-decoration: underline;	
	}

a:visited {
	color: #10213F;
	text-decoration: underline;	
	}

a:active {
	color: #10213F;
	text-decoration: underline;
	}

a:hover {
	color: #de1419;
	text-decoration: underline;
	}	

hr{
	display:none;
	}
	
/*------Header------*/

#Header{
	width:750px;
	height: 77px;
	margin-bottom: -15px;
	_margin-bottom: -12px;
	position: relative;
	}

#Header em{
	display:none;
	}

#Header ul{
	margin:0;
	margin-top: 9px;
	padding:0;
	float:right;
	list-style:none;
	}

#Header ul li{
	float:left;
	margin:0px 0 0 0;
	line-height:80%;
	font-size:1px;
	}

#Header ul li a{
	text-decoration:none;
	height:16px;
	text-indent:-9999px;
	display:block;
	}
#Header ul li.sitemap a { background-image: url(../images/sitemap.gif); width: 80px; }

#Header ul li.privacy a { background-image: url(../images/privacy.gif); width: 115px; }
	
#Header ul li a:hover{
	background-position:0 16px;
	}

#Header ul li.skip{
	display:none;
	}

#Header ul.tab {
	width: 408px;
	height: 22px;
}
#Header ul.tab li {
	width: 110px;
	height: 22px;
	position: absolute;
	top: 0;
}
#Header ul.tab li.inst { right: 298px; }
#Header ul.tab li.link { width: 70px; right: 225px; }
#Header ul.tab li.access { right: 112px; }
#Header ul.tab li.sponsor { right: 0px; }
#Header ul.tab li a {
	width: 100%;
	height: 100%;
	font-size: 1px;
	
}

/*------Footer------*/

#Footer  { background: url(../images/copyright.gif) no-repeat 8px bottom; margin: 0 0 10px; padding: 5px 0 20px 10px; border-top: 3px solid #628782; }

#Footer strong{
	font-size:110%;
	}

#Footer em{
	display:none;
	}

#Footer p {
	margin: 0;
	position: relative;
}

#Footer a.sitemap {
	width: 80px;
	height: 16px;
	background: url(../images/sitemap.gif) 0 0 no-repeat;
	font-size: 1px;
	text-indent: -9999px;
	line-height: 100%;
	position: absolute;
	left: 651px;
	top: 0px;
}

