@charset "utf-8";
/* CSS Document */

body {
	
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#spring_contents {
	width:750px;
	margin:5px;
	line-height:160%;
}
#spring_contents h1{
	font-size:20px;
	margin:0px;
}
#spring_contents h2{
	font-size:16px;
	margin-bottom:10px;
	border-bottom:1px solid #C00;
}
#spring_contents table{
	width:730px;
	margin-left:10px;
	border-top:solid 1px #666666;
	border-left:solid 1px #666666;
}
#spring_contents table td,th {
	padding:5px;
	border-bottom:solid 1px #666666;
	border-right:solid 1px #666666;
}
#spring_contents .top_frame {
	margin-bottom:15px;
}
#spring_contents .top_frame table th{
	width:120px;
	background-color:#F8F8FF;
}

#spring_contents .bottom_frame table th{
	width:160px;
	text-align:left;
	background-color:#F0F8FF;
}


#spring_contents .err{
padding-left:15px;
color:#FF0000;
}
.mode{
	font-size:10px;
	color:#999;
}
.txtmode1 {
  ime-mode: active;   /* 全角モード */
}
.txtmode2 {
  ime-mode: inactive; /* 半角モード */
}
.hissu{
	font-size:12px;
	font-weight:normal;
	text-align:right;
	width:100%;
	margin:0px;
}