@charset "UTF-8";
html {
	background: url(../img/bg.gif) repeat-x left top;
}
body {
	background: url(../img/header.jpg) no-repeat center top;
}
/*header*/
#header {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#sitename {
	margin-top: 25px;
	margin-left: 20px;
	width: 190px;
	float: left;
	padding-bottom: 39px;
}
#sitename img {
	display: block;
}
/*fontsize*/
#fontsize {
	margin: 17px auto 0;
	float: right;
	height: 25px;
}
#fontsize dt {
	float: left;
	vertical-align: middle;
	margin-right: 10px;
}
#fontsize dd {
	float: left;
	vertical-align: middle;
	margin: 0;
	/*width: 18px;
	height: 18px;*/
}
#fontsize dd#fl {
	background: url(../img/sizelo.gif) no-repeat center center;
}
#fontsize dd#fn {
	background: url(../img/sizeno.gif) no-repeat center center;
}
#fontsize dd#fs {
	background: url(../img/sizeso.gif) no-repeat center center;
}
#fontsize dd a {
	display: block;
}
#fontsize dd img {
	display: block;
	padding: 3px 3px 4px;
}
#fontsize dd a:hover {
	background-color:transparent;/*for IE6*/
}
#fontsize dd a:hover img {
	visibility:hidden;
	opacity:0.0;
	filter: alpha(opacity=00);
}
/*globalmenu*/
#globalmenu {
	clear: both;
}
#globalmenu li {
	float: left;
}
#globalmenu li#m01 {
	width: 80px;
}
#globalmenu li#m02,
#globalmenu li#m03,
#globalmenu li#m04,
#globalmenu li#m05 {
	width: 205px;
}
#globalmenu li#m01 {
	background: url(../img/m01o.jpg) no-repeat center center;
}
#globalmenu li#m02 {
	background: url(../img/m02o.jpg) no-repeat center center;
}
#globalmenu li#m03 {
	background: url(../img/m03o.jpg) no-repeat center center;
}
#globalmenu li#m04 {
	background: url(../img/m04o.jpg) no-repeat center center;
}
#globalmenu li#m05 {
	background: url(../img/m05o.jpg) no-repeat center center;
}
#globalmenu li a {
	display: block;
	height: 82px;
}
#globalmenu li a img {
	display: block;
}
#globalmenu li a:hover {
	background-color:transparent;/*for IE6*/
}
#globalmenu li a:hover img {
	visibility:hidden;
	opacity:0.0;
	filter: alpha(opacity=00);
}
/*topicpath*/
#cat-guide, #cat-curriculum, #cat-campuslife, #cat-access {
	clear: both;
	margin: 0 auto;
	width: 900px;
	height: 65px;
}
#cat-guide {
	background: url(../img/catbg-gui.jpg) no-repeat left top;
}
#cat-curriculum {
	background: url(../img/catbg-cur.jpg) no-repeat left top;
}
#cat-campuslife {
	background: url(../img/catbg-cam.jpg) no-repeat left top;
}
#cat-access {
	background: url(../img/catbg-acc.jpg) no-repeat left top;
}
#topicpath {
	padding-top: 42px;
	margin-left: 180px;
	font-size: 80%;
	----62.5%
}
#topicpath a {
	padding: 2px 5px;
}
#topicpath a:hover {
	background-color: #ee5588;
	color: #FFFFFF;
	text-decoration: none;
}
#topicpath span {
	margin: 0 5px;
	padding: 2px 5px 0 0;
	color: #999999;
}
/*page*/
#page {
	width: 900px;
	margin: 0 auto;
}
#content {
	float: left;
	width: 620px;
	font-size: 90%;
	----75%
	line-height: 1.7em;
}
#banner {
	float: right;
	width: 260px;
}
/**/
h1 {}
h1 img {
	display: block;
}
h2 {
	background: url(../img/headerbg.gif) no-repeat left top;
	margin-top: 3em;
	padding-top: 20px;
	padding-bottom: 1em;
	font-size: 1.34em;
	font-weight: bold;
	color: #ee5588;
}
h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	color: #E58;
	font-weight: bold;
	padding: 3px;
	letter-spacing: 0.02em;
}

/*footer*/
#footer {
	clear: both;
	margin: 0 auto;
	width: 900px;
	padding-top: 5em;
	padding-bottom: 5em;
	text-align: left;
	font-size: 80%;
	----62.5%
	line-height: 1.3em;
}
/*footer-clearfix*/
#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#footer {
	display: inline-block;
} /* Hides from IE-mac \*/
* html #footer {
	height: 1%;
}
#footer {
	display: block;
} /* End hide from IE-mac */
#footer p {
	position: relative;
	margin-bottom: 1em;
}
#footer address {
	font-style: normal;
}
#footer ul {
	width: 900px;
	margin-bottom: 1em;
	padding-bottom: 0.2em;
	border-bottom:1px solid #eee;
}
/*footer ul-clearfix*/
#footer ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#footer ul {
	display: inline-block;
} /* Hides from IE-mac \*/
* html #footer ul {
	height: 1%;
}
#footer ul {
	display: block;
} /* End hide from IE-mac */

#footer li {
	float: left;
}
#footer li a {
	display: block;
	padding: 0.5em 1em 0.5em 0.2em;
}
#footer dl {
	clear: left;
}
#footer dt {
	float: left;
	clear: left;
	vertical-align: top;
}
#footer dd {
	float: left;
	display: block;
	padding-top: 8px;
	padding-left: 3em;
	_font-size: 90%;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}
#footer dd span {
	display: block;
}
/*gotop*/
.gotop {
	float: right;
	display: block;
	margin-top: -4em;
}
.gotop a {
	display: block;
}
#copyright {
	float: right;
	padding-top: 8px;
	_font-size: 90%;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}

