@charset "utf-8";
/* CSS Document */
/* formatting style
------------------------------------------*/


* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #CCCCCC;
	font-size: 75%;
	line-height: 1.6;
	font-family: sans-serif;
}
/* link style
------------------------------------------*/


a img {
	border-style: none;
}
a:link {
	color: #222222;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #003366;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
------------------------------------------*/


#wrapper {
	background-color: #FFFFFF;
	width: 858px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}


#main {
	padding: 15px 35px 15px 15px;
	width: 553px;
	margin-bottom: 20px;
	float: right;
}


#footer {
	color: #FFFFFF;
	background-color: #37376F;
	padding: 15px;
	clear: both;
	height: 40px;
}	

/* sidebar styles
------------------------------------------*/

#sidebar {
	padding: 15px;
	float: left;
	width: 225px;
	margin-bottom: 20px;
}
#sidebar h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar  ul li {
	list-style: none;
}
#sidebar ul li a {
	text-decoration: none;
	height: 30px;
	width: 120px;
	background-image: url(../image/sidebutton.gif);
	background-repeat: no-repeat;
	display: block;
	line-height: 30px;
	text-align: center;
	background-position: center;
	font-size: 110%;
	color: #000000;
	border: 1px solid #666666;
	margin-bottom: 5px;
}
#sidebar ul li a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(../image/sidebutton-selected.gif);
}
#sidebar    h4  a  {
	height: 20px;
	width: 135px;
	display: block;
	line-height: 20px;
	text-align: left;
	background-color: #FFFFCC;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-size: 10px;
	margin-left: 10px;
	background-image: url(../image/midashi.gif);
	padding-left: 15px;
	background-repeat: no-repeat;
	border: 1px solid #FFFFFF;
}
#sidebar    h4  a:hover   {
	border: 1px solid #000099;
}
#contents     ul  li a     {
	background-image: url(../image/arrow.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 15px;
	line-height: 2.5em;
	height: 2.5em;
	background-position: left center;
	width: 80px;
	margin: 0px;
	text-align: left;
	color: #333333;
	border-style: none;
	font-size: 75%;
}
#sidebar #contents {
	float: right;
}

#contents ul li a:hover {
	color: #000000;
	text-decoration: underline;
	background-image: url(../image/arrow_hover.gif);
	background-repeat: no-repeat;
	background-position: left;
}




ul#profile #profile a,
ul#president #president a,
ul#concept #concept a,
ul#section #section a,
ul#firstYear #firstYear a,
ul#secondYear #secondYear a,
ul#thirdYear #thirdYear a,
ul#publish #publish a,
ul#media #media a,
ul#sponsership #sponsership a,
ul#cooperation #cooperation a,
ul#recruit #recruit a,
ul#contact #contact a {
	background-repeat: no-repeat;
	background-image: url(../image/sidebutton-selected.gif);
}



/* header style
 

------------------------------------------*/

#header {
	border-top: 10px solid #37376F;
	position: relative;
	height: 250px;
	background-image: url(../image/top.gif);
	background-repeat: no-repeat;
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#header   ul  {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 200px;
	border-bottom: 2px solid #003399;
}

#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 30px;
	color: #000066;
	text-decoration: none;
	background-image: url(../image/button.gif);
	text-align: center;
	display: block;
	height: 30px;
	width: 142px;
	background-repeat: no-repeat;
	font-weight: normal;
	font-size: 120%;
	background-position: center;
	margin-left: 20px;
	border: 1px solid #33CCFF;
}
#header ul li a:hover {
	border: 1px solid #0066FF;
}
#home  #header  #nHome  a,
#profile  #header  #nProfile a,
#past #header #nPast a,
#sponsership #header #nSponsership a,
#contact #header #nContact a {
	background-image: url(../image/button-selected.gif);
	background-repeat: no-repeat;
}



/* main styles
------------------------------------------*/

#main h2 {
	margin-bottom: 15px;
	margin-top: 5px;
	margin-left: 15px;
	border-bottom: 1px dotted #999999;
	height: 1.3em;
	padding: 5px 5px 5px 20px;
	color: #333333;
	background-image: url(../image/bullet3.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-top: 2px solid #FF9900;
}
#main h2#nHome {
	background-image: none;
	border-style: none;
	margin: 5px 5px 10px;
}

#main dl dt {
	background-image: url(../image/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: none;
	margin-bottom: 5px;
	padding-left: 15px;
	font-weight: bold;
}
#main dl dd {
	margin-bottom: 10px;
	margin-left: 6%;
}
#main   ul      {
	margin-bottom: 5px;
	margin-left: 30px;
	list-style: none;
}


#main p {
	line-height: 1.8;
}
#main dl#news dt {
	background-image: url(../image/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	width: 5em;
	padding-left: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
#main #news {
	padding-top: 10px;
}

#main dl#news dd {
	margin-bottom: 10px;
	margin-left: 6%;
}
#main #book {
	float: right;
	margin-top: 20px;
	margin-right: 100px;
}
#footer /* footer style
------------------------------------------*/

 a   {
	color: #FFFFFF;
}
#footer  a:hover   {
	color: #CCCCCC;
	text-decoration: none;
}
