@charset "UTF-8";

/* import
----------------------------------------------- */
@import "lib.css";
@import "common.css";


/* design
----------------------------------------------- */
.date {
	position: relative;
	margin: 15px 0 0;
	height:205px;
}
.date .banner {
	position: absolute;
	top: 0;
	left: 350px;
	left: 410px;
}
.banner2 {
	position: absolute;
	top: 75px;
	left: 410px;
}
.banner3 {
	position: absolute;
	top: 135px;
	left: 410px;
}
	
	
.date a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.caption {
	margin: 10px 0 0 70px!important;
}

.whatsnew {
	padding: 5px 10px;
	background: #ccc;
}
.whatsnew li {
	line-height: 2.0em;
}
.whatsnew li a {
	margin-left: 1em;
}

.column {
	width: 580px;
	margin: 20px 0 0;
}
.column .left {
	float: left;
	width: 220px;
}
.column .right {
	float: right;
	width: 350px;
}


/* clear float
----------------------------------------------- */
.column:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
