@import url(../css/layout.css);

/*-------------メニュー----------------*/
a.contents {
	background:  url(../img/menu_contents.gif) no-repeat;
}
a.equipment {
	background:  url(../img/menu_equipment.gif) no-repeat;
}
a.infection {
	background:  url(../img/menu_infection.gif) no-repeat;
}
a.preventive {
	background:  url(../img/menu_preventive.gif) no-repeat;
}
a.staff {
	background:  url(../img/menu_staff.gif) no-repeat;
}
a.access {
	background:  url(../img/menu_access.gif) no-repeat;
}
#downButtom{
	text-indent:-500em;
	width:108px;
	height:24px;
	background:  url(../img/menuDown_gre.gif) no-repeat;
}

/*-------------メイン----------------*/
#main {
	width:718px;
	margin-left:40px;
}
#area_title {
	height:29px;
	margin-top:110px;
	position:relative;
}

#title_image {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:560px;
	height:29px;
	background:url(./img/title02.gif) no-repeat;
}
#doc_image{
	position:absolute;
	top:-135px;
	left:560px;
}
	
#area_sub {
	padding:10px 30px;
}
