/* charset -------------------- */
@charset "Shift_JIS";

/* body -------------------- */
body{
    background-image: url(images/bg_night.gif);@
    margin-top: 0px;
}

/* linkcolor  -------------------- */

a {
    text-decoration: none;
}
a:link {
    color:#3333cc;
}
a:visited {
    color:#000066;
}
a:hover {
    color: #e80000;
    text-decoration:underline;
}

A.aaa{text-decoration : none;}
A.aaa:LINK{color : #333333;}
A.aaa:VISITED{color : #333333;}
A.aaa:HOVER{color : #333333; text-decoration:underline;}

A.b:LINK{color : #436EEE;}
A.b:VISITED{color : #4A708B;}
A.b:HOVER{color : #FF4500; text-decoration:underline;}

A.top{text-decoration : underline;}
A.top:LINK{color : #0000FF;}
A.top:VISITED{color : #00008B;}
A.top:HOVER{color : #FFA500; text-decoration:underline;}

/* breadcrumbs  -------------------- */

#bc {
    float: right;
    margin:0px;
    padding: 0px 5px 5px 10px;
    font-family: "lr oSVbN", Osaka, "qMmpS Pro W3", sans-serif;
        font-size:80%; color:#333333; line-height:100%; font-style: normal; font-weight: normal;
    overflow: hidden;
    }


/* font  -------------------- */

.stylered {
    color:#990000; 
    line-height:16pt;
    font-style: normal;
    font-weight:bold;
    text-align:center;
}

.styletitle {
    color: #5f9c1f;
    font-size: 18px;
    font-weight: bold;
    line-height:22pt;
}

.stylebikou {
    font-size: 10pt;
    font-family: "lr oSVbN", Osaka, "qMmpS Pro W3", sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height:155%;
    color: #999999;
    padding: 0px;
    margin: 0px;
    }   


.size10a{
    font-size:10pt;
    color: #333333;
    line-height:16pt
    font-style: normal;
    font-weight: normal;
    }


.size11a{
    font-size:11pt;
    color:#333333;
    line-height:18pt;
    font-style: normal;
    font-weight: normal
    }

strong{
    font-size:10pt;
    color:#333333;
    font-weight:bold;
    line-height:16pt
}

.text4 {
    font-size:12px;color:#00008B;
    font-weight: bold;
    }

p   {
    font-size: 10pt;
    font-family: "lr oSVbN", Osaka, "qMmpS Pro W3", sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height:155%;
    color: #333333;
    padding: 0px;
    margin: 0px;
    }   

em{
    font-size:10pt;
    color:#000000;
    font-weight:bold;
    line-height:11pt
    }

h1 {
    font-size:10pt;
    font-style: normal;
    font-weight: bold;
    color: #0f0fbd;
    line-height:145%;
    padding: 2px;
    margin: 0px;
    text-align: center;
    }

h2{
    font-size: 80%;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    line-height:145%;
    text-indent: 1em;
    padding: 0px;
    margin: 10px;
    }

h3{
    font-size: 100%;
    font-style: normal;
    font-weight: bold;
    line-height:145%;
    color: #333333;
    padding: 0px;
    margin: 0px;
    }

h4{
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height:145%;
    color: #333333;
    padding: 0px;
    margin: 0px;
    }
    
/* blockquote -------------------- */
    
blockquote{
    margin: 20px;
    padding:10px;
    background: #CCFFFF;
}

/* space -------------------- */

.mrg_3 {
    padding: 3px;
    }
    
.mrg_5 {
    padding: 5px;
    }
    
.mrg_7 {
    padding: 7px;
    }
    
.mrg_10 {
    padding: 10px;
    }
    
.mrg_13 {
    padding: 13px;
    }       
    
.mrg_15 {
    padding: 15px;
    }               

.mrg_17 {
    padding: 17px;
    }   

.mrg_19 {
    padding: 19px;
    }   


.mrg_50 {
    padding: 50px;
    }   

.mrg_70 {
    padding: 70px;
    }   

.mrg_100 {
    padding: 100px; 
    }

/* layout -------------------- */
.news {
    font-size:10pt;
    font-style: normal;
    font-weight: bold;
    color: #0f0fbd;
    line-height:145%;
    padding: 2px;
    margin: 0px;
    text-align: center;
    border-bottom:dotted;
}

#n_box{
    height:523px;
    overflow:auto;
    margin:0px 10px 0px 0px;
}

dl.list dt {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-size: 10pt;
    font-family: "lr oSVbN", Osaka, "qMmpS Pro W3", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #333333;
}

dl.list dd {
    margin: 0 0 8px;
    padding: 0;
    float: left;
}

dd p {
    line-height: 100%;
    border-bottom:1px dotted #000000;
    text-indent: 1em;
    font-size: 10pt;
    font-family: "lr oSVbN", Osaka, "qMmpS Pro W3", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #333333;
}

