@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.access {
	background:  url(../img/menu_access.gif) no-repeat;
}
#downButtom{
	text-indent:-500em;
	width:108px;
	height:24px;
	background:  url(../img/menuDown_sta.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-bottom:30px;
}

.textbox {
	margin:30px 0px 0px 10px;
	width:500px;	margin-left:auto;
	margin-right:auto;
	display:block;
}
.imgbox {
	margin:20px 0px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
#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;
}
