@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------------------　common*/

html {
    height: 100%;
}

body {
	width: 800px;
	margin: 0;
	padding: 10px 0 0 50px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1.4;
	font-size: 12px;
	color: #000;
}

#contents_box {
}

#h_logo {
	float:left;
	line-height: normal;
	font-size: 20px;
	width: 300px;
	height: 25px;
}

#close_btn {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(../images/common/btn_close.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: right;
	margin: 10px 10px 0px 0px;
}

#map03{
	width: 800px;
	height: 350px;
	padding: 50px 0;
}

#footer {
	clear: both;
	float: left;
	font-size: 10px;
	width: 300px;
	height: 20px;
	/*border: solid 1px #F6F;*/
}

#footbox address {
	width: 250px;
	float: left;
	font-style: normal;
	margin: 0 0 0 5px;
	font-size: 10px;
	padding: 15px 0;
}