@charset "utf-8";
@import "common.css";
/*  
 Share Style [  
----------------------------------------------------------- */  
 
body {
	background:#cecfcf url(../images/bg_all.gif) repeat-x left top;
}   


/*  
 contact [  
----------------------------------------------------------- */  
.txt_box { padding: 10px; }
.contact {
	padding: 10px 20px;
}
.contact table {
	width: 720px;
}
.contact th, .contact td {
	padding: 7px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
}
.contact th {
	width: 25%;
	text-align: left;
	vertical-align: top;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #640900;
}
.contact td {
}

.btn_submit {
	text-align: right;
	padding-top: 10px;
}

