/*---import CSS-----------------------------------*/
@import "base_layout.css";
@import "common_parts.css";
/*---import CSS-----------------------------------*/

/*---main-----------------------------------*/
.form_box{
	margin: 0px auto 0px auto;
}

.celname{
	width: 230px;
	background: #74B4FE;
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
}

.celvalue{
	width: 370px;
	background: #ffffff;
	font-size: 13px;
	line-height: 1.6;
}

.send_button{
	margin:20px 0px 0px 355px;
}

.pagetop a{
	outline: none;
	display: block;
	width: 85px;
	height: 20px;
	margin: 30px 0px 30px 695px;
	background: url(../../img/menu/page_top.jpg) no-repeat center;
	text-indent: -9999px;
	}

.pagetop a:hover{
	outline: none;
	display: block;
	width: 85px;
	height: 20px;
	margin: 30px 0px 30px 695px;
	background: url(../../img/menu/page_top_on.jpg) no-repeat center;
	text-indent: -9999px;
	}

.prev a{
	outline: none;
	display: block;
	width: 120px;
	height: 20px;
	margin: 30px 0px 30px 660px;
	background: url(../../img/contact/button_prev.jpg) no-repeat center;
	text-indent: -9999px;
	}

.prev a:hover{
	outline: none;
	display: block;
	width: 120px;
	height: 20px;
	margin: 30px 0px 30px 660px;
	background: url(../../img/contact/button_prev_on.jpg) no-repeat center;
	text-indent: -9999px;
	}
