@charset "utf-8";


/*---------------------------------------------

	css/inquiry.css

-----------------------------------------------*/

@import "reset.css";
@import "base02.css";
@import "module.css";
@import "dropdowns02.css";

@import "form.css";



/*---------------------------------------------

Center_Contents

-----------------------------------------------*/
#Center_Contents p{
	margin-bottom:1em;
}


/*---------------------------------------------

form

-----------------------------------------------*/
#Inq_form{
	background-image:url(../img/q_a/inquiry/bk.gif);
	background-repeat:repeat-y;
	width:900px;
	margin-bottom:15px;
}
#Inq_form #Inq_form_bk{
	background-image:url(../img/q_a/inquiry/bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:15px;
}

.form_table table{
	width:870px;
	margin-left:15px;
	margin-bottom:15px;
}
.form_table table td{
	width:680px;
}



