@charset "utf-8";
/* CSS Document */

h2,h3,h4 {
	display:block;
	text-indent:-10000em;
	overflow:hidden;
}

h2 {
	background: url(../../../access/images/h2.png) no-repeat;
	width:1080px;
	height:194px;
}

.h3 {
	background: url(../../../access/images/h3.png) no-repeat;
	width:960px;
	height:40px;
}

#map {
	width:960px;
	height:480px;
	margin:20px 0;
}

p.access_map {
	color: #3F1F00;
	text-align: right;
	margin-right:20px;
	letter-spacing:0;
}

p.access_map a {
	color: #3F1F00;
	text-decoration:underline;
}

p.access_map a:link {
	color:#3F1F00;	
}

p.access_map a:hover {
	color: #698C00;
}

dl {
	margin-left:10px;
}

dt {
	padding-bottom:5px;
}

dd {
	padding-left:30px;
	padding-bottom:5px;
}

th:first-letter {
	background: url(../../images/list_green.png) no-repeat;
	padding-left:35px;
}

td {
	padding:5px;
	text-align:center;
}

table.rayout td.access {
	padding:0 5px 15px 5px;
	text-align:left;
	vertical-align:top;
}

/**********************************************************/
/*  メインエリア ボックスレイアウト */
/**********************************************************/

.box_left {
	width:360px;
    float: left;
    margin: 0 0 30px 80px;
}
.box_right {
	width:360px;
    float: right;
    margin: 0 80px 30px 40px;
}
