@charset "euc-jp";

/*
* style.css
* date---2015/08/31
*/


/*===============================================
	style.css
===============================================*/

/* ----------------------------------------------
	txt
---------------------------------------------- */

/* 見出し
------------------------------- */
#maintit{
	background: url(../img/maintit_bg.jpg) no-repeat 0 0;
}

/* h4,h5
------------------------------- */
#main h4{
	margin-bottom: 20px;
}
#main h5{
	margin-bottom: 10px;
}
#main p{
	padding-bottom: 10px;
}


/* ----------------------------------------------
	マップ
---------------------------------------------- */
#map01{
	margin: 0 0 40px 0;
	text-align: center;
}

#sub01{
	height:61px;
	background:url(../img/sub01.png) no-repeat 0 0;
}
	#sub01 h5{
		text-indent:-9999px;
	}

.accessT01{
	margin:0 10px 20px;
}
	.accessT01 dl{
		width: 330px;
	}
	.accessT01 dt{
		color: #ff6600;
		font-weight: bold;
		line-height: 1.5;
	}
	.accessT01 dt.green{
		color:#008000;
	}
	.accessT01 dt.blue{
		color: #0071BA;
	}
	.accessT01 dd{
		margin-bottom: 15px;
		padding:0 0 5px 0;
		font-size: 13px;
		line-height: 1.5;
	}

.insatsu{
	margin-top:15px;
	text-align:center;
}

#mapmap{
	margin: 0 10px;
	padding-bottom:20px;
}
.img01{
	margin:0 0 10px 0;
}
.Root{
	padding:10px;
	background:#eaeaea;
	border-bottom:2px solid #999;
	font-weight: normal;
	font-size: 100%;
}

#a04{
	margin: 0 0 50px 0;
}


