@charset "EUC-JP";   /*   文字コード   */

@import "/css/reset.css" ;
@import "whatsnew.css" ;

/* init */
body {
	font-size:12px;
	font:"ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:120%;
	width:430px; 
}

img {
	border:0;
	vertical-align :bottom;
}

strong,em {
	font-weight:bold;
}

a	{
	text-decoration:none;
	color:#FFFFFF;
	outline:none;
	overflow:hidden;
}

a:link { }
a:visited {  }
a:hover,a:active,a:focus {
	color:#FF5500;
	text-decoration:underline;
}

.clear {
	clear:both;
}

.clear hr {
	display:none;
}

body#whatsnew	{ } /* whats new contents exclusive */

#wrapper {
	width:430px;
}

#contents {
	width:430px;
	margin:0;
}

#information { }

/*   news   */
#news	{ }

#news dl {
	clear:both;
	width:430px;
	margin:0 auto 5px;
	line-height:1;
	text-align:left;
}

#news img	{
	margin:0 auto;
}

#news dt { 
	float:left;
	clear:both;
	width:80px;
}

*html #news dt {
	float:left;
	clear:both;
	margin-left:1px;
}

#news dt em {
	font-weight:normal;
	margin-right:10px;
	line-height:17px;
	font-style:normal;
}

#news dd.link {
	float:left;
	width:340px;
	margin:0 0 5px;
}

#news dd.link a {
	line-height:17px;
}

#news dd.link em {
	color:#990000;
}