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

/*-------------メニュー----------------*/
a.greeting {
	background:  url(../img/menu_greeting.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_con.gif) no-repeat;
}

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

#title_image {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:700px;
	height:29px;
	background:url(./img/title01.gif) no-repeat;
}
#doc_image{
	position:absolute;
	top:-135px;
	left:560px;
}
	
#area_sub {
	padding:10px 30px;
}
.box {
	position:relative;
	margin:30px 10px;
}
#box_title01{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:300px;
	height:26px;
	background:url(./img/title_sub01.gif) no-repeat;
}
#box_title02{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:300px;
	height:26px;
	background:url(./img/title_sub02.gif) no-repeat;
}
#box_title03{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:400px;
	height:26px;
	background:url(./img/title_sub03.gif) no-repeat;
}
#box_title04{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:300px;
	height:26px;
	background:url(./img/title_sub04.gif) no-repeat;
}
#box_title05{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:300px;
	height:26px;
	background:url(./img/title_sub05.gif) no-repeat;
}

