@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: 780px;
    margin-left: auto;
    margin-right: auto;
    background-color: #CC9933;
}
#header  {
    color: #330000;
    font-size: 130%;
    width: 760px;
    padding: 20px 10px 5px;
    /*border: 1px solid #000000;*/
}    
#content  {
    clear: left;
    width: 700px;
    padding: 40px 40px 20px;
    /*border: 1px solid #000000;*/
}
#nav  {
    width: 750px;
    padding-top: 5px;
    padding-left: 30px;
    margin: 0px;
    list-style-type: none;    
    /*border: 1px solid #000000;*/
}
#footer  {
    text-align: center;
    width: 780px;
    /*border: 1px solid #000000;*/
}

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

/* コンテンツに関するCSS 
----------------------------------------------------------------------*/
h1  {
    text-align: center;
    color: #330000;
    font-size: 150%;
    padding-top: 20px;
    padding-bottom: 10px;
}
#content dt  {
    color: #330000;
    font-size: 120%;
}
#content p  {
    text-align: center
}

/* ナビゲーションに関するCSS 
----------------------------------------------------------------------*/
#nav li  {
    float: left;
    text-align: center;
    font-size: 90%;
    width: 120px;
    height: 20px;
    background-color: #CC9933;
    /*border: 1px solid #000;*/
}
#nav a  {
    display: block;
    width: 120px;
    height: 20px;
    /*text-decoration: none;*/
    color: #663300;
}
#nav a:hover  {
    color: #87CEFA;
    background-color: #663300;
}

/* フッターに関する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;
}*/ 
