@charset "utf-8";


@import url("print_import.css");

/*
	Since:22 Aug 2008
	Last-Updated:04 Sep 2008
	Editor:Masataka Asakura(INCREA)
*/


/*
-------------File Contents--------------
	
	1. news-headlines
	
	2. sidebar

*/


#mv-container{
	position:relative;
	margin:0 auto;
	width:850px;
	height:279px;
}

#shinsai-msg{
	position:absolute;
	z-index:10;
	margin-left:-273px;
	top:100px;
	left:50%;
}

/*
------------1. news-headlines----------------
*/


#news-headlines h2{
	border-bottom:5px solid #390;
	padding:0;
	margin:0;
	line-height:0;
	height:20px;
}

#news-headlines ul{
	list-style:none;
	padding:15px 8px 0 0px;
}

#news-headlines ul li{
	padding-bottom:12px;
	line-height:1.4;
}

#news-headlines ul li div.news-date{
	float:left;
	width:17%;
}

#news-headlines ul li div.news-title{
	float:left;
	width:82%;
}

ul#view-all{
	display: none;
}


/*
------------2. sidebar----------------
*/

#sidebar h3{
	font-size:100%;
}
#sidebar ul{
	list-style: none;
	padding:5px 0 0 0;
	margin:0;
}
#sidebar ul li{
	padding:0 0 8px 0;
	background-image:none;
	
}
#sidebar ul li.list-bottom{
	padding-bottom:0px;
	line-height: 0;
}

#sidebar ul li a{
	border-bottom:0;
	text-decoration:none;
}

li.banner-left{
	float:left;
	width:88px;
}
li.banner-right{
	float:right;
	width:88px;
}

