@charset "shift_jis";
/* CSS Document */

body {
	font-size: 13px;
	font-weight: normal;
	height: auto;
}

a:link {
	color:#333;
	text-decoration: none;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
	color: #000;
}

.text_center_red {
	color: #F30;
	font-weight: bold;
	text-align: center;
	display: block;
}

#contact_box {
	width: 720px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	clear: both;
	display: block;
	padding-top: 10px;
}

#contact_box2 {
	height: 1610px;
	width: 720px;
	padding-top: 10px;
	float: left;

}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#footer {
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both;
	background-color: #060;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 5px;
	width: auto;
	min-width: 1000px;
	font-size: 11px;
	color: #FFF;
}
