body {
	background:url(images/tail-top.gif) left top repeat-x #fff;
	margin:0; padding:0;
	/*text-align:center;*/
	/*font:"lr SVbN", "MS Gothic", "Osaka|", Osaka-mono, monospace;*/
	}

* html #floatWindow dl{
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/floatWindow.png',sizingMethod='scale');
}
* html #floatWindow dl *{
    position:relative;
}



pageText{
	letter-spacing:30px;
}

/**/
#site_box{/*
	margin:0 auto 0 auto;*/}

/*popup window*/
#floatWindow{
	display:none;
	position:absolute;
	width:688px;
	height:680px;
	top:50px;
	left:50px;
}
#floatWindow p{ margin:0;}
#floatWindow_in{
	background:url(./images/pop_window_main.png) repeat-y;
	width:688px;
	height:694px;
	position:relative;

}
#floatWindow_in iframe{
	margin:8px;}
#floatWindow p.close_btn{
	position:absolute;
	right:10px;
	top:6px;
	z-index:9999;
	margin:0;
}
#floatWindow p.close_btn a img{
	border:none;
}
#floatWindow dl{
	width:100%;
	margin:0;
}
#floatWindow dl dt{
	height:38px;
	line-height:38px;
	text-indent:1em;
	color:#333;
	font-weight:bold;
	cursor:move;
	font-size:18px;
	background:url(images/pop_window_top.png) no-repeat;
}
#floatWindow dl dd{
	margin:0;
	padding:2em;
	line-height:1.5;
	text-indent:1em;
}


/*contact form*/
#contact_form{
	margin:0; padding:0;
	background:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif
	}
#contact_form *{ margin:0;}	
#contact_form h2{
	font-size:12px;
	margin:5px 0 0 0;
	text-indent:10px;
	background:#333;
	color:#FFF;}	
#contact_form table.contact_tbl{}
#contact_form table.contact_tbl th{
padding:2px;
	text-align:left;
	font-size:11px;
	border:solid #CCC;
	border-width:0 0 1px 0;
}
#contact_form table.contact_tbl td{
	padding:2px;
	font-size:11px;
	border:solid #CCC;
	border-width:0 0 1px 0;
	}
#contact_form p.err_txt{
	position:relative;
	height:1px;
	line-height:1px;
	}	
#contact_form p.err_txt span{
	display:block;
	position:absolute;
	color:#F00;
	font-size:11px;
	top:-7px;
	width:170px;
	height:23px;
	line-height:23px;
	text-indent:30px;
	background:url(images/bg_err.png) no-repeat 0 0;

	
}
#contact_form table.contact_tbl input.txtbox{
	height:13px;
	_height:17px;
	font-size:11px;
	}	
*:first-child+html #contact_form table.contact_tbl input.txtbox{
	height:11px;	
	}

#contact_form table.contact_tbl .hissu{
	color:#F00;
	}
