@charset "utf-8";
/* CSS Document */

/*-- MAINCONTENTS --*/
.newslist table {
	border-collapse: collapse;
	width: 470px;
}
.newslist th,
.newslist td {
	text-align: left;
	padding: 5px 0px;
	border-bottom: solid 1px #A9B2BE;
	font-weight: normal;
	font-size: 80%;
	vertical-align: top;
}
.newslist th {
	width: 100px;
}
td.btn {
	width: 60px;
}
td.title {
	padding-left: 20px;
	background: url(../common_img/navi_sankaku.png) no-repeat 5px 8px;
}

/*-- EXCONTENTS --*/

/*-- OTHER --*/
.body {
	height: 100%;
}
#flCont {
/*	background: #FFFFFF; */
	background: none;
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
}
	
