@charset "UTF-8";
/*  top CSS */
#content {
	position: relative;
}
#flashBox {
	width: 960px;
	height: 320px;
	display: block;
	position: absolute;
	_position: static;
	top: 0;
	left: 0;
	z-index: 100;
}
#flashcontent {
	width: 960px;
	height: 320px;
	display: block;
	position: absolute;
	_position: static;
	top: 0;
	left: 0;
	z-index: 99;
}
#flashcontent .flash{
    background-image:url("/images/top/top.jpg"); background-repeat:no-repeat;
	width:960px;
	height:320px;
}
#mainArea {
	width: 960px;
	margin: 340px 0 0;
	_margin: 20px 0 0;
	padding-bottom: 30px;
	position: relative;
}
#mainArea a {
	text-decoration: underline;
}
#top_homeAera {
	width: 320px;
	float: left;
	margin-left: -10px;
	position: relative;
	zoom: 1;
}
#top_homeAera div.lBox {
	text-align: right;
	width: 160px;
	left: 0;
	clear: both;
	position: absolute;
	zoom: 1;
}
#top_homeAera div.rBox {
	text-align: right;
	width: 160px;
	right: 0;
	clear: both;
	position: absolute;
	zoom: 1;
}
#top_homeAera div p {
	font-size: 1.1em;
}
#top_homeAera div a {
	text-decoration: none;
}
#top_homeAera .cF {
	text-align: left;
	width: auto;
	float: none;
	clear: both;
	position: relative;
	zoom: 1;
}
.top_homeLink {
	margin: 245px 0 0 10px;
}
#top_topicsAera {
	width: 300px;
	padding: 0 30px 0 15px;
	float: left;
}
#top_topicsAera div {
	height: auto;
	padding: 8px 0;
	overflow: hidden;
	border-bottom: dotted 1px #B9B9B9;
	zoom: 1;
}
#top_topicsAera div:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
#top_topicsAera div .photoBox {
	width: 85px;
	margin-right: 10px;
	padding: 0;
	float: left;
	border: solid 1px #B9B9B9;
}
#top_topicsAera p {
	line-height: 1.5;
}
#top_topicsAera .topicsDate {
	color: #356BB3;
}
#top_topicsAera .topicsCategory {
	color: #008BCB;
	font-size: 1.1em;
}
#top_eventAera {
	width: 300px;
	float: left;
}
#top_eventAera:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
#top_eventAera div {
	height: auto;
	padding: 8px 0;
	overflow: hidden;
	border-bottom: dotted 1px #B9B9B9;
	zoom: 1;
}
#top_eventAera p.bold {
	color: #555555;
}
#top_eventAera dl {
	height: auto;
	overflow: hidden;
	zoom: 1;
}
#top_eventAera dl:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
#top_eventAera dt {
	color: #1E7C12;
	font-size: 1.3em;
	line-height: 1.5;
	width: 65px;
	float: left;
	clear: both;
}
#top_eventAera dd {
	font-size: 1.3em;
	line-height: 1.5;
	width: 235px;
	float: right;
}
#eventLink {
	margin-left: 70px;
}
.top_titleBox {
	position: relative;
}
.top_titleBox p {
	position: absolute;
	top: 9px;
	right: 2px;
}
#error #mainArea {
	margin: 0;
	padding: 0;
}
#error #mainArea #error_404 {
	text-align: center;
	padding: 130px 0 115px;
}
#error #mainArea h2,
#error #mainArea p {
	margin-bottom: 15px;
}
