/* Edited with EditCSS */
/**** LINK-tag style sheet styles-site.css ****/

* {
margin:0px;
padding:0px;
 }

body  {
    text-align:center;
    background-image: url(img/content_bg.jpg) ;
    }

a:link     { color: #0000FF;}
a:visited  { color: #0000FF;}
a:hover    { color: #FF0000;
             text-decoration: underline;
           }

a:active   { color     :#ccc040;
                 background: none;}

.c-both { clear:both; }

#container  {
    margin-top:10px;
    width:800px;
    background-color:#ffffff;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    border:solid 1px #BDB76B;
    }

/* ヘッダー部分 -------------------------------*/
#header {
    background-image: url(img/header2.jpg);
    height: 80px;
    border-bottom-color:#000066;
    }

#header h1  {
    font-size:1.6em;
/*    font-family:Arial Black,Helvetica,sans-serif;*/
    padding:10px 0px 0px 40px;
    }

#header h1 a:hover    { color: #FF0000;}

#header h1 a {
    color:#000000;
    text-decoration:none;
    }

#header h2 {
    color:black;
    font-size:0.7em;
    margin-top:6px;
    margin-left:20px;
    margin-bottom:0;
    width:420px;
    }

/*カテゴリページヘッダ*/
#header_cat {
    background-image: url(img/header2.jpg);
    height: 80px;
    }
#header_cat h1 a:hover    { color: #FF0000;}
#header_cat h1 a {
    margin:30px 0px 0px 30px;
    color:#ffffff;
    text-decoration:none;
    }


/*ヘッダの区切り部分--------------------------------*/
.pan  {
    width:800px;
    height:30px;
    }
.pan2  {
    width:800px;
    height:90px;
    }
.pan  p{
    padding:10px 0px 5px 10px ;
    font-size:85%;
    text-decoration:none;
    }

.sepa2  {
    width:800px;
    height:20px;
    margin:0px; 
/*    background-image: url(img/head_div.jpg);*/
    border:solid 1px #BDB76B;

    }

/*メインページ--------------------------------*/

/*トップページカテゴリ部分--------------------*/
.top_content_cat {
    width:180px;
    height:300px;
    margin:5px 5px 5px 5px;
    border:solid 1px #808080;
    float: left;
           }

.cat h2 a{
     font-size:65%;
           }

/*メインコンテンツ部分--------------------------*/
.content {
    width:800px;
    float:left;
    }

.top_content_main {
    width:780px;
    padding:5px 5px 5px 5px ;
    border: solid 1px #3333CC ;
    float:left;
/*    border: solid 1px #ff0000 ;*/
    }
.top_content_main ul{
    padding:0px 0px 0px 0px;
    width:160px;
    }
.top_content_main ul li{
/*    display:block;*/
/*    padding:5px 0px 3px 10px ;*/
    display:block;
    font-size:80%;
    padding:0px 0px 3px 5px ;
    text-decoration: none;
    list-style-type:none;
    }
.top_content_main  h2{
    font-size:85%;
    margin:2px 2px 2px 2px ;
    padding:5px 0px 5px 10px ;
   color:#ffffff;
    background     : #3333CC;
    }


.content_main {
    width:600px;
    padding:5px 5px 5px 5px ;
    border: solid 1px #3333CC ;
    float:left;
/*    border: solid 1px #ff0000 ;*/
    }
.content_main_left {
    width:170px;
    padding:5px 5px 5px 5px ;
    float:left;
    border: solid 1px #808080 ;
    }
.content_main_left  h2{
    font-size:100%;
    margin:0px 0px 0px 0px ;
    padding:5px 0px 5px 10px ;
   color:#ffffff;
    background     : #3333CC;
    }
.content_main_left  a{
    font-size:95%;
    margin: 5px 0px 5px 0px;
    }

.content_main_left  a:link
                 { color: #0000FF;
                  text-decoration: underline;}
.content_main_left a:visited
                 { color: #0000FF;
                  text-decoration: underline;}
.content_main_left  a:hover
                 { color: #FF0000;
                  }
.content_main_left  a:active
                 { color     :#ffffff;
                   background: none;}


.content_main_left ul{
    padding:0px 0px 0px 0px;
    width:160px;
    }
.content_main_left ul li{
/*    display:block;*/
/*    padding:5px 0px 3px 10px ;*/
    display:block;
    font-size:85%;
    padding:0px 0px 3px 5px ;
    text-decoration: none;
    list-style-type:none;
    }
/*
.content_main_left ul a{
    display:block;
    font-size:85%;
    padding:0px 0px 3px 5px ;
    text-decoration: none;
    list-style-type:none;
    }
*/

.content_main_right {
    width:410px;
    float:right;
    border: solid 1px #808080 ;
    }
.content_main_right  h2{
    font-size:120%;
    margin:5px 5px 5px 5px ;
    padding:5px 0px 5px 10px ;
   color:#ffffff;
    background     : #3333CC;
    }

.content_main_right p{
    font-size:90%;
    padding:5px;
    }
.content_main_right dl dt{
    font-size:90%;
    margin:5px 10px 5px 10px ;
}
.content_main_right dl dd{
    font-size:75%;
    margin:5px 10px 5px 10px ;
    
}
.content_side {
    width:180px;
    float:right;
/*    border: solid 1px #00ff00 ;*/
    }
.content_side h2{
    font-size:100%;
    margin:0px 0px 0px 0px ;
    padding:5px 0px 5px 10px ;
   color:#ffffff;
    background     : #3333CC;
}

/*フッターナビ部分----------------------------------*/
.navibar {
    margin-top: 0px;
    background     : #3333CC;
    padding:3px 10px 3px 10px;
    }
.navibar a{
    display:inline;
    font-size:85%;
    margin: 5px 0px 5px 5px;
    background     : #3333CC;
    }
.navibar  a:link
                 { color: #ffffff;
                   text-decoration: none;}
.navibar a:visited
                 { color: #ffffff;
                   text-decoration: none;
                 }
.navibar  a:hover
                 { color: #00ff00;
    font-size:85%;
    background     : #3333CC;
/*                  text-decoration: underline;*/
                  }
.navibar  a:active
                 { color     :#ffffff;
                   background: none;}

.navibar_foot {
    margin-top: 15px;
    }
.navibar_foot a{
    font-size:85%;
    margin: 5px 0px 5px 1px;
    padding:10px 10px 5px 10px;
    }
.navibar_foot  a:link
                 { color: #CCCC66;
                   text-decoration: none;}
.navibar_foot a:visited
                 { color: #CCCC66;
                   text-decoration: none;
                 }
.navibar_foot  a:hover
                 { color: #00ff00;
/*                  text-decoration: underline;*/
                  }
.navibar_foot  a:active
                 { color     :#CCCC66;
                   background: none;}




/*フッター部分----------------------------------*/
#footer {
    margin-top: 5px;
    clear: both;
    background     : #3333CC;
/*    background-image: url(img/footer_bg.jpg) ;*/
    }

#footer p {
    text-align:center;
    font-size:1.0em;
    padding:3px 0px 3px 0px;
    margin: 5px 0px 0px 0px;
    color:#ffffff;
    }
#footer p a{
    font-size:1.0em;
    color:#ffffff;
    }


