/* CSS Document */


/*　各ブラウザごとの異なる余白リセット
------------------------------------------　*/
*{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1,h2,h3,h4{
font-size:100%;
padding-bottom:0.5em;
font-weight: normal;
}
ul,li,ol{
	margin: 0px;
	padding:0px;
font-size:80%;
}


/* topics */
.topics {
	font-size: 80%;
}
.topics h2 {
	font-size: 110%;
	font-weight: bold;
	background-color: #CCFFCC;
	padding: 6px;
}
.topics-menu {
}