@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
body{
	background-image:url(../img/top/header_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#header{
	width:900px;
	height:300px;
	margin:0 auto;
}

/* ******<<contents>>****** */
#main_container{
	width:900px;
	height:550px;
	margin:0 auto;
}
#left_container{
	width:610px;
	height:550px;
	float:left;
}
#right_container{
	width:290px;
	height:550px;
	float:left;
}

#right_container_timer{
	width:290px;
	height:174px;
	font-size:0px;
}
#right_container_list{
	width:290px;
	height:376px;
}

/* ******<<contents>>****** */

/* ******<<link_banner>>****** */

#link_container{
	width:900px;
	height:150px;
	margin:0 auto;
	font-size:0px;
}
.link_banner{
	width:225px;
	height:150px;
	float:left;
	font-size:0px;
}

/* ******<<link_banner>>****** */

#footer_bg{
	width:900px;
	height:130px;
	background-image:url(../img/top/footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin:0 auto;
}
#footer{
	padding-top:35px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:#000000;
}
#footer a:link{
	color:#000000;
}
#footer a:visited{
	color:#000000;
}
#footer a:hover{
	color:#990000;
}
