@charset "utf-8";

*{
  margin:0;
  padding:0;
}
body {
	width:610px;/* 表示するiframeのwidth - 20px(スクロールバーの分、マージンがある場合はそれも加味) */
	margin:0px;
	font-family: "ＭＳ Ｐゴシック",'Hiragino Kaku Gothic Pro',Osaka,sans-serif;
	color:#333;
	font-size:12px;
	line-height:20px;
	text-align:left;
}

/*新着情報(WN02)　フレーム内
----------------------------------------------------------------*/	
#wn02 {
	width:610px;/* 表示するiframeのwidth - 20px(スクロールバーの分、マージンがある場合はそれも加味) */
	margin:5px;
	}

#wn02 .date {	/*　日付部分　*/
	width:8em;
	color:#f73b79;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	vertical-align:top;
	background-image:url(../common_img/dot_line01.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:5px 10px 5px 5px;
	}
#wn02 .comment {	/*　本文部分　*/
	font-size:12px;
	padding:5px 10px 5px 0;
	background-image:url(../common_img/dot_line01.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
	#wn02 .comment a{
	color:#0031cf;
	text-decoration:underline;
	}
	#wn02 .comment a:hover{
	color:#06A0FC;
	text-decoration:underline;
	}
	#wn02 .comment img{
		vertical-align:text-bottom;
	}
