@charset "utf-8";
/* ベースフォーマットCSS last modified 100625 */

/*----- common -----*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,p{margin:0;padding:0;}

#header,#mainimage,#maincontents,#footer{margin:0 auto;padding:0;}

fieldset,img{border:0;}

table{border-collapse:collapse;border-spacing:0;}

ol,ul{list-style:none;}

#header a:hover img{filter:alpha(opacity=60); opacity:0.6;}

body{
background-color:#463;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
height:100%;
font-size:12px;
color:#444;
line-height:1.5em;
letter-spacing:0.1em; 
}

a,a:link,a:visited,a:active{
text-decoration:none;
color:#009f3e;
}
a:hover{
text-decoration:underline;
color:#f30;
}


/*--改行--*/
br{letter-spacing:0;}

/*--clear--*/
.c-both{
display:block;
clear:both;
height:0;
line-height:0px;
font-size:1px;
}



#outline{
background-image:url(../images/mainbase_re.gif);
background-repeat:repeat-y;
width:820px;
height:auto;
margin:0 auto;
}

#header{background:url(../images/header.jpg) 0 0 no-repeat;
width:800px;
height:120px;
}

#mainimage{
border-top:#333 solid 5px;
background-color:#000;
width:800px;
height:220px;
}

#maincontents{
width:780px;
margin-bottom:8px;
}

#footer{
width:800px;
height:50px;
}
#footer img{
float:right;
margin-right:10px;
}
#footer_navi{
background-color:#b0e060;
border-bottom:#060 solid 1px;
font-size:10px;
text-align:center;
letter-spacing:0.1em;
line-height:1.3em;
margin:0 auto 5px; 
padding:3px 10px 0;
height:16px;
}



/*---　margin-bottom　---*/
.mb3{margin-bottom:3px;}
.mb6{margin-bottom:6px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}

/*---　font　---*/
.subtxt{font-size:10px;}
.red{color:#F00;}
.orange{color:#F60;}
.red10{color:#F00; font-size:10px;}
.Blue{color:#03F;}
