@charset "UTF-8";


*{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#333;
}

img{border:0px;}

a:link{color:#03F; text-decoration:underline;}
a:visited{color: #039; text-decoration:underline;}
a:hover{color: #F30; text-decoration:none;}



body {
	background-color: #FFF;
}

#wrap{
	text-align:center;
}


#top_flash , #fotter_flash{
	
}

#fotter_flash{
	background-color:#FC0;
}

#top_contents{
	width:816px;
	margin:0px auto;
	text-align:left;
}


#top_contents #boxL{
	width:550px;
	float:left;
}

#top_contents #boxR{
	width:252px;
	float:right;
}


#boxL #btn_set{
	background: url(images/bg_top_btn.jpg) no-repeat;
	border:1px solid #fff;
	width:533px;
	height:205px;
}

#btn_set p{
	margin-top:48px;
	margin-left:16px;
}



#boxR #info{
	background:url(images/bg_top_info.jpg) no-repeat top;
	width:252px;
	height:199px;
	position:relative;
}

#boxR #info p#time{
	position:absolute;
	font-size:10px;
	top:40px;
	left:145px;
}

#boxR #info p#info_txt{
	position:absolute;
	font-size:10px;
	top:70px;
	left:20px;
	color:#090;
	font-size:14px;
}


#boxR #topics{
	margin:0px 5px;
	background-color:#FFEFB1;
	padding:10px;
}

#topics #title{
	font-weight:bold;
	margin:5px 0px 10px;
	color:#00467D;
}

#topics #topics_txt{
	margin:5px 0px 0px;
}

#topics #topics_txt p{
	margin-bottom:5px;
}

#topics #more{
	text-align:right;
}




#footer{
	background: url(images/bg_footer.gif);
	padding:30px;
}
