/* 会社概要  */


body {
margin:0;
padding:0;
font-size:75%;
font-family:"ヒラギノ角ゴ Pro W3" ,"Hiragino Kaku Gothic Pro" , "MS Pゴシック" , sans-serif;
line-height:1.4;
color:#333333;
background:#ffffff;
}
 


/* ページ全体
-------------------------------------------------------- */
#wrapper {
 	width:900px;
 	margin-left:auto;
 	margin-right:auto;
 	margin-top:20px;
}





/* リンクの指定
-------------------------------------------------------- */
a:link{
    text-decoration:none;
    color:#999999;
}  

a:visited {                 /* 既に見たリンク */
    text-decoration:none;
    color:#A13C21;
}  

a:hover {       　/* カーソルが上にある時のリンク */
    text-decoration:none;
    color:#FBB906;
}  


a:active {　　　/* クリック時のリンク */    text-decoration:none;    color:#FBB906;} 　　　　　　


/* 表組
-------------------------------------------------------- */
.syousai {
    width: 500px;
    border: 1px #85A278 solid;
    border-collapse: collapse;
    border-spacing: 0;
}


.syousai th {
    width:150px;
    padding: 3px;
    border: #003366 solid;
    border-width: 0 0 1px 1px;
    line-height: 400%;
    text-align: left;

}

.syousai td {
    width:350px;
    padding: 3px;
    border: 1px #003366 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}


　　　

