body {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #F5F5F5;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",Osaka,"MS Gothic",monospace;
}

td {
	font-size: 10pt;
	color: #666666;
	line-height: 1.3em;
}

#background {
	width: 820px;
/*
	height: 100%;
*/
	margin: 0 auto;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
}

#copyright {
	color: #eeeeee;
	font-size: 8pt;
/*	font-family: "ＭＳ ゴシック",monospace	*/
	position: relative;
	left: 15px;
}

.pankuzu {
	font-size: 8pt;
	color: #FFFFFF;
}
.form_box_active {
	list-style-type: none;
	border: 1px solid #7F9DB9;
	ime-mode: active
}
.form_box_inactive  {
	list-style-type: none;
	border: 1px solid #7F9DB9;
	ime-mode: disabled
}
.txt_small {
	font-size: 8pt;
	line-height: 1.3em;
}




.pankuzu A:link {
	text-decoration: none;
	color: #FFFFFF;
}
	
.pankuzu A:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.pankuzu A:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.pankuzu A:active {
	text-decoration: none;
	color: #FFFFFF;
}



A:link {
	text-decoration: none;
}
	
A:visited {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

A:active {
	text-decoration: none;
}
.l_bg {
	background-image: url(../img/l_bg.gif);
}
