﻿@charset "utf-8";

/* ===================================================================
	Author: aki
=================================================================== */

.cbox{
	padding:0 0 0 15px;
}

#con1 p{
	padding:20px 0 30px 0;
}

#con2 p{
	padding:10px 0;
}

#formbox{
	width:600px;
}

#formbox strong,
#con2 strong,
#formbox .red{
	color:red;
}

#formbox #fbtn{
	text-align:center;
	padding:20px 0;
}

#formbox table{
	table-layout:fixed;
	border-collapse:collapse;
	width:100%;
	margin:0 auto;
	border:3px solid #e5e2da;
	background:url(../img/contact/vbar.gif) 150px top repeat-y white;
	min-height:1px;
	_height:1px;
}

#formbox table tr{
	background:url(../img/contact/hbar.gif) left bottom repeat-x;
	min-height:1px;
	_height:1px;
}

#formbox table tr.noline{
	background:none;
}

#formbox table th{
	vertical-align:top;
	width:150px;
}

#formbox table td{

}

#formbox table div{
	padding:10px;
}


#formbox table .wd1{
	width:30%;
}

#formbox table .wd2{
	width:80%;
}

#formbox table textarea{
	width:90%;
}