@charset "UTF-8";

/* dropdown MENU
=======================================*/
 
#nav {
	display: block;
	margin: 0 0 0 1px;
	padding: 0;
	position: relative;
}
#nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
#nav a {
	display: block;
}
#nav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
* html #nav ul {
	line-height: 0;
} /* IE6 "fix" */
#nav ul a {
	zoom: 1;
} /* IE6/7 fix */
#nav ul li {
	float: none;
}
#nav ul ul {
	top: 0;
}


/* Essentials - configure this */

#nav ul#btn_about,
#nav li#navbtn_about{
	width: 237px;
}
#nav ul#btn_graduate,
#nav li#navbtn_graduate{
	width: 236px;
}
#nav ul#btn_univ,
#nav li#navbtn_univ{
	width: 235px;
}

/* Everything else is theming */
 
#nav {
	height: 59px;
}
#nav *:hover {
	background-color: none;
}
#nav a {
	line-height: 1;
	height:33px;
}
#nav a span { /text-indent:-5000px; }
html>/**/body #nav a span { display:none; }

#nav li#list01 a {
	background:url(/kouyuu/images/common/btn_sub_rule.gif)
}
#nav li#list02 a {
	background:url(/kouyuu/images/common/btn_sub_officer.gif)
}
#nav li#list03 a {
	background:url(/kouyuu/images/common/btn_sub_finance.gif)
}
#nav li#list04 a {
	background:url(/kouyuu/images/common/btn_sub_contribution.gif)
}
#nav li#list05 a {
	background:url(/kouyuu/images/common/btn_sub_report.gif)
}
#nav li#list06 a {
	background:url(/kouyuu/images/common/btn_sub_link.gif)
}
#nav li#list07 a {
	background:url(/kouyuu/images/common/btn_sub_lifelongstudy.gif)
}
#nav ul {
	top: 59px;
}
#nav ul li#list01 a.hover {
	background:url(/kouyuu/images/common/btn_sub_rule_o.gif)
}
#nav ul li#list02 a.hover {
	background:url(/kouyuu/images/common/btn_sub_officer_o.gif)
}
#nav ul li#list03 a.hover {
	background:url(/kouyuu/images/common/btn_sub_finance_o.gif)
}
#nav ul li#list04 a.hover {
	background:url(/kouyuu/images/common/btn_sub_contribution_o.gif)
}
#nav ul li#list05 a.hover {
	background:url(/kouyuu/images/common/btn_sub_report_o.gif)
}
#nav ul li#list06 a.hover {
	background:url(/kouyuu/images/common/btn_sub_link_o.gif)
}
#nav ul li#list07 a.hover {
	background:url(/kouyuu/images/common/btn_sub_lifelongstudy_o.gif)
}
#nav ul a {
	opacity: 0.9;
	filter: alpha(opacity=85);
}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

/* Layout
=======================================*/
body{
	background:url(/kouyuu/images/common/bg_body.gif) 0 0 repeat-x;
}

#container{
	background:url(/kouyuu/images/common/bg_main.gif) center 0 no-repeat;
}

#content{
	width:940px;
	margin:auto;
	overflow:hidden;
}

/* Link
=======================================*/

a:link{
	color:#262626;
	text-decoration:none;
}

a:visited{
	color:#262626;
	text-decoration:none;
}

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



/* Footer
=======================================*/

#footer{
	background-color:#f8f5f0;
	border-top:#d7d2cb 1px solid;
}

#footer .inner{
	width:940px;
	height:15px;
	vertical-align:middle;
	margin:10px auto;
}

#footer #copyright{
	float:right;
	margin:0 20px;
}
#footer .btn_privacy{
	margin:0 0 0 20px;
	float:left;
	width:110px;
}

/* Contents
=======================================*/

#titleCont{
	width:202px;
	float:left;
}

#mainCont{
	width:710px;
	float:right;
	margin:6px 0 0 0;
}


/* Hack
=======================================

===IE6
*html SELECTOR{
	}

	
===IE7
*:first-child+html SELECTOR{
	}
	
=======================================*/



	
