/*----------------------------------------

reset

----------------------------------------*/
*{
padding:0;
margin:0;
font-weight:normal;
font-style:normal;
}

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;
}

fieldset,img{ 
vertical-align: bottom;
border: none; 
}

address,caption,cite,
code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}

ol,ul{
list-style:none;
}

caption,th {
text-align:left;
}

h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}

form{
line-height:1.0
}



/*----------------------------------------
clearfix
----------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*----------------------------------------
倍率速報
----------------------------------------*/

#kyogaku div#print_head { display:none; }
#danshi div#print_head { display:none; }
#jyoshi div#print_head { display:none; }



body {
font-size:12px;
line-height:15px;
text-align:center;
margin:0;
padding:0;
font-family:"ＭＳ Ｐゴシック", "MS PGothic",Sans-serif;
}
.box {
width:920px;
text-align:center;
margin:0 auto;
}
table {
width:920px;
text-align:center;
margin:0 auto;
}
table.danshi {
	border-top:#999 1px solid;
	border-left:#999 1px solid;
}
table.danshi td {
	border-right:#999 1px solid;
	border-bottom:#999 1px solid;
	padding:6px 0px 6px 0px;
}
strong {
	font-weight:bold;
	color:#F00;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic",Sans-serif;
}
span {
	font-weight:bold;
	color:#390;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic",Sans-serif;
}
a:link{color:#000; text-decoration:none;}
a:visited{color:#000;  text-decoration:none;}
a:hover{color:#000;  text-decoration:underline;}
a:active{color:#000;  text-decoration:none;}
