@charset "shift_jis";


/*---------------------------------------------
スタイルリセット・初期設定
---------------------------------------------*/

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
   margin:0;
   padding:0;
}

img {
	border:0;
	vertical-align:bottom;
	margin: 0; 
	padding: 0;
}

dl,dt,dd,ul,ol,li {
	list-style-type:none;
}


a{ overflow:hidden; }

div.clear{
	clear:both;
}

/* hr-hack */
div.hr-hack {
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}

div.hr-hack hr {
	display:none;
}

div.min_clear {
	clear:both;
	height:2px;
	line-height:2px;
	font-size:2px;
	display: block;
}
.min_clear hr {
	display: none;
}
/*---------------------------------------------
ボディ
---------------------------------------------*/
body {
	padding: 15px 0;
	text-align:center;
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;

}
.toptable h2 { 
display: inline;
}
.toptable h3 { 
font-size:13px;
font-weight: normal;
}
.toptable table { 
font-size:12px;
line-height:1.1em;
}
.toptable th { 
font-weight: normal ;
text-align:center;
background-color: red ;
color: white ;
padding: 0 5px;
}
.toptable td { 
background-color: white;
padding: 5px 5px; 
}




