@charset "utf-8";
/* CSS Document */
h1{
	background-color: #FF9900;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	padding: 5px;
}
h2{
	background-color: #f2f2f2;
	font-size: 12px;
	padding: 10px;
	margin: 0 0 15px;
}
h3{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}
th{
	text-align: center;
}
p{
	padding: 5px 10px 5px;
	font-size: 13px;
	line-height: 18px;
}
img{
	display: block;
	margin: 10px;
	text-align: center;
}
a{
	text-align: center;
	display: block;
}
a img{
	display: inline;
}
#area_search table{
	margin:10px;
	border-top: solid 1px #e2e2e2;
	border-right: solid 1px #e2e2e2;
	width: 270px;
	font-size:12px;
}
#area_search table th{
	border-left: solid 1px #e2e2e2;
	border-bottom: solid 1px #e2e2e2;
	width: 80px;
	padding: 1px;
}
#area_search table th strong{
	display: block;
	padding: 8px;
	font-weight: bold;
	background:url(../image/area_search_th.gif) 0px 0px repeat-x;
}
#area_search table td{
	border-left: solid 1px #e2e2e2;
	border-bottom: solid 1px #e2e2e2;
	padding: 5px;
}
#area_search table td a{
	margin:0 5px;
}

