@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images2/bg2.gif);
	background-repeat: repeat-x;
	background-color: #F6F7E5;
}
.p_text1{
	margin-left: 40px;
	font-size: 140%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
.p_text2{
	margin-left: 50px;
	font-size: 190%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
.inq_table{
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 110%;
}
.inq_table th{
	width: 110px;
	color: #FFF;
	background-color: #00A2EF;
	border: 1px solid #999;
	margin: 5px;
	padding: 5px;
	text-align: center;
	font-size: 130%;
}
.inq_table td{
	width: 400px;
	border: 1px solid #EEEEEE;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 10px;
	background-color: #EEEEEE;
}
.inq_table2{
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 100%;
}
.inq_table2 th{
	color: #FFF;
	background-color: #00A2EF;
	border: 1px solid #FFF;
	margin: 5px;
	padding: 5px;
	text-align: center;
	font-size: 130%;
}
.inq_table2 td{
	border: 1px solid #EEEEEE;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.text_backcolor{
	background-color: #ffffee;	
}
.blue_text{
	color: #00A2EF;
}
.height20{
	height: 20px;
}

.center{
	text-align: center;
}

.request_li{
	font-size: 120%;
	margin: 5px;
	width: 150px;	
}