@charset "shift-jis";
@import "base.css";
@import "layout.css";

/* -----------------------------
		　トップコンテンツ
----------------------------- */

body {
	margin: 0px auto;
	background:#ffffff url(../img/bg_top2.jpg) repeat-x top;
	padding: 0px;
	text-align: center;
	color: #666;
	font-size:76%;
	line-height:1.4;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h2 {
margin:0 auto 0 auto;
}

#title {
	position:relative;
	margin:0 auto 33px auto;
	padding-top:22px;
	width: 920px;
	text-align:left;
	clear:both;
}

.pan {
	position:absolute;
	top:58px;
	left:16px;
	font-size:11px;
}

.pan a {
	color:#559AC5;
	text-decoration:none;
}

#contents {
	width: 920px;
	margin: 0px auto 60px auto;
	padding-top: 30px;
	clear:both;
}

#contents h3 {
	width:920px;
	height:40px;
	color:#559AC5;
	font-size:14px;
	background: url(../img/bg_ttl.jpg) no-repeat left top;
	text-align:left;
	padding-top:10px;
	padding-left:15px;
	margin-bottom:3px;
	_margin-bottom:10px;
	clear:both;
}

#contents p {
	margin-top:7px;
	margin-bottom:20px;
	float:left;
	text-align:left;
	line-height:180%;
	width:100%;
}

#contents p a {
	color:#559AC5;
}


dl{
	float:left;
	width:910px;
	margin:3px auto 7px auto;
}

dt{
	float:left;
	width:120px;
	text-align:left;
	color:#686868;
	line-height:180%;
	font-weight:bold;
}

dd{
	float:left;
	width:780px;
	text-align:left;
	line-height:180%;
}

table {
	float:left;
	margin-bottom:30px;
}

td {
	line-height:160%;
	font-size:12px;
}

.textareaL {
	width:920px;
	height:82px;
}

.inputL {
	width:300px;
	height:20px;
}

.inputL2 {
	width:50px;
	height:20px;
}

.inputL3 {
	width:100px;
	height:20px;
}

h4 {
	padding-left:20px;
	background:url(../img/inquiry/ico_point.gif) no-repeat left center;
	float:left;
	color:#559AC5;
	display:block;
	margin-top:30px;
	font-size:12px;
}

.buttons {
float:left;
}

form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
}

ul.errors {
	float:left;
	margin-bottom:30px;
}


ul.errors li {
	margin:20px;
	text-align:left;
}















