@charset "utf-8";

html
{
margin: 0px;
padding: 0px;
background: url("./images/bg_html.gif") repeat-x #E0E0E0;
font-family: "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
}
* html
{
font-size: small;
}
*+html
{
font-size: small;
}
body
{
margin: 0px auto;
padding: 0px;
background: #FFFFFF;
width: 800px;
color: #211511;
font-size: 12px;
line-height: 1.75;
}
* html body
{
font-size: 90%;
}
*+html body
{
font-size: 90%;
}

a
{
color: #211511;
text-decoration: underline;
}
a:visited
{
color: #666666;
}
a:hover
{
color: #F67C18;
}
a img
{
border: none;
}

/* Header Area */
#areaHeader
{
margin: 0px 0px 35px 0px;
padding: 0px;
height: 293px;
position: relative;
}
#areaHeader h1
{
margin: 0px;
padding: 0px;
width: 236px;
height: 59px;
background: url("./images/logo_header.gif") no-repeat;
position: absolute;
top: 102px;
left: 277px;
text-indent: -10000px;
}
#areaHeader h2
{
margin: 0px;
padding: 0px;
height: 57px;
width: 462px;
background: url("./images/lead_header.gif") no-repeat;
position: absolute;
top: 236px;
left: 172px;
text-indent: -10000px;
}

/* Contents Area */
#areaContents
{
margin: 0px 0px 60px 0px;
padding: 0px 0px 0px 0px;
position: relative;
}
#areaContents:after
{
content: "Clear Both";
clear: both;
display: block;
width:0px;
height: 0px;
overflow: hidden;
visibility: hidden;
}
#areaContents p
{
margin: 0px;
padding: 0px;
text-align: center;
}
#listLinks
{
margin: 45px auto 0px auto;
padding: 0px;
width: 226px;
}
#listLinks:after
{
content: "Clear Both";
clear: both;
display: block;
width:0px;
height: 0px;
overflow: hidden;
visibility: hidden;
}
* html #listLinks
{
height: 1%;
}
*+html #listLinks
{
height: 1%;
}
#listLinks li
{
float: left;
margin: 0px;
padding: 0px 3px 0px 3px;
width: 107px;
height: 28px;
line-height: 1;
list-style: none;
}
#listLinks li a
{
display: block;
margin: 0px;
padding: 0px;
height: 100%;
width: 100%;
text-indent: -10000px;
}
#listLinks .gotoJudicialScrivener a
{
background: url("./images/button_goto_scrivener.gif") no-repeat left top;
}
#listLinks .gotoJudicialScrivener a:hover
{
background: url("./images/button_goto_scrivener.gif") no-repeat left -28px;
}
#listLinks .gotoJudicialScrivener a.actual
{
background: url("./images/button_goto_scrivener.gif") no-repeat left -28px;
}
#listLinks .gotoLawer a
{
background: url("./images/button_goto_lawer.gif") no-repeat left top;
}
#listLinks .gotoLawer a:hover
{
background: url("./images/button_goto_lawer.gif") no-repeat left -28px;
}
#listLinks .gotoLawer a.actual
{
background: url("./images/button_goto_lawer.gif") no-repeat left -28px;
}

/* Footer Area */
#areaFooter
{
clear: both;
margin: 0px;
padding: 0px 0px 13px 10px;
position: relative;
}
#menuFooter
{
margin: 0px;
padding: 0px;
list-style: none;
overflow: hidden;
line-height: 1.1;
text-align: center;
}
#menuFooter li
{
display: inline;
margin: 0px;
border-right: 1px solid #211511;
padding: 0px 5px;

}
#menuFooter li.last
{
border-right: 0px;
}
#menuFooter li a
{
color: #000000;
}
#menuFooter li a:visited
{
color: #666666;
}
#menuFooter li a:hover
{
color: #F67C18;
}
#areaFooter address
{
display: block;
margin: 5px 0px 0px 0px;
padding: 0px;
font-size: 10px;
font-style: normal;
text-align: center;
}