@charset "utf-8";

@import url("common_styles.css");

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

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


/*----------------------------------------------------
	沿革テーブル
----------------------------------------------------*/

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

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

tr .subyear{
background-color:#EFEFEF;
border-bottom:1px dotted #FFF;
color:#333333;
}

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