@charset "UTF-8";

/*----------------------------------------------
	  #イメージ＆コンテンツタイトル
----------------------------------------------*/


#image {
}
#image .content {
	width : 1006px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#image .image-contents {
	width : 1006px;
	position: relative;
}

/*-------------------------------------------*/
/* スライドショー */
html>body .slide_modern   {
	display:   block;
	width: 1000px;
	height: 260px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}	/* IE7以降・FireFox・Safari・Operaにスライドショー表示 */

html>body .slide_old   {
	display:   none;
}	/* IE7以降・FireFox・Safari・Operaに代替イメージ非表示 */

* html .slide_old   {
	display:   block;
	width: 1000px;
	height: 260px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}	/* Win,Mac IE6以下に代替イメージ表示 */

* html .slide_modern   {
	display:   none;
}	/* Win,Mac IE6以下にスライドショー非表示 */

/*-------------------------------------------*/
/*ページタイトル：*/
#image .page-title {
	float: left;
	width: 1000px;
	margin-right: 3px;
	margin-left: 3px;
}

/*-------------------------------------------*/
/*パン屑リスト*/
#image .breadcrumb-list {
	float:left;
	width:1000px;
	font-size: 90%;
	margin-bottom: 10px;
	line-height: 100%;
	text-align: left;
	margin-top: 5px;
	margin-right: 3px;
	margin-left: 3px;
}

/*-------------------------------------------*/
/*対象者別メニュー*/
#image .main-nav {
	float:left;
	position: relative;
	width: 1006px;
}
#image .main-nav ul {
	float:left;
	width: 1006px;
	list-style: url(none) none;
}
#image .main-nav ul.fornav li {
	float:left;
	height:60px;
	overflow:hidden;
}
#image .main-nav ul.fornav li a {
	display: block;
	height: 60px;
	text-indent:-9999px;
	background-repeat:no-repeat;
}
#image .main-nav ul.fornav .patients a {
	width:336px;
	background-image: url(../img/for_patients.png);
}
#image .main-nav ul.fornav .medical a {
	width:334px;
	background-image: url(../img/for_medical.png);
}
#image .main-nav ul.fornav .students a {
	width:336px;
	background-image: url(../img/for_students.png);
}
#image .main-nav ul.fornav li a:hover, #header .main-nav ul.fornav li.active a {
	background-position:0 -60px;
}

/*-------------------------------------------*/