@charset "utf-8";
/* =======================
 news
==========================  */
#page_icon {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 102;
}

#news_box{
    left: 150px;
    top: 110px;
    position: absolute;
    z-index: 102;
	width:320px;
	max-height:350px;
}

#news_box h1{
	background:url(../img/page_title_border.png) repeat-x;
	background-position:bottom;
	padding-bottom:18px;
}

#news_box #list_right_border{
	border-right:#e6e6e6 solid 2px;
} 

#news_box ul#list{
	margin-top:28px;
	padding-right:16px;	
	
	/* 4 contents */
	overflow-x:hidden;
	overflow-y:scroll;
	height:288px;
}

#news_box ul#list li.list_li{
	border-bottom:#cacaca dotted 1px;
	padding-bottom:16px;
	margin-bottom:16px;
}

#news_box ul#list li.list_li_last{
	border-bottom:#cacaca dotted 1px;
	padding-bottom:16px;
}

#news_box ul#list li ul{
	display:table;
}

#news_box ul#list li ul li{
	display:table-cell;
	vertical-align:middle;
}

#news_box ul#list li ul li img{
	margin-right:16px;
}

#news_box ul#list li ul li p.date{
	color:#ed7700;
}


/* contents */
#top {
/*display: none; */
width: 100%; position: absolute; left: 0; top: 0; overflow: hidden; }
#top .about {
/* display: none; */
position: absolute; z-index: 102; left: 0; top: 50%; margin-top: -270px; width: 100%; text-align: center; }
#top .about .top_message { padding-left:250px; }
#top #topImg { width: 100%; height: auto; z-index: 0; }
