@charset "utf-8";

/*--------------------------------------------
body
--------------------------------------------*/
body{
line-height:1.6;
font-family:Arial,Helvetica,
"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",sans-serif;
margin:0;
}

a:link{
color:#3399ff;
text-decoration:none;
font-weight:bold;
}

a:visited{
color:#3399ff;
text-decoration:none;
font-weight:bold;
}

a:hover{
color:#0066cc;
text-decoration:underline;
font-weight:bold;
}

/*--------------------------------------------
contract
--------------------------------------------*/
div#content{
width:930px;
margin:20px auto 30px auto;
}

div#content div.article{
width:770px;
margin:0 auto;
background-image:url(../images/frame_bg.gif);
background-repeat:repeat-y;
padding:20px 80px;
}

div#content div.article table.tbl01{
border-collapse:collapse;
}

div#content div.article table.tbl01 th,
div#content div.article table.tbl01 td{
border-collapse:collapse;
border:1px solid #999999;
text-align:left;
padding:5px;
}

div#content div.article table.tbl01 th{
background-color:#cccccc;
color:#666666;
}

div#content div.article p.txtRight{
text-align:right;
}

