@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	list-style-type: none;
	font-family: Verdana,Arial,Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic","平成角ゴシック","HeiseiKakuGothic",sans-serif;
	}
body {
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
	background-position: center;
	}
hr {
	display: none;
	}

/* コンテンツ枠組みの指定（開始） */

#wrapper {
	width: 720px;
	background-repeat: repeat-y;
	margin: 50px auto 20px;
	position: relative;
	background-image: url(../images/contentback.gif);
	}


/* ヘッダー部分（開始） */

#header {
	width: 720px;
	height: 78px;
	background-color: #4C80BE;
	background-image: url(../images/headerback.gif);
	background-repeat: no-repeat;
	position: relative;
	}
#header p {
	background-image: url(../images/univlogo.gif);
	background-repeat: no-repeat;
	background-color: #4C80BE;
	width: 279px;
	height: 61px;
	position: absolute;
	top: 7px;
	left: 10px;
	font-size: 9px;
	}
#header p#enlogo {
	background-image: url(../images/univlogo_en.gif);
	}
#header p a {
	display: block;
	width: 279px;
	height: 61px;
	text-indent: -9999px;
	text-decoration: none;
	}
#header ul {
	position: absolute;
	top: 41px;
	right: 20px;
	}
#header ul li {
	float: left;
	height: 31px;
	background-repeat: no-repeat;
	}
#header .taboutline {
	width: 75px;
	background-image: url(../images/taboutline.gif);
	}
#header .tabeducation {
	width: 75px;
	background-image: url(../images/tabeducation.gif);
	}
#header .tabexam {
	width: 75px;
	background-image: url(../images/tabexam.gif);
	}
#header .tabsocial {
	width: 130px;
	background-image: url(../images/tabsocial.gif);
	}
#header ul li a {
	display: block;
	width: 100%;
	height: 31px;
	text-indent: -9999px;
	font-size: 10px;
	text-decoration: none;
	}

/* ヘッダー部分（終了） */


/* 左メニュー部分（開始） */

#menu {
	width: 180px;
	float: left;
	margin-bottom: 30px;
	}
#menu ul {
	margin: 20px 0px 0px 15px;
	font-size: 14px;
	}
#menu ul li {
	margin-bottom: 3px;
	line-height: 1.3;
	}
#menu ul li ul li {
	margin-bottom: 6px;
	line-height: 1.2;
	}
#menu ul ul {
	margin: 3px 0px 5px 15px;
	font-size: 14px;
	}
#menu ul li a {
	text-decoration: none;
	padding-left: 0px;
	}
.nowmenu {
	background-color: #FFFFFF;
	}

/* 左メニュー部分（終了） */


/* コンテンツ部分（開始） */
#contentbox {
	width: 530px;
	margin-left: 180px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-position: top left;
	background-repeat: repeat-y;
	}
#contentbox h1, #contentbox h2, #contentbox dl, #contentbox ol, #contentbox p, #contentbox div {
	margin-left: 30px;
	margin-right: 20px;
	line-height: 1.5;
	}
#contentbox div dl, #contentbox div p {
	margin-left: 0px;
	margin-right: 0px;
	}
#contentbox h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
	}
#contentbox h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1em;
	}
#contentbox p {
	font-size: 0.9em;
	margin-bottom: 1em;
	}
#contentbox dl {
	font-size: 0.9em;
	}
#contentbox ol {
	font-size: 0.9em;
	}
#contentbox ul {
	font-size: 0.9em;
	}
#contentbox .rightfloat {
	float: right;
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin-left: 10px;
	}
#contentbox .leftfloat {
	float: left;
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin-right: 10px;
	}
#contentbox .uptop {
	margin-top: 20px;
	margin-bottom: 2em;
	text-align: right;
	}
#contentbox .uptop a {
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
	text-decoration: none;
	}
.outlink {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	} 
.outlink a {
	text-decoration: none;
	}
/* コンテンツ部分（終了） */


/* フッター部分（開始） */

#footer {
	width: 720px;
	height: 36px;
	clear: both;
	background-image: url(../images/footerback.gif);
	background-repeat: no-repeat;
	background-color: #4C80BE;
	position: relative;
	font-size: 12px;
	}
#footer p {
	position: absolute;
	top: 12px;
	left: 15px;
	color: #FFFFFF;
	}
#footer ul {
	position: absolute;
	top: 12px;
	right: 15px;
	}
#footer ul li {
	color: #FFFFFF;
	display: inline;
	line-height: 1.5;
	}
#footer ul li a {
	color: #FFFFFF;
	text-decoration: none;
	}

/* フッター部分（終了） */


/* コンテンツ枠組みの指定（終了） */


/* 対象者別ナビの指定（開始）#CFE0E6 */

#personalmenu {
	width: 727px;
	height: 44px;
	position: absolute;
	top: 3px;
	left: 50%;
	margin-left: -360px;
	z-index: 3;
	font-size: 13px;
	line-height: 1.5;
	}
#personalmenu dl {
	position: relative;
	float: left;
	}
#personalmenu dt {
	position: relative;
	width: 151px;
	height:44px;
	background-repeat: no-repeat;
	}
#personalmenu .international {
	width: 274px;
	}
#personalmenu dt a {
	display: block;
	cursor: pointer;
	width: 151px;
	height:44px;
	text-indent: -9999px;
	text-decoration: none;
	}
#personalmenu .international a {
	width: 274px;
	text-decoration: none;
	}
.applicant {
	background-image: url(../images/naviapplicant.gif);
	}
.student {
	background-image: url(../images/navistudent.gif);
	}
.teacher {
	background-image: url(../images/naviteacher.gif);
	}
.international {
	background-image: url(../images/naviinternational.gif);
	}
#personalmenu dd {
	display: none;
	width: 149px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #DFD6B5;
	padding: 2px 0px 2px;
	}
#personalmenu .interdd {
	width: 272px;
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
	line-height: 1.2;
	padding: 3px 0px 3px;
	}
#personalmenu .first {
	border-top: 5px solid #666666;
	padding-top: 8px;
	}
#personalmenu .last {
	border-bottom: 5px solid #666666;
	padding-bottom: 8px;
	}
#personalmenu dl:hover dd {
	display: block;
	}
#personalmenu a {
	display: block;
	}
#personalmenu dd a {
	padding: 0px 5px 0px;
	text-decoration: none;
	width: 139px;
	}
#personalmenu .interdd a {
	width: 262px;
	}
#personalmenu dd a:hover {
	background-color: #FFFFFF;
	}
#personalmenu * {
	font-family: Verdana,Arial;
	}


/* 外部サイトに飛ぶリンクの目印 */
#personalmenu .naviothersite a:after {
	content: "*"
	}

/*
#personalmenu .naviothersite a {
	background-image: url(../images/othersidemark.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	width: 123px;
	}
*/
/* 対象者別ナビの指定（終了） */


/* 工事中のリンク */

.nolink {
	color: #666666;
	}


