@charset "utf-8";

#main {
	border-left: 1px solid #C8C8C8;
}

.contents01 {
	width: 535px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 20px;
	background: url(../images/main/sectionb_01.gif) repeat-x;
	border-bottom: 1px solid  #C8C8C8;
}

/* googlemap */
.map {
	width: 520px;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 7px;
}

#google {
	width: 520;
	height:300;
	margin-bottom: 10px;
}

/* テーブル */
.contents02 {
	width: 535px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 20px;
	background: url(../images/main/sectionb_01.gif) repeat-x;
}
.tab {
	width: 520px;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 7px;
}
 table {
	width: 518px;
	margin-bottom: 20px;
	border-left: 1px solid #4b4b4b;
	border-top: 1px solid #4b4b4b;
	border-right: 1px solid #4b4b4b;
}
 table td {
	height: 25px;
	border-bottom: 1px solid #4b4b4b;
}
.title {
	color: #fff;
	vertical-align: middle;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.access {
	color: #fff;
	vertical-align: middle;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
}
.category {
	color: #fff;
	text-align: center;
	vertical-align: middle;
	width: 80px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #a5a5a5;
}
.subcontents {
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
a.arrow {
	color: #fff;
	padding-right: 10px;
	padding-left: 20px;
	background: url(../images/access/arrow_w.gif) no-repeat;
}
a:hover.arrow {
	color: #fff;
}


