@charset "utf-8";
@import url("common.css");
@import url("style.css");

div#main h2#TitleCatch{
	margin-bottom:10px;
	text-align:left;
}
div#main h5{
	border-left:5px #278784 solid;
	font-weight:bold;
	padding-left:5px;
	text-align:left;
}
div#main .title{
	margin-bottom:10px;
	text-align:left;
}
/*-----------*/
div#main p{
	line-height:1.6;
	text-align:left;
}
/*-----------*/
div#ImabariMap{
	background:url(../system/img/back_Imabari.jpg) no-repeat top left;
	height:500px;
	margin-bottom:30px;
	position:relative;
	width:580px;
}
div#ImabariMap ul{
	position:absolute;
	top:0;
	right:0;
	width:305px;
}
div#ImabariMap ul li{
	display:block;
	height:60px;
	width:305px;
	vertical-align:bottom;
}
div#ImabariMap ul li a{
	display:block;
	height:60px;
	width:305px;
	vertical-align:bottom;
}
div#ImabariMap ul li.Back1F a:hover{
	display:block;
	background:url(../system/img/back_Btn1F_b.jpg) no-repeat left top;
}
div#ImabariMap ul li.Back2F a:hover{
	display:block;
	background:url(../system/img/back_Btn2F_b.jpg) no-repeat left top;
}
div#ImabariMap ul li.Back3F a:hover{
	display:block;
	background:url(../system/img/back_Btn3F_b.jpg) no-repeat left top;
}

