@charset "UTF-8";

/* ボディに関するCSS 
----------------------------------------------------------------------*/               
body {
    text-align: center;
    color: #663300;
    font-size: 90%;
    line-height: 150%;
    margin: 0px;
    padding: 0px;
    background-image: url("../img/bgrenga.jpg");
}

/* ページ構造に関するCSS 
----------------------------------------------------------------------*/
#wrapper  {
    text-align: left;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #CC9933;
}
#header  {
    color: #330000;
    font-size: 130%;
    width: 780px;
    padding: 20px 10px 5px;
    /*border: 1px solid #000000;*/
}    
#content  {
    float: right;
    width: 600px;
    margin: 15px 10px;
    background-color: #FFFFFF;
    /*border: 1px solid #000000;*/
}    
#nav  {
    float: left;
    width: 140px;
    margin: 15px 10px;
    padding: 0px;
    background-color: #FFFFFF;
    /*border: 1px solid #000000;*/
}
#cal  {
    float: left;
    width: 140px;
    margin: 50px 10px;
    padding: 0px;
    background-color: #FFFFFF;
    /*border: 1px solid #000000;*/
}
#footer  {
    clear: both;
    text-align: center;
    width: 800px;
    /*border: 1px solid #000000;*/
}

/* ヘッダーに関するCSS  
----------------------------------------------------------------------*/
#header span  {
    font-size: 80%;
}
#logo  {
    width: 800px;
    height: 180px;
}        

/* コンテンツに関するCSS 
----------------------------------------------------------------------*/
h1  {
    clear: both;
    color: #CCFFFF;
    font-size: 150%;
    margin-top: 0px;
    padding: 5px 20px 5px;
    background-color: #330000;
}
h2  {
    clear: both;
    color: #87CEFA;
    font-size: 120%;
    padding: 3px 20px 3px;
    background-color: #663300;
}    
#content p  {
    padding: 0px 20px;
}
p strong  {
    font-size: 110%;
}

/* イメージに関するCSS 
----------------------------------------------------------------------*/
#r1  {
     float: right;
     width: 213px;
     height: 160px;
     margin-left: 20px;
     margin-right: 20px;
     margin-bottom: 15px;
}
#l1  {
    float: left;
    width: 213px;
    height: 160px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
}
#na  {
     float: left;
     width: 128px;
     height: 96px;
     margin-left: 10px;
     margin-right: 10px;
     margin-bottom: 10px;
}
#t1  {
     float: right;
     width: 160px;
     height: 213px;
     margin-left: 20px;
     margin-right: 20px;
     margin-bottom: 15px;
}
#menu_r  {
     float: right;
     width: 256px;
     height: 192px;
     margin-left: 20px;
     margin-right: 20px;
     margin-bottom: 15px;
}
#menu_l  {
     float: left;
     width: 256px;
     height: 192px;
     margin-left: 20px;
     margin-right: 20px;
     margin-bottom: 15px;
}
#map  {
    float: left;
    width: 300px;
    height: 180px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    /*padding: 5px;*/
}
#art  {
    width: 256px;
    height: 192px;
}
#banner  {
    width: 150px;
    height: 50px;
}
#new  {
    width: 35px;
    height: 15px;
    margin-left: 10px;
    margin-right: 15px;
}
#kb_r  {
     float: right;
     width: 192px;
     height: 256px;
     margin-left: 20px;
     margin-right: 20px;
     margin-bottom: 20px;
}
#kb_l  {
     float: right;
     width: 192px;
     height: 256px;
     margin-left: 20px;
     margin-right: 20px;
     margin-bottom: 20px;
}

/* テーブルに関するCSS 
----------------------------------------------------------------------*/
#artist  {
    padding: 3px;
}
#artist th  {
    border: solid 1px #330000;
    font-size: 110%;
    padding: 3px;
    white-space: nowrap;
}
#artist td  {
    border: solid 1px #330000;
    padding: 3px;
}
#lazo th  {
    font-size: 110%;
    padding: 15px;
}

/* ナビゲーションに関するCSS 
----------------------------------------------------------------------*/
#nav_header  {
    text-align: center;
    color: #CCFFFF;
    font-size: 120%;
    width: 140px;
    padding: 5px 0px;
    background-color: #330000;
} 
#nav_body  {
    width: 120px;
    padding: 10px;
    margin: 0px;
    /*border: 1px solid #000000;*/
}
#nav_body li  {
    /*list-style-image: url("../img/.jpg");*/
    text-align: center;
    width: 120px;
    height: 20px;
    margin: 0px;
    margin-bottom: 5px;
    list-style-type: none;
    background-color: #CC9933;
    /*border: 1px solid #000000;*/
}
#nav_body a  {
    display: block;
    width: 120px;
    height: 20px;
    color: #663300;
    text-decoration: none;
}
#nav_body a:hover  {
    color: #87CEFA;
    background-color: #663300;
}

/* カレンダーに関するCSS 
----------------------------------------------------------------------*/
#cal_header  {
    text-align: center;
    color: #CCFFFF;
    font-size: 120%;
    width: 140px;
    padding: 5px 0px;
    background-color: #330000;
}
#cal_body  {
    font-size: 90%;
    padding: 0px 10px;
} 

/* フッターに関するCSS 
----------------------------------------------------------------------*/

/* リンクに関するCSS  
----------------------------------------------------------------------*/
/*a  {
    text-decoration: none;
}*/
a:link  {
    color: #6666FF;
}
a:visited  {
    color: #009933;
}
a:active, a:hover  {
    color: #87CEFA;
    background-color: #663300;
}
/*#content p a  {
    background-color: transparent;
}*/