@charset "utf-8";

@import url("common_styles.css");


/* -----------------------------------------------------------
CSS Information

 File name:      contact.css
 Author:         佐々木
 Style Info:     contct.html向けの沿革テーブルなど
----------------------------------------------------------- */


/*----------------------------------------------------
	フォーム周り
----------------------------------------------------*/

table{
margin:0 20px;
width:630px;
font-size:13px;
border-collapse:collapse;
border-top:1px solid #A99496;
border-bottom:1px solid #A99496;
line-height:20px;
}

th{
margin:1px 0;
padding:5px;
background:#D21742 url(../img/about_th.jpg) repeat-x;
border-bottom:2px dotted #FFF;
text-align:left;
color:#FFFFFF;
}


td{
padding:5px 7px;
border-bottom:1px dotted #D9D9D9;
}

input{
margin:5px;
}

#form_center{
text-align:center;
}