@charset "utf-8";


/*mainのtopページのスタイルシート*/

/*グローバル上書き*/
div#global ul li#gmbtn05 a{
	background-position: left bottom;
}

/*mainのページ*/

div#main h2 {
	background: url(../img/info/maptop.jpg) no-repeat;
	width: 750px;
	height: 300px;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

/*textのページ*/
div#text {
	width: 390px;
	float: right;
	margin-bottom: 50px;
	line-height: 24px;
}

div#text dl {
	margin: 20px 0;
}
div#text dl dt {
	font-weight: bold;
	font-size:18px;

}
div#text dl dd {
	margin: 5px 0 20px 0;
}
div#text h4 {
	font-weight: bold;
	font-size:18px;
	margin-bottom: 5px;
}
div#text ul {
	list-style: none;
}
/*sideのページ*/
div#side {
	width: 330px;
	float: left;
}
div#side div#map {
	height: 400px;
	margin: 20px 0;
	background: url(../img/info/map.gif) no-repeat;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

