h3 {
	background-image: url('../img/area/ttl_arealist.jpg');
}

#arealist {
	margin-left: 19px;
	padding-bottom: 15px;
	background-color: #F5F5F5;
}

#arealist h4 {
	margin-top: 10px;
}

#arealist tr th {
	color: #2B395C;
	background-color: #2B395C;
}

#arealist table {
	margin: 5px 25px 10px 25px;
	border-width: 1px;
	border-style: none solid solid none;
	border-color: #2B395C;
}

#arealist table th,
#arealist table td {
	border-width: 1px;
	border-style: solid none none solid;
	border-color: #2B395C;
	padding: 1px 0px;
	font-size: 12px;
	font-weight: normal;
	width: 120px;
}

#arealist tr.label1 th {
	color: #FFF;
	font-size: 14px;
	text-align: center;
	padding: 2px 0px;
}

#arealist table td {
	padding: 5px 0px;
	text-align: center;
	background-color: #FFF;
}

#arealist table td a.link {
	display: block;
	width: 34px;
	height: 18px;
	background-image: url('../img/common/ic_link.jpg');
	background-position: none;
	margin: 0 auto;
	text-indent: -9999px;
}

#arealist table td a.pdf {
	display: block;
	width: 34px;
	height: 18px;
	background-image: url('../img/common/ic_pdf.jpg');
	background-position: none;
	margin: 0 auto;
	text-indent: -9999px;
}

#arealist table td a.wmv {
	display: block;
	width: 34px;
	height: 18px;
	background-image: url('../img/common/ic_wmv.jpg');
	background-position: none;
	margin: 0 auto;
	text-indent: -9999px;
}

#arealist table td a.jpg {
	display: block;
	width: 34px;
	height: 18px;
	background-image: url('../img/common/ic_jpg.jpg');
	background-position: none;
	margin: 0 auto;
	text-indent: -9999px;
}

#arealist th.label2 {
	color: #2B395C;
	background-color: #AFB5C2;
	padding: 5px 5px;
	text-align: center;
}

#arealist th.label2 span {
	letter-spacing: 15px;
}

#arealist th.label3 span {
	letter-spacing: 3px;
}

#arealist th.label4 {
	padding-left: 5px;
}

#arealist div.totop input {
	display: block;
	width: 140px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	font-size: 10px;
	color: #0F2147;
	font-weight: bold;
	text-decoration: none;
	background-color: #F5F5F5;
	margin-left: 530px;
	border: none;
	background-image: url('../img/common/ic_totop_off.gif');
	background-repeat: no-repeat;
	background-position: 7px 4px;
	cursor: pointer;
}

#arealist div.totop input:hover {
	color: #FFF;
	background-color: #2B395C;
	background-image: url('../img/common/ic_totop_on.gif');
}


