@charset "UTF-8";

/**/

blockquote, div, dl, dt, dd,  
h1, h2, h3, h4, h5, h6,  
ul, ol, li, p, pre, span, td, th {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	overflow-y:scroll;
}

body {
	margin: 0; 
	padding: 0;
	background: #f2eada url(../image/common/bg_topics.gif) no-repeat fixed left top;
	height: 100%;
	color: #000000;
	font-size: 12px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
}  

/* for IE7 */
*+html body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
	font-size: 84.5%;
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック";
	font-size: 84.5%;
}

a {	text-decoration: underline; }
a:link		{ color: #006600; }
a:visited	{ color: #006600; }
a:hover		{ color: #66cc00; }
a:active	{ color: #006600; }

a img { border: 0; }

img { vertical-align: top; }

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

/*レイアウト
-----------------------------------------------------------------*/
dl {
	width: 225px;
	line-height: 1.3;
}
dl dt {
	color: #993300;
	font-weight: bold;
}

dl dd {
	margin: -16px 0 6px 0;
	padding: 0 0 7px 3.5em;
	background: url(../image/common/img_border_topics.gif) no-repeat left bottom;
	color: #006600;
	font-weight: bold;
}

/**/




