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


html {
	overflow-y:scroll;
}

/* contents */

div#contents{
	margin:38px auto;
	width:854px;
}


iframe#news_index{
	float:left;
	width:427px;
	height:400px;
}



div#recent_news{
	float:right;
	width:380px;
}

div#recent_news div.date{
	margin-bottom:13px;
	height:12px;
	font-size:12px;
	line-height:12px;
}
div#recent_news div.date span{
	padding-left:12px;
	color:#c33;
	font-weight:bold;
}
div#recent_news h3{
	padding-bottom:15px;
	font-weight:bold;
	font-size:15px;
	line-height:24px;
}
div#recent_news h4{
	margin:30px 0 15px;
	font-weight:bold;
	font-size:14px;
	line-height:14px;
}

div#recent_news p{
	margin-bottom:15px;
	font-weight:bold;
	font-size:13px;
	line-height:23px;
}
div#recent_news p.caption{
	margin:5px 0 20px;
	font-weight:bold;
	font-size:12px;
	line-height:18px;
}

div#recent_news p a:link   {text-decoration:underline;}
div#recent_news p a:visited{text-decoration:underline;}
div#recent_news p a:hover  {text-decoration:none;}
div#recent_news p a:active {text-decoration:none;}


div#news_image01{
	padding-top:6px;
}
div#news_image01 img{
	margin-top:14px;
}







/* footer */

#footer{
	height:40px;
}

div#page_top{
	float:right;
	margin-top:11px;
	color:#fff;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	text-align:right;
}
div#page_top a{
	display:block;
	margin-right:49px;
	padding-left:20px;
	background:url(../img/news/pagetop.png) left center no-repeat;
}
div#page_top a:link   {color:#fff;}
div#page_top a:visited{color:#fff;}
div#page_top a:hover  {color:#fff;}
div#page_top a:active {color:#fff;}


@media screen and (max-width: 640px){

#contents{
	width:90% !important;
	margin:0 auto;
	overflow:hidden;
}

iframe#news_index{
	float:none;
	width:100%;
	height:340px;
	overflow:hidden;
}



div#recent_news{
	float:none;
	width:100%;
}



}

