@charset "utf-8";

*{
  margin:0;
  padding:0;
}
body {
	width:548px;/* 表示する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;
}

/*新着情報(WN01)　フレーム内
----------------------------------------------------------------*/	
#wn01 {
	width:538px;/* 表示するiframeのwidth - 20px(スクロールバーの分、マージンがある場合はそれも加味) */
	margin:5px;
	}
#wn01 .date {	/*　日付部分　*/
	width:9em;
	color:#ff6b7e;
	font-size:11px;
	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;
	}
#wn01 .comment {	/*　本文部分　*/
	font-size:11px;
	line-height:20px;
	text-align:left;
	vertical-align:top;
	padding:5px 10px 5px 0;
	background-image:url(../common_img/dot_line01.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
	#wn01 .comment a{
		color:#555;
		text-decoration:underline;
	}
	#wn01 .comment a:hover{
		color:#777;
		text-decoration:underline;
	}
	#wn01 .comment img{
		vertical-align:text-bottom;
	}