@charset "utf-8";
/* formatting style
------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #999999;
	background-image: url(images/2013autum/bg.gif);
	font-size: 75%;
	line-height: 1.6;
	font-family: sans-serif;
	background-repeat: repeat;
}
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	left: +1px;
	top: +1px;
}
/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 858px;
	margin: 0px auto;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#main {
	padding: 15px;
	float: right;
	width: 573px;
	margin-bottom: 20px;
}

p {

}


#main dl dd {
	left: 20px;
	position: relative;
	width: 350px;
	margin-bottom: 10px;
}
#main h3 {
	color: #FF6600;
}








#sidebar {
	padding: 15px;
	float: left;
	width: 225px;
	margin-bottom: 20px;
}
#sidebar ul {
	list-style: none;
	padding-bottom: 6px;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar ul li a {
	background-image: url(images/2013autum/arrow.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	width: 210px;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-image: url(images/2013autum/arrow_hover.gif);
}
#footer {
	color: #FFFFFF;
	background-color: #333333;
	padding: 15px;
	clear: both;
	height: 50px;
}
#header {
	height: 255px;
	border-top: 3px solid #FF6600;
	position: relative;
	background-image: url(gakusei005.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#header ul {
	width: 858px;
	position: absolute;
	left: 0px;
	top: 200px;
	background-color: #FFFFFF;
}
#header h1 {
	position: absolute;
	left: 300px;
	top: 50px;
	width: 500px;
}
#header h2 {
	display: inline;
	left: 300px;
	top: 130px;
	position: absolute;
	border-bottom: 10px solid #FF6600;
	width: 500px;
}
#header p {
	position: absolute;
	left: 300px;
	top: 100px;
	width: 500px;
}

#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	height: 2.5em;
	width: 141px;
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	border-top: 3px solid #FFFF66;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
	text-align: center;
	display: block;
}
#header ul li a:hover {
	background-color: #E8ECF5;
}

#header ul li#nHome a {
	border-left-style: none;
}
#home #header #nHome a,
#brand #header #nBrand a,
#student #header #nStudent a,
#company #header #nCompany a,
#member #header #nMember a,
#links #header #nLinks a {
	color: #FFFFFF;
	background-color: #828CA7;
}


#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	list-style: none;
	display: inline;
	margin-right: 15px;
}
#footer p {
	float: right;
	margin: 0px;
}
.right {
	float: right;
}
