@charset "utf-8";
/* CSS Document */

#red{
	color:#C00;
	width:731px;
	padding-top:20px;
	padding-bottom:5px;
	margin-left:16px;
	border-bottom:1px solid #CCCCCC;
}

#red p{
	margin-left:25px;
}

#wrapper{
	padding-bottom:40px;
	padding-top:5px;
	overflow:hidden;
}

#waku_t{
	width:763px;
	background-image:url(image/waku_t.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

#waku_c{
	width:763px;
	background-image:url(image/waku_c.jpg);
	background-repeat:repeat-y;
	background-position:left top;
}

#waku_b{
	width:763px;
	background-image:url(image/waku_b.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#inqury{
	padding-top:15px;
	padding-bottom:30px;
	overflow:hidden;
	margin-left:50px;
}

#inqury table{
}

#inqury table th{
	vertical-align:text-top;
	text-align:left;
	background-image:url(image/line.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

#inqury table th p{
	margin-left:15px;
	font-weight:normal;
}

#inqury table th p span{
	color:#C00;
}

#inqury table td{
	width:430px;
	
}

#btn_wrapper{
	padding-bottom:50px;
	overflow:hidden;
}

#btn{
	background-image:url(image/entry_btn.jpg);
	overflow:hidden;
	border:0px;
	background-repeat:no-repeat;
	background-position:left top;
	width:149px;
	height:30px;
	margin-left:300px;
		cursor:pointer;

}

#entry a{
	background-position:right top !important;
}