@charset "utf-8";
/* CSS Document */

#frameBox {
	width:760px;
	display:inline;
	float:left;
	padding:10px;
	margin:0 10px 10px;
	background-color:#373737;
}

#frameBox .fleft {
	width:260px;
	padding-right:19px;
	border-right:#9f9f9f 1px solid;
	margin-right:20px;
}

#frameBox .fright {
	width:460px;
}

#frameBox h2 {
	font-weight:bold;
	line-height:18px;
	padding-left:10px;
	margin-bottom:10px;
	border-left:#aaa 5px solid;
	border-bottom:#aaa 1px solid;
}

#bannerArea,
#bannerAera02 {
	width:780px;
	display:inline;
	float:left;
	padding:0 10px;
	margin-bottom:10px;
}

#bannerArea .fleft {
	width:470px;
	padding-right:19px;
	margin-right:20px;
	border-right:#9f9f9f 1px solid;
}

#bannerArea .fright {
	width:270px;
	position:relative;
}

#bannerArea h3 {
	font-weight:bold;
	padding-left:10px;
	line-height:18px;
	margin-bottom:20px;
	border-left:5px #aaa solid;
}

#bannerArea .fright ul {
	width:270px;
	float:left;
}

#bannerArea .fright li {
	width:115px;
	height:21px;
	float:left;
	position:relative;
	overflow:hidden;
}

#bannerAera li img {
	position:absolute;
	top:0;
	left:0;
}

#bannerAera li a {
	display:block;
	height:21px;
}

#bannerArea li a:hover img {
	position:absolute;
	left:0;
	top:-21px;
}
#eventBanner {
	padding-left:10px;
	margin-bottom:15px;
	box-sizing:border-box;
}