@charset "utf-8";
/**----------------------------------------------------------
 *CSS information 
 *
 * file name  : extend.css
 * style info  :  index top
 -----------------------------------------------------------*/ 
 
   /* =Wrapper
-----------------------------------------------------------------------------*/
#wrapper_aboutus {
	z-index: 100;
	width: 100%;
	background: url(../img/top.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

 /* index
----------------------------------------------------------- */
.aboutus_tbl {
    margin-bottom: 10px;
}
.aboutus_tbl th {
    padding: 13px 12px 13px 16px;
    font-weight: bold;
    border: 1px solid #000;
    background: #ccc;
    white-space: nowrap;
    font-size: 100%;
    vertical-align: top;
    width: 160px;
}
.aboutus_tbl td {
    padding: 15px;
    border: 1px solid #000;
    background: #fff;
    font-size: 100%;
    vertical-align: middle;
}
