@charset "utf-8";

/* topics.html専用スタイルシート */

body {
	margin: 0;
	padding: 0;
	font: 15px/1.231 Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	/* for IE6/7 */ 
	*font-size: normal; 
	/* for IE Quirks Mode */
	*font: x-small; 
}

html{ overflow-x: hidden; }

a:link {  
    color:#09f;  
    text-decoration:none;  
}  
a:visited {  
    color:#06c;  
    text-decoration:none;  
}  
a:hover {  
    color:#0c6;  
/*    text-decoration:underline; */
}  
a:active {  
    color:#666;  
}

#topics_box { width: 680px; height: auto; background: #FFFFFF; }
#topics_box dl { margin: 0 0 0 0; font-size: 85%; }

#topics_box dl dt {
	padding: 0 5px 5px 5px;
	line-height: 1.6em;
	clear: left;
	float: left;
	width: 260px;
	letter-spacing: 0.05em;
}

#topics_box dl dt img { margin: 10px 0 0 5px; padding: 0; }

#topics_box dl dd {
	margin: 0;
	padding: 12px 5px 10px 270px;
	background: url(../blog/images/dot_line.gif) 0 bottom repeat-x;
	line-height: 1.6em;
	text-align: justify;
	letter-spacing: 0.05em;
}