@charset "UTF-8";
/*******************************************************************************
file name  :  index.css
********************************************************************************/

/*******************************************************************************
	main
*******************************************************************************/
#wrapper{
	background:url(../img/bg_main.jpg) top left repeat-y;
	padding-bottom:5px;
}
#main{
	width:780px;
	margin:0 auto;
	background:#FFFFFF;
	padding:5px;
}
/*******************************************************************************
	content
*******************************************************************************/
#content{
	width:615px;
	margin:0 auto;
}
#content p{
	width:585px;
	padding:20px 15px 0 15px;
}
.inquiry h1 {
	background-image: url(../img/form/img_main_upper.jpg);
	background-repeat: no-repeat;
	font-size: 120%;
	font-weight: bold;
	color: #4C8ECB;
	text-align: left;
	height: 25px;
	width: 615px;
	padding: 15px 0 0 20px;
}
#content .section-Lv1{
	width:580px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content .section-Lv1 table{
	width:580px;
	margin-top:20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
}
#content .section-Lv1 table tr th {
	vertical-align:top;
	width: 130px;
	padding:5px 0;
	font-weight: normal;
}
#content .section-Lv1 table tr td {
	vertical-align:top;
	width: 450px;
	padding:5px 0;
}
/*#content .section-Lv1 table tr td input,
#content .section-Lv1 table tr td textarea{
	width:350px;
}
#content .section-Lv1 table tr td input#submit{
	width:50px;
}*/

.pagetop{
	text-align:right;
	padding-top:30px;
	padding-right:5px;
}
.pagetop a{
	font-size:80%;
	text-decoration:underline;
}

#content .section-Lv1 p {
	padding: 0 0 5px 0;
	width: 350px;
	font-size: 80%;
}
#content span {
	color: #4C8ECB;
}
#content .section-Lv1 label {
	font-weight: normal;
}

#content .section-Lv1 .button {
	text-align: center;
	padding-top: 30px;
}
/*.section-Lv1 tr {
	text-align: left;
	vertical-align: top;
	padding:10px 0;
}*/
#content .section-Lv1 table table {
	margin:0;
	width:450px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content .section-Lv1 table table tr th {
	width:80px;
}
#content .section-Lv1 table table td {
	width:auto;
}
#content .section-Lv1 .last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

