/* ■htmlタグ */
body {
	background: #f5f5ff;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 995px;
}
#allcontents{
	background: #ffffee;
	margin-left: 10px;
	margin-right: 10px;
}
#mainleft {
	margin-left: 2px;
	width: 480px;
	float: left;
	margin-bottom:30px;

}
#mainright {
	width: 450px;
	margin-left: 0px;
	float: left;
	margin-bottom:30px;
}
#header {
	margin-bottom:20px;
}
#footer {
	clear: both;
}
/* ■header部分 */
#headSpace2{
	margin-bottom: 10px;
}
#headArea2{
	height: 180px;
	overflow: hidden;
}
#headAreaTitle2{
	margin-top: 20px;
	height: 180px;
	position: relative;
	z-index: 1;
}
#headAreaBack2{
	height: 490px;	
	background-image: url("/img/back/sakuraBack.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	filter: alpha(opacity=33);
	-moz-opacity: 0.33;
	opacity: 0.23;
	z-index: 0;
	position: relative;
	top: -490px;
}

.pageInfo{
	font-size: 15px;
	color: #444444;
	margin-top: 5px;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-right: 20px;
}
.pageInfo a {
	color: #2222ff;
	margin-left: 4px;
}

.contentsTitle{
	font-size: 24px;
	color: #444444;
	font-family : Comic Sans MS,Geneva;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pageInfoAlert{
	font-size: 13px;
	color: #dd0000;
}
.pageInfoSub{
	font-size: 13px;
	color: #227722;
	margin-top: 10px;
	margin-bottom: 7px;
	margin-left: 15px;
	margin-right: 20px;
	background: #f0f0ff;
	padding: 3px;
}
.pageInfoSubCaption{
	font-size: 15px;
	color: #3030ff;
}
.pageInfoSubCaption img{
	margin-left: 1px;
}

/* ■mainleft部分 */
#prefectureLinkBlock{
	margin-bottom: 5px;
	padding: 5px;
	border: #ccffcc 1px dashed;
	background: #fafffa;
}
#prefectureLinkCaption{
	color: #1111ff;
	font-size: 15px;
	margin-top: 1px;
	margin-bottom: 5px;
}
#prefectureLinkCaption img{
	margin-left: 1px;
}
.RegionAreaCaption{
	color: #404040;
	font-size: 14px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 7px;
}
.RegionAreaBlock{
	margin-top: 1px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.prefectureOneLink{
	font-size: 14px;
	margin-right: 7px;
}
.prefectureOneLink a{
	color: #0000ff;
}
/* ■mainright部分 */
#map{
	font-size: 14px;
	color: #404040;
}
#mapInfo{
	font-size: 12px;
	color: #ff5555;
}


/* ■ */
#powered{
	clear: both;
	font-size: 13px;
	color: #555555;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 10px;
}
