@charset "utf-8";
#contents {
	clear:both;
	margin:0px 45px;
}

#main {
	width:680px;
	float:right;
}


#menu {
	width:235px;
	float:left;
	background:url(../common/images/bg_menu.jpg) no-repeat right top;
}

#contact_table {
	text-align:center;
	padding-bottom:15px;
}


#contact_table table{
	width:680px;
    border-top:1px solid #999;
    border-left:1px solid #720104;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	margin-bottom:20px;
}

#contact_table table th{
    border-right:1px solid #999;
    border-bottom:1px solid #720104;
    color:#330000;
    background-color:#9C0204;
    background-image:url(../common/images/bg_table_deco_01.gif);
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
	color:#FFFFFF;
	width:160px;
	line-height:200%;
}

#contact_table table td{
 	line-height:200%;
	border-right:1px solid #999;
    border-bottom:1px solid #999;
    padding:10px 10px;
	text-align:left;
    background-color:#F2F2F2;
    background-image:url(../common/images/bg_table_deco_02.gif);
}

#contact_table #send_area {
	text-align:center;
	line-height:200%;
}



#contact_table table td .input {
	width:200px;
}


#contact_table table td .input_l {
	width:350px;
}



#contact_table table td textarea {
	width:480px;
	height:200px;
}


