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

/*-------------メニュー----------------*/
a.greeting {
	background:  url(../img/menu_greeting.gif) no-repeat;
}
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;
}
#downButtom{
	text-indent:-500em;
	width:108px;
	height:24px;
	background:  url(../img/menuDown_acc.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:40px 30px;
}
.box {
	position:relative;
	padding-top:20px;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.imgbox {
	margin:20px 0px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.textbox {
	float:left;
}
.imgbox2{
	float:right;
}
.car {
	padding:0px 0px 20px 0px;
	width:250px;
	height:25px;
	background:url(img/image02.gif) 0px 0px no-repeat;
}
.walk {
	width:250px;
	height:25px;
	background:url(img/image04.gif) 0px 0px no-repeat;
}
.text_pad{
	padding:5px 0px 0px 30px;
}
ul {
	margin-top:5px;
}
#box_title01{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:276px;
	height:26px;
	background:url(./img/title_sub01.gif) no-repeat;
}
#box_title02{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:276px;
	height:26px;
	background:url(./img/title_sub02.gif) no-repeat;
}
