﻿@charset "utf-8";


/*topのスタイルシート*/

/*グローバル上書き*/
div#global ul li#gmbtn05 a{
	background-position: left bottom;
}

/*contentsのページ*/
div#contents {
	margin: -25px auto 0 auto;
}

div#contents h3 {
	height: 300px;
	width: 900px;
	background: url(../images/access/ac_hd.jpg) no-repeat;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

/*sideのページ*/
div#side {
	float: left;
	width: 410px;
	margin-top: 30px;
	height: 520px;
	background: url(../images/access/map.gif) no-repeat;
	text-indent: -99999px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

/*mainのページ*/
div#main {
	float: right;
	margin-left: 90px;
	width: 400px;
	line-height: 26px;
	text-align: left;
	text-indent: 1em;
}
div#main dl {
	margin: 30px 0 10px 0;
}
div#main dl dt {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}
div#main dl dd {
	padding: 5px;
}
div#main h4 {
	margin: 18px 0 10px 0;
	font-size: 18px;
	font-weight: bold;
}
div#main ul {
	text-align: left;
	list-style: none;
}

