*{
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
html{
	width: 100%;
	height: auto;
	min-height: 100%;
	_height: 100%;
}
body{
	width: 100%;
	height: auto;
	min-height: 100%;
	_height: 100%;
	background-image: url("./img/back.gif");
	background-repeat: repeat-x;
	font-family: 'qMmpS Pro W3','Hiragino Kaku Gothic Pro','CI',Meiryo,'lr SVbN',sans-serif;
	text-align: center;
	font-size: 14px;
}
a img{
	border: none;
	text-decoration: none;
}
a:link,
a:visited{
	overflow: hidden;
	color: #2040f0;
}
a:hover{
	overflow: hidden;
	color: #80a0ff;
}
table{	}
tr{	}
th{
	min-width: 150px;
	_width: 150px;

	padding: 0.5em;
	background-color: #ebd4b6;
	border-right: #564d44 4px solid;
	text-align: right;
	
}
th.top{
	width: auto;
	padding: 0.5em;
	background-color: #ebd4b6;
	border-right: 0px;
	border-bottom: #564d44 4px solid;
	text-align: right;

}

td{
	padding: 0.5em;
	text-align: left;

}
/*@pop up n@*/
#windowcolumn{
	width: 600px;
	height: 100%;
	min-height: 100%;
	overflow: hidden;

	background-color: #f1e0cb;
	text-align: center;
}
#windowarea{
	width: 500px;
	height: auto;
	min-height: 100%;
	_height: 100%;

	overflow: hidden;
	
	margin: 0px auto 0px auto;
	text-align: left;
}
#windowarea h2{
	
	
}

/*ėp*/
.clear{
	clear: both;
	width: 0px;
	height: 0px;
}
.pos-right{
	text-align: right;
}
.clearline{
	clear: both;
	height: 1px;
	border: 0px;
	background-color: #dfb988;
	margin: 0px 0px 12px 0px;
}


