@charset "utf-8";
/* CSS Document */

/*-----Tags Style------*/
html, body, ul, dl, dt, dd, form, input, p, fieldset, legend, h2, h3 {
	margin:0;
	padding:0;
}
img {
	border:0;
}
/*-----Font Style------*/
* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#434343;
}
/*-----Link Style------*/
a {
	text-decoration:none;
	color:#434343;
	outline:none;
	hide-focus:expression(this.hideFocus=true);
}
a:hover, .map_list li dl dd a:hover, .moves_box ul li a:hover, .header-left-box .mail-box a:hover {
	color:red;
}
/*-----Clear Style------*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
.clear {
	clear:both;	
}
/*-----Input Style------*/
.input_text {
	height:18px;
	padding:3px;
	border:#999 1px solid;
}
.textarea_box {
	padding:3px;
	overflow:auto;
	border:#999 1px solid;
}