/* レイアウトの設定*/
body{
    margin:0px;
    padding:0px;
    text-align:center;
    background-image:url(./img/bg_fl.gif);
    background-attachment:fixed;
    font-family:MS UI Gothic;
    color:#339966;
    font-size:12px;
    line-height:1.2em;
    scrollbar-arrow-color: #339966;
    scrollbar-face-color: #e1ffe1;
    scrollbar-track-color:#e1ffe1;
    scrollbar-3dlight-color: #339966;
    scrollbar-darkshadow-color: #e1ffe1;
    scrollbar-highlight-color: #e1ffe1;
    scrollbar-shadow-color: #339966;   
}

/* ラッパーの設定*/
#wrap{
    position:relative;
    width:720px;
    margin:0px auto;
    background-image:url(./img/bg_stripe.gif);
    background-color:#fff;
    border-top-width:0px;
    border-right-width:1px;
    border-bottom-width:0px;
    border-left-width:1px;
    border-style:solid;
    text-align:center;
}

/* ヘッダーの設定*/
#head{
    width:720px;
    height:90px;
    background-image:url(./img/top-banner.gif);
}

/*メインコンテンツ*/
#mainc{
    position:relative;
    width:95%;
    background-color:#ffffff;
    margin-top:10px;
    margin-bottom:10px;
    margin-left:auto;
    margin-right:auto;
    padding-left:px;
    padding-bottom:10px;
    border:1px solid;
    text-align:center;
}

/*広告類*/
#info{
    position:relative;
    width:98%;
    background-color:339966;
    font-color:#ffffff;
    margin:10px;
    padding:5px;
    border:1px solid #339966;
    clear:both;
}

#info a{/*リンクされた文字*/
    color:#99cc99;
    font-style:normal;
    text-decoration:none;
}
#info a:link {/*未訪問のリンク*/
    color:#fff;
    font-style:normal;
    text-decoration:none;
}
#info a:visited {/*訪問後のリンク*/
    color:#fff;
    text-decoration:none;
}
#info a:hover {/*マウスをのせたとき*/
    color:#f9f;
    font-style:normal;
    text-decoration:underline;
}
#info a:active {/*クリック中*/
    text-decoration:none;
}
/* フッターの設定*/
#foot{
    position:relative;
    width:720px;
    height:30px;
    background-color:#ccffcc;
    border:#339966 1px;
    border-style:solid none solid none;
    line-height:30px;
    text-align:center;
    clear:both;
}

#mainc h1{
   position:relative;
    width:95%;
    text-align:left;
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
}


#mainc h2{
    position:relative;
    width:100%;
    height:15px;
    border-width:2px;
    border-color:99ff99;
    border-style:solid none solid none;
    margin-top:10px;
    margin-bottom:10px;
    background-image:url(./img/bg_minig1.gif);
    text-align:left;
}

p.top{
    position:relative;
    width:90%;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:auto;
    margin-right:auto;
    padding-left:30px;
    padding-right:30px;
    text-align:left;
}

p.ma{
  position:relative;
  margin-left:20px;
}

a.cgg{
    display:block;
    width:49px;
    height:12px;
    background-image:url(./img/logomini_cgg.gif);
    background-repeat:no-repeat;
    text-align:center;
    margin:5px 0px;
}

a:hover.cgg{
    background-image:url(./img/logomini_cgp.gif);
}

a.inf{
    display:block;
    width:74px;
    height:13px;
    background-image:url(./img/logomini_infg.gif);
    background-repeat:no-repeat;
    text-align:center;
    margin:5px 0px;
}

a:hover.inf{
    background-image:url(./img/logomini_infp.gif);
}

a.pr{
    display:block;
    width:42px;
    height:14px;
    background-image:url(./img/logomini_prg.gif);
    background-repeat:no-repeat;
    text-align:center;
    margin:5px 0px;
}

a:hover.pr{
    background-image:url(./img/logomini_prp.gif);
}

a.st{
    display:block;
    width:35px;
    height:12px;
    background-image:url(./img/logomini_stg.gif);
    background-repeat:no-repeat;
    text-align:center;
    margin:5px 0px;
}

a:hover.st{
    background-image:url(./img/logomini_stp.gif);
}

a.sc{
    display:block;
    width:56px;
    height:13px;
    background-image:url(./img/logomini_scg.gif);
    background-repeat:no-repeat;
    text-align:center;
    margin:5px 0px;
}

a:hover.sc{
    background-image:url(./img/logomini_scp.gif);
}

a.bbs{
    display:block;
    width:73px;
    height:14px;
    background-image:url(./img/logomini_bbg.gif);
    background-repeat:no-repeat;
    text-align:center;
    margin:5px 0px;
}

a:hover.bbs{
    background-image:url(./img/logomini_bbp.gif);
}

a.dy{
    display:block;
    width:71px;
    height:14px;
    background-image:url(./img/logomini_dyg.gif);
    background-repeat:no-repeat;
    text-align:center;
    margin:5px 0px;
}

a:hover.dy{
    background-image:url(./img/logomini_dyp.gif);
}

a.mr{
    display:block;
    width:89px;
    height:13px;
    background-image:url(./img/logomini_mrg.gif);
    background-repeat:no-repeat;
    text-align:center;
    margin:5px 0px;
}

a:hover.mr{
    background-image:url(./img/logomini_mrp.gif);
}

a.il{
    display:block;
    width:69px;
    height:13px;
    background-image:url(./img/logomini_ilg.gif);
    background-repeat:no-repeat;
    text-align:center;
    margin:5px 0px;
}

a:hover.il{
    background-image:url(./img/logomini_ilp.gif);
}

a.kr{
    display:block;
    width:93px;
    height:14px;
    background-image:url(./img/logomini_krg.gif);
    background-repeat:no-repeat;
    text-align:center;
    margin:5px 0px;
}

a:hover.kr{
    background-image:url(./img/logomini_krp.gif);
}
a.nv{
    display:block;
    width:41px;
    height:13px;
    background-image:url(./img/logomini_nvg.gif);
    background-repeat:no-repeat;
    text-align:center;
    margin:5px 0px;
}

a:hover.nv{
    background-image:url(./img/logomini_nvp.gif);
}

a.il{
    display:block;
    width:69px;
    height:13px;
    background-image:url(./img/logomini_ilg.gif);
    background-repeat:no-repeat;
    text-align:center;
    margin:5px 0px;
}

a:hover.il{
    background-image:url(./img/logomini_ilp.gif);
}

a.g1{
    display:block;
    width:34px;
    height:14px;
    background-image:url(./img/logomini_gcg.gif);
    background-repeat:no-repeat;
    text-align:center;
    margin:5px 0px;
}

a:hover.g1{
    background-image:url(./img/logomini_gcp.gif);
}

a.ws{
    display:block;
    width:79px;
    height:14px;
    background-image:url(./img/logomini_mtg.gif);
    background-repeat:no-repeat;
    text-align:center;
    margin:5px 0px;
}

a:hover.ws{
    background-image:url(./img/logomini_mtp.gif);
}

a.ot{
    display:block;
    width:34px;
    height:13px;
    background-image:url(./img/logomini_otg.gif);
    background-repeat:no-repeat;
    text-align:center;
    margin:5px 0px;
}

a:hover.ot{
    background-image:url(./img/logomini_otp.gif);
}

a.con{
    display:block;
    width:47px;
    height:11px;
    background-image:url(./img/logomini_cog.gif);
    background-repeat:no-repeat;
    text-align:center;
    margin:5px 0px;
}

a:hover.con{
    background-image:url(./img/logomini_cop.gif);
}

a.t8{
    display:block;
    width:60px;
    height:13px;
    background-image:url(./img/logomini_t8g.gif);
    background-repeat:no-repeat;
    text-align:center;
    margin:5px 0px;
}

a:hover.t8{
    background-image:url(./img/logomini_t8p.gif);
}

