@charset "EUC-JP";

/**
 ** hsr.js用cssファイル
 ** hsr-js.css
 **/

/*---- 新着情報 ----*/
#new {

}
 
 #new .whatNew {

 }
 
 #new .whatNewHead {
 	 margin: 0;
	 padding-left: 17px;
 	 background: transparent url(../images/arrow.gif) center left no-repeat scroll;
 }
 
#new .whatNewBody {
	margin-bottom: 10px;
	padding-bottom: 10px;
	 border-bottom: 1px dashed #cccccc;
}

#new  .last {
	 border-bottom: none;
 }
 
 /*---- 新着情報日付クラス ----*/
#new .day {

}

/*---- 新着情報タイトルクラス ----*/
#new .title {
	color: #660066;
}

/*---- 新着情報本文 ----*/
#new p {
	font-size: 90%;
	color: #333333;
}


