@charset "utf-8";

* {
	margin:0;
	padding:0;
}

body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	line-height: 1.4;
}

a {
	text-decoration: underline;
	color: #000066;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: bottom;
}

#enqWrap {
	max-width: 800px; /* 最大幅 */
	min-width: 240px; /* 最小幅 */
	min-height: 400px;
	border: 1px solid #ccc;
	border-top: none;
	margin: auto;
}

#enqWrap #enqHeader {
	width\: 100%;
	height: 60px;
	border-bottom: 1px solid #000066;
	padding: 8px 0 0 10px;
	margin-bottom: 20px;
}


#enqMain {
	width: 90%;
	margin: auto;
	min-height: 600px;
	_height: 600px;
}

#enqWrap #enqMain h1 {
	padding: 3px 24px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	background: url(../img/enq_bg_title.gif) no-repeat left top;
}

p {
	font-size: 92%;
	margin-bottom: 10px;
}
h1 {
	font-size: 152%;
}

#enqMain {
	margin: auto;
	font-size: 14px;
}
#enqMain p {
	font-size: 14px;
}
