@charset "utf-8";

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

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

#header a.lang {
	padding-left: 20px;
	background: url(../../hospital/images/contents/page_menu_arrow.gif) 0 center no-repeat;
	text-decoration: none;
	position: absolute;
	bottom: 10px;
	right: 15px;
}

/*メニュー*/
.menu_purpose li {
	height: 37px;
	float: left;
}
.menu_purpose li a {
	width: 106px;
	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.consultation { background-image: url(../images/index/hmenu_02.gif); }
.menu_purpose li a.medical { background-image: url(../images/index/hmenu_03.gif); }
.menu_purpose li a.institution { background-image: url(../images/index/hmenu_04.gif); }
.menu_purpose li a.recruitment { background-image: url(../images/index/hmenu_05.gif); }
.menu_purpose li a.traffic { background-image: url(../images/index/hmenu_06.gif); }
.menu_purpose li a.inquiry { background-image: url(../images/index/hmenu_07.gif); }
.menu_purpose li a.university { width: 108px; background-image: url(../images/index/hmenu_08.gif); }

@media print {
	.menu_purpose { width: 851px; }
}

.menu_visitor {
	margin-bottom: 20px;
	padding-top: 13px;
	width: 198px;
	height: 512px;
	background: #ffffff url(../images/index/vmenu_bg2.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.patients { background-image: url(../images/index/vmenu_01.gif); }
.menu_visitor li a.medical { background-image: url(../images/index/vmenu_02.gif); }
.menu_visitor li a.students { background-image: url(../images/index/vmenu_03.gif); }
.menu_visitor li a.handayama { height: 50px; background-image: url(../images/index/vmenu_04.gif); }
.menu_visitor li a.shihyou { height: 40px; background-image: url(../images/index/vmenu_05.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.qhc {
	width: 125px;
	height: 163px;
	background: url(../images/index/qhc_top.gif) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 385px;
	left: 30px;
}

#main a.daishinsai {
	position: absolute;
	top: 325px;
	left: 29px;
}

#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;
	background: url("../images/index/topics_title.gif") no-repeat scroll -354px -6px transparent;
	font-size: 1px;
	text-indent: -9999px;
	position: absolute;
	/*top: 6px;*/
	top: 250px;
	right: 2px;
}
.topics a.rss {
	padding-left: 28px;
	background: #ffffff url(../images/index/feedIcon.png) 0 0 no-repeat;
	font-size: 90%;
	text-decoration: none;
	line-height: 23px;
	position: absolute;
	top: 3px;
	right: 7px;
	display: block;
}
.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(../../../hospital/university/images/index/news_icon_info.gif); }
.topics table td.event { background-image: url(../../../hospital/university/images/index/news_icon_event.gif); }

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

