/*-----テキスト・段落設定-------*/
h1 {
	font-size: 150%;
	font-weight: bold;
}
h2 {
	font-size: 120%;
	font-weight: bold;
}
h3 {
	font-size: 100%;
	font-weight: bold;
}
h4 {
	font-size: 10px;
	font-weight: normal;
	text-align:center;
}
p {
	font-size: 100%;
	margin:5px;
}
/*-----ページ設定-------*/
.contents div{
	margin: 10px auto;
}
.top_topic01 , .top_topic02 , .top_topic03 {
	width:180px;
	height:34px;
	padding:8px 0px;
	font-weight: bold;
	font-family:"ＭＳ Ｐ明朝", "平成明朝", "ヒラギノ明朝 Pro W3", sans-serif;/*明朝*/
	text-align:center;
	}
.topic img {
	background-color:#FF4400;
	vertical-align:middle;
	}
.top_topic01{
	background:url(images/top_topic_01.gif) no-repeat;
}
.top_topic02{
	background:url(images/top_topic_02.gif) no-repeat;
}
.top_topic03{
	background:url(images/top_topic_03.gif) no-repeat;
}
.counter {
	font-family:sans-serif;/*ゴシック*/
	font-size: 100%;
	font-weight: bolder;
	padding:5px;
	text-align:center;
	margin: 10px auto;
}
