@charset "utf-8";

@import url("../css/common.css");

/* CSS Document */

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

searchBox

-------------------------------------------------- */
.searchBox {
	width: 200px;
	background: #E9E6C0;
	margin-top: 10px;
	padding: 12px 15px 0px 15px;
	text-align: center;
}

.searchBox li{
	padding-bottom: 10px;
}


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

pageRight table

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

#pageRight table{
	border-top: 1px solid #D9D3AE;
	width: 700px;
	border-collapse: collapse;
	margin: 25px 0 20px 0;
}

#pageRight table th{
	background-color: #E8E4BC;
	padding: 8px;
	width: 245px;
	text-align: left;
	background-image: url(../img/dot02.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #3D3914;
	font-weight: normal;
}

#pageRight table th span{
	color: #E80000;
	display: block;
}

#pageRight table td{
	padding: 8px;
	background-image: url(../img/dot02.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}

#pageRight table td input{
	border: 1px solid #CFC776;
	height: 18px;
	padding: 1px 0px 0px 3px;
}

#pageRight table td textarea{
	border: 1px solid #CFC776;
}

#pageRight .center{
	margin-bottom: 20px;
}

.finish{
	margin: 40px 0 30px 0;
	text-align: center;
	border: 1px solid #D9D3AE;
	width: 700px;
	background: #FFFFFF;
	padding: 50px 0;
}