body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input, textarea,
p, blockquote,
table, th, td {
	margin: 0;
	padding: 0;
}

body {
	background-color: #003366;
	color: #000000;
	
	/* フォントサイズ統一：ハック */
    font-size: 13px; /* モダンブラウザ向け */
    *font-size: small; /* IE 7向け */
    *font: x-small; /* IE 6以下 */
	
	color: #ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka, 'Hiragino Kaku Gothic Pro', sans-serif;
	text-decoration: none;
	word-wrap: break-word;
	word--break: break-all;
}


/* トピックス：iframe */
body#if_topics {
	width: 306px;
	line-height: 100%;
}
body#if_topics dl {
	padding: 0 0 0 6px;
	width: 300px;
}
body#if_topics dl dt {
	padding-top: 3px;
	width: 300px;
}
body#if_topics dl dd {
	padding: 0 0 5px 0;
	width: 300px;
	font-weight: bold;
	line-height: 130%;
}
body#if_topics dl dd a {
	color: #ffcc00;
}
body#if_topics dl dd a:hover {
	text-decoration: underline;
}


/* トピックス：iframe */
.font_l {
	font-size: 120%;
	line-height: 160%
}



