@charset "UTF-8";




/***** common *****/




body 
{
margin:0;

padding:0;

text-align:center;

background :url(image/backtitle.jpg);
background-repeat: no-repeat;
background-position: right bottom;
background-attachment: fixed;

}




body,th,td,li,div { font:14px/160% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; }





p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,form{
margin:0;
padding:0;
font-size:100%;
}



.clear{
clear:both;
height:0;
line-height:0;
}



.clear hr { display:none; }

img { border:none; }
.title {font-size=24px}





/***** links *****/


a{text-decoration:none;}

a:link {color:#950000;}
a:visited {color:#950000;}
a:active {color:#bfbfbf;}
a:hover {color:#bfbfbf;}







/***** layout *****/


#wrap{
width:680px;
margin:0 auto;
padding:10px 0;
text-align:left;
background:#fff;
border-left:solid 1px #999;
border-right:solid 1px #999;
}

#inner { padding:0 13px; }

#body,
#main,
#side { overflow:hidden; }

#body { width:750px; margin:15px; float:center;}

#main { width:580px; float:left; }

#side { width:160px; padding-top:15px; float:right;  }

#ltext { line-height: 2;}

/***** global navi *****/


#navi{
clear:both;

margin:15px 0 0;

padding:0 5px;

font-size:14px;

line-height:24px;
}

#Navi p{
list-style:none;
display:inline;
padding:0 0 0 10px;
font-size:12px;
line-height:24px;
}


#Navi p a{
padding-left:12px;
background:url('/siteparts/pointBlue.gif') left no-repeat;
}


#Navi p a:hover { background:url('/siteparts/pointOrange.gif') left no-repeat; }







/***** footer *****/


#footer{
clear:both;
margin:15px 15px 0;
padding:20px 0 10px;
text-align:center;
border-top:double 3px #ccc;
}

#footer address{
font-style:normal;
font-size:12px;
}


