デフォルトスタイルリセット
-------------------------------------------*/

html, form, ul, li {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
html{
	height:100%;
}
body{
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size:10pt;
	margin:0px auto;
	padding:0px;
	text-align:left;
	height:100%;
	/*overflow:hidden;*/
}
img { border: 0; }
table { border-spacing: 0; empty-cells: show; }
ul{ list-style-type:none; }


/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.blank {
	height:21px;
}
.blank2 {
	height:19.8px;
}
.blank3 {
	display:inline-block;
	height:15.8px;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}

/* メインリンク調整 */
a:link{color:#777 ;text-decoration:none;}
a:visited{color:#777; text-decoration:none;}
a:hover{color:#000; text-decoration:underline;}
a:active{color:#000;}

/* 全体 */
#container{
	/*width: 1280px;*/
	width: 100%;
	margin:0px auto;
	position:relative;
	min-height: 100%;
}
body > #container {
	height: auto;
}

/* ヘッダ */
#header{
	background-color:#ddd;
	/* width:1280px; */
	width: 100%;
	/*padding:0 0 0 10px;*/
}
#header #sub{
	float:left;
}
#header #menu{
	float:right;
	margin-right:10px;
}
/* フッタ */
#footer{
	background-color:#ddd;
	/*width:1280px;
	text-align:center;
	padding:0 0 0 10px;*/
	text-align:center;
	position:absolute;
	bottom:0px;
	height:30px;
	width:100%;
}
#footer .copy{
	margin: 5px 0 0 0;
}
/* コンテンツ */
#contents{
	width:1280px;
	padding:0 0 0 10px;
	margin:0px auto;
	font-size:10pt;
}

#contents a{
	font-size:10pt;
}
#contents a:link{color:#00f ;text-decoration:none;}
#contents a:visited{color:#00f; text-decoration:none;}
#contents a:hover{color:#00f; text-decoration:underline;}
#contents a:active{color:#00f;}

}
h1{
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:15pt;
	display:inline;
}

table{
}
table th, table td{
	font-size:10pt;
}

.err{
	font-weight:bold;
	color:#f00;
}

.zenkaku{
	ime-mode:active;
	width:200px;
}
.digit{
	text-align:right;
	ime-mode:disabled;
	width:50px;
}
