@charset "EUC-JP"; 



/* init */
body	{ font-size: 12px;
font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', '¥Ò¥é¥®¥Î³Ñ¥´ ProN W3', Meiryo, ¥á¥¤¥ê¥ª, sans-serif;
font-size: 12px; line-height: 120%;
width:360px; /* width fix for IE */
 }

img { border: 0; vertical-align : bottom}
strong,em	{ font-weight:bold; }


a		{ text-decoration: none; color: #652; }
a:link{  text-decoration: none; color: #652;}
a:visited{  text-decoration: none; color: #652; }
a:hover,a:active,a:focus{ color: #FF6600; text-decoration: underline; }



.clear		{ clear:both }
.clear hr	{ display:none; }



body#whatsnew	{ } /* whats new contents exclusive */
body#topics		{ } /* topics contents exclusive */

#wrapper	{ width:360px; }


/*   content  */
#contents		{ width: 360px; margin:0; }



/*   information   */
#information		{ }

/*   news   */
#news			{ }
#news dl		{ 
	width: 360px;
	margin: 0 auto;
	line-height: 1;
	text-align: left;
	padding-bottom: 6px;
	background: url(line.gif) left bottom repeat-x;
	clear:both;
}


#news img	{ margin: 0 auto; }


#news dt		{ 
	float: left;
	clear: both;
	margin-left: 6px;

}



*html #news dt {
	float: left;
	clear: both;
	margin-left: 1px;
}


#news dt img	{
	padding-top: 6px;
	margin: 0 4px 10px 0;
	float:left;
	
}



#news dt em {
	margin-right: 10px;
	font-weight: bold;
	color: #333366;
	line-height: 26px;
}

#news dd.link {
	float: left;
	width: 250px;
	padding-top: 4px;

}

#news dd.link a {
	line-height: 20px;
}


#news dd.link em		{ color:#990000; }





/* topics index */ /* temp */

.memo	{ margin:5px 0 5px 10px; }

body#topics_index {
	color: #000;
	width:100%;
}

body#topics_index h4		{ margin:0 0 10px 56px; padding:10px 0 0; font-size:14px; font-weight:bold; color:#555; }

body#topics_index #wrapper { width:800px; margin:0 auto 0; }
body#topics_index #contents{ width:800px; background:#fff; }

body#topics_index #news dl		{ width:700px; }
body#topics_index #news dt 		{  }

body#topics_index #news dd.link { width:595px; }



.go_old		{ margin:0 0 0; width:760px; text-align:right; padding:0 0 10px; }



