﻿#keyvisual {
	height: 349px;
}
#main {
	float: left;
	width: 610px;
	margin-left:10px;
	margin-top:10px;
}
#sub {
    float:right;
	width: 310px;
	margin-left:20px;
}
#countdown{
	background-image:url('../img/countdown.png');
	width:282px;
	height:149px;
	margin-top:15px;
}
#countdown png{
	border:0;
}
#count{
	position:relative;
	left:160px;
	top:70px;
}
.img_link {
	margin-top: 0px;
	display:block;
	height:100%;
	width:100%
}
#blog_link {
	margin-top:10px;
	margin-bottom:10px;
}
#blog_img {
	background-image:url('../img/blog.png');
	background-repeat:no-repeat;
	width:282px;
	height:200px;
}
#exco_link {
	margin-top:15px;
	margin-bottom:10px;
}
#exco_img {
	background-image:url('../img/exco.png');
	background-repeat:no-repeat;
	width:282px;
	height:200px;
}
#event{
	background-image: url('../img/event.png');
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 300px;
}
#feature{
	background-image: url('../img/feature.png');
	background-repeat: no-repeat;
	margin-left:5px;
	float: left;
	height: 50px;
	width: 300px;
}
dl {
	border-bottom:1px dotted #CCCCCC;
	font-size:90%;
	margin:3px;
	padding:2px;
}
dt {
	clear:both;
	float:left;
	margin-left:10px;
	width:110px;
}
h1 {
	position:absolute;
	text-indent:-9999px;
}