@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.greeting {
	background:  url(../img/menu_greeting.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_inf.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:560px;
	height:29px;
	background:url(./img/title01.gif) no-repeat;
}
#doc_image{
	position:absolute;
	top:-135px;
	left:560px;
}
	
#area_sub {
	padding:10px 30px;
}
.box {
	padding:10px 20px;
}
.box_title{
	float:left;
	width:44px;
	height:41px;
	margin-right:10px;
}
.box_text{
	font-weight:bold;
	margin-top:2px;
}
.imgbox {
	width:300px;
	margin-top:20px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}
.imgbox2 {
	width:478px;
	margin-top:20px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}
.imgbox3 {
	width:517px;
	margin-top:20px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}
.bar{
	border-bottom: 2px dotted #FF9900;
	padding-bottom: 5px;
}
