@charset "utf-8";

#container {
	margin: 0 auto;
	width: 850px;
}

/*ヘッダ*/
#header {
	margin: 0 auto;
	width: 850px;
	position: relative;
}
#header h1 {
	width: 231px;
	height: 70px;
	background: url(../images/index/logo.gif) 0 0 no-repeat;
	text-indent: -9999px;
}
#header .search {
	left: 560px;
}
#header .fontsize {
	display: none;
}

/*メニュー*/
.menu_purpose li {
	height: 37px;
	float: left;
}
.menu_purpose li a {
	width: 141px;
	height: 37px;
	text-indent: -9999px;
	background: 0 0 no-repeat;
	display: block;
}
.menu_purpose li a.introduction { background-image: url(../images/index/hmenu_01.gif); }
.menu_purpose li a.education { background-image: url(../images/index/hmenu_02.gif); }
.menu_purpose li a.research { background-image: url(../images/index/hmenu_03.gif); }
.menu_purpose li a.admission { background-image: url(../images/index/hmenu_04.gif); }
.menu_purpose li a.campuslife { width: 139px; background-image: url(../images/index/hmenu_05.gif); }
.menu_purpose li a.hospital { width: 147px; background-image: url(../images/index/hmenu_06.gif); }

.menu_visitor {
	padding-top: 13px;
	width: 198px;
	height: 512px;
	background: #ffffff url(../images/index/vmenu_bg.gif) 0 0 no-repeat;
	float: left;
}
.menu_visitor li a {
	margin-bottom: 4px;
	width: 187px;
	height: 41px;
	text-indent: -9999px;
	background: 0 0 no-repeat;
	display: block;
}
.menu_visitor li a.examination { background-image: url(../images/index/vmenu_01.gif); }
.menu_visitor li a.students { background-image: url(../images/index/vmenu_02.gif); }
.menu_visitor li a.alumnus { background-image: url(../images/index/vmenu_03.gif); }
.menu_visitor li a.company { background-image: url(../images/index/vmenu_04.gif); }
.menu_visitor li a.local { background-image: url(../images/index/vmenu_05.gif); }
.menu_visitor li a.patient { margin-bottom: 5px; background-image: url(../images/index/vmenu_06.gif); }
.menu_visitor li a.department { margin-bottom: 5px; background-image: url(../images/index/vmenu_07.gif); }
.menu_visitor li a.institution { background-image: url(../images/index/vmenu_08.gif); }
.menu_visitor li a.staffs { background-image: url(../images/index/vmenu_09.gif); }

.swf {
	margin-bottom: 14px;
	width: 652px;
	height: 218px;
	background: url(../images/index/swf.jpg);
}

/*メイン*/
#main {
	margin: 0 auto;
	width: 850px;
	position: relative;
}

#main a.daishinsai {
	position: absolute;
	top: 422px;
	left: 10px;
}

#main a.medicalphoto {
	position: absolute;
	top: 422px;
	left: 10px;
}

#main a.kouhou {
	position: absolute;
	top: 422px;
	left: 10px;
}

#main .right {
	width: 652px;
	float: left;
}

/*バナー*/
.banner {
	padding-left: 16px;
	width: 180px;
	float: left;
}
.banner h2 {
	height: 6px;
	background: url(../images/index/banner_top.gif) 0 0 no-repeat;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
}
.banner p {
	padding: 5px;
	padding-bottom: 6px;
	background: url(../images/index/banner_bottom.gif) 0 bottom no-repeat;
}
.banner p img { margin-bottom: 2px; }

/*トピックス*/
.topics {
	padding-left: 14px;
	width: 436px;
	float: left;
	position: relative;
}
.topics h2 {
	margin-bottom: 11px;
	height: 31px;
	background: url(../images/index/topics_title.gif) 0 0 no-repeat;
	font-size: 1px;
	text-indent: -9999px;
}
.topics a.list {
	width: 83px;
	height: 18px;
	font-size: 1px;
	text-indent: -9999px;
	position: absolute;
	top: 6px;
	right: 2px;
}
.topics .inner {
	height: 200px;
	overflow: auto;
}
.topics table th, .news table td {
	padding: 5px 0;
	vertical-align: top;
}
.topics table th {
	padding-left: 24px;
	background: url(../images/index/topics_arrow.gif) 10px 9px no-repeat;
	/*font-weight: bold;*/
	white-space: nowrap;
}
.topics table td {
	padding: 5px 20px 5px 10px;
	background: 17px 8px no-repeat;
}
.topics table td a { color: #00003E; }
.topics table td.info { background-image: url(../../../uni/university/images/index/news_icon_info.gif); }
.topics table td.event { background-image: url(../../../uni/university/images/index/news_icon_event.gif); }

/*フッタ*/
#footer { background: #d9ece2; }
#footer .footer a.pagetop { background: url(../images/pagetop.gif) 0 0 no-repeat; }

