@charset "EUC-JP";

/*フラッシュ　#FLA
----------------------------------------------------------------*/
#FLA {
	background-color:#FFF;
	padding-bottom:15px;
	}
	
/*トップページ
----------------------------------------------------------------*/	
.btns {
	margin-bottom:15px;
	}

.btns .flo_l {
	width:275px;
	padding-bottom:5px;
	}
.btns .flo_r {
	width:275px;
	padding-bottom:5px;
	}	
.txt {
	border:solid 1px #e5e5e5;
	border-top:0;
	padding:9px;
	}
.txt p {
	float:right;
	width:175px;
	font-size:11px;
	line-height:15px;
	}
.txt img {
	float:left;
	}	



/*新着情報 #TOPICS2
----------------------------------------------------------------*/
#TOPICS2{
	width:565px;
	}	

#TOPICS_BG {
	width:563px;
	background-color:#FFF;
	border:solid 1px #e5e5e5;
	border-top:0;
	padding:5px 0 10px 0;
	}
#NPG {
	width:555px;
	height:115px;
	overflow:auto;
}
#NPG dl {	/*　文字全体　*/
	line-height:15px;
	margin:5px 10px;
	padding:0;
}
#NPG dt {	/*　日付部分　*/
	font-size:11px;
	line-height:17px;	
	font-weight:bold;
	letter-spacing:0.1em;
	margin:0 5px;
	padding:0 0 3px 0;
	background-image:url(../common_img/dot_line01.gif);/* 01~02 */
	background-position:bottom;
	background-repeat:repeat-x;			
	}
	
#NPG dt span {
	color:#ff6b7e;
	}	
#NPG dl dd {	/*　本文部分　*/
	font-size:11px;
	line-height:17px;
	margin:0 0 15px 0;
	padding:5px 5px 10px 5px;
	border-bottom:solid 1px #d7e5ef;	
}
#NPG dl dd a{
	color:#333;
	font-weight:normal;
}
#NPG dl dd a:hover{
	color:#FF9900;
	text-decoration:none;
	}	

