@charset "Shift_JIS";

body {
	font-size: 85%; /*基本の文字サイズ*/
	margin: 0;
	padding: 0;
	color:#333333;
	background:#ffffff url(img/background.gif) repeat-y;
}

img{
	vertical-align:bottom;
}

/* 全体構造
--------------------------------------------------------------------*/
#container {
position: absolute;
width: 770px;
background:url(img/background.gif) repeat-y; /*メニューの背景色*/
background-position:0 25px;
}
/* コンテンツ
--------------------------------------------------------------------*/
#content {
background-color:#ffffff;
margin-left: 203px;
padding:0;
line-height:110%;
}
/* メニュー
--------------------------------------------------------------------*/
#menu {
	position: absolute;
	top:0px;
	left:36px;
	width: 167px;
	margin-top:0px;
}


#menu ul{
	width:167px;
	list-style:none;
	margin:0;
	padding:0;
}

#menu li{
	padding:0;
	margin:0;
/*	width:88px;*/
/*	height:86px;*/
	text-indent:-9999px;

}
#menu li a{
	text-decoration:none;
	display:block;
}
#menu li#doctor a,#menu li#doctor{
	background:url(img/menu_doctor.gif) no-repeat;
	width:167px;
	height:34px;
}
#menu li#doctor_on a,#menu li#doctor_on{
	background:url(img/menu_doctor_on.gif) no-repeat;
	width:167px;
	height:34px;
}
#menu li#info a,#menu li#info{
	background:url(img/menu_info.gif) no-repeat;
	width:167px;
	height:34px;
}
#menu li#info_on a,#menu li#info_on{
	background:url(img/menu_info_on.gif) no-repeat;
	width:167px;
	height:34px;
}
#menu li#hosp a,#menu li#hosp{
	background:url(img/menu_hosp.gif) no-repeat;
	width:167px;
	height:34px;
}
#menu li#hosp_on a,#menu li#hosp_on{
	background:url(img/menu_hosp_on.gif) no-repeat;
	width:167px;
	height:34px;
}
#menu li#machine a,#menu li#machine{
	background:url(img/menu_machine.gif) no-repeat;
	width:167px;
	height:34px;
}
#menu li#machine_on a,#menu li#machine_on{
	background:url(img/menu_machine_on.gif) no-repeat;
	width:167px;
	height:34px;
}
#menu li#access a,#menu li#access{
	background:url(img/menu_access.gif) no-repeat;
	width:167px;
	height:36px;
}
#menu li#access_on a,#menu li#access_on{
	background:url(img/menu_access_on.gif) no-repeat;
	width:167px;
	height:36px;
}
#menu li#mail a,#menu li#mail{
	background:url(img/menu_mail.gif) no-repeat;
	width:167px;
	height:48px;
}

/* フッター
--------------------------------------------------------------------*/
#footer{
	clear:both;
	background:url(img/footer.gif) no-repeat;
	width:770px;
	height:23px;
	margin-top:20px;
	margin-left:203px;
}

#footer_sub{
	clear:both;
	background:url(img/footer_sub.gif) no-repeat;
	width:770px;
	height:49px;
	margin-top:20px;
	margin-left:203px;
}

h1{
	margin:0;
}
/* トップページ
--------------------------------------------------------------------*/
.index_info{
	font-size:13px;
	line-height:115%;
	margin-left:118px;
	margin-top:10px;
}
#flash {
	margin:74px 0 0 100px;
}
