@charset "UTF-8";
body {
	background-color: #EEE;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body#request h1 {
    float: left;
}
div#wrapper div#header p { color: #333; }
div#wrapper div#container { }
div#wrapper div#footer {
	width: 940px;
	border-top: solid 1px #CCC;
	clear: both;
	padding: 10px 0px;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
}
body#request {
	background: url(../images/bg.jpg) left -10px repeat-x;
	line-height: 140%;
}
body#request #header_wrap {
	background: #fff;
	border: none;
}
body#request #copy {
	float: left;
	margin-left: 20px;
	;
	font-size: 12px;
}
body#request #footer_wrap {
	margin-top: 20px;
	padding: 0;
	height: 80px;
	border-top:none;
	background: url(../images/foot_bg.jpg) left bottom repeat-x;
}
body#request #footer { padding-top: 10px; }
body#request #footer #logo { float: left; }
body#request #footer #foot-address {
	float: left;
	padding-top: 10px;
	margin-left: 20px;
}
body#request #footer #map {
	float:right ;
	min-width:0;
	margin: 0;
	padding-top: 5px;
}
body#request address {
	padding-top: 20px;
	text-align: center;
	font-size: 11px;
}
#privacy {
	width: 800px;
	height: 100px;
	margin: 0 auto 20px;
	padding: 15px 15px 0;
	border: 1px solid #ccc;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 12px;
}
#privacy dt {
	font-weight: bold;
	font-size: 13px;
}
#privacy dd { margin-bottom: 20px; }
#privacy dd ul { margin-top: 10px; }
#privacy dd ul li { list-style: inside disc; }
