/* 
    Document   : genelal
    Created on : 2009/01/05, 12:19:28
    Author     : daisuke
    Description:
        Purpose of the stylesheet follows.
*/

/* bodyのスタイル  */
body{
        background-color:#000000;
        color:white;
}
/* リンクの色  */
body a:link{color:#808080;}
/* クリック中リンクの色  */
body a:active{color:#FFFFFF;}
/* クリック済みリンクの色  */
body a:visited{color:#FFFFFF;}

/* コンテナ */
#contener
{
    width:700px;
}

#contents
{
    clear:left;
    float:none;
    height:auto;
    width:900px;
    /*中央寄せのためのマージン設定*/
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px
}


#sub
{
    float:left;
    width:160px;
}

/* ナビゲーションヘッダのスタイル */
#header
{
    float:none;
    text-align:center;
    width:700px;
    height:auto;
    /*中央寄せのためのマージン設定*/
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px
}

/* テキストが左よせのコンテンツ  */
#main-left
{
    float:left;
    text-align:left;
    width:700px;
    height:auto;
    margin:auto;
}

/* テキストが中央よせのコンテンツ  */
#main-center
{
    float:left;
    text-align:center;
    width:700px;
    height:auto;
    margin:auto;
}

#picture-list-H
{
    border:none;
    float:left;
    margin:4px;
    width:225px;
    height:150px;
}

#picture-list-V
{
    border:none;
    float:left;
    margin-top:4px;
    margin-left:40px;
    margin-right:40px;
    margin-bottom:4px;
    width:150px;
    height:225px;
}
img
{
    border:none;
}

/*メニュー関連のスタイル*/
#menu{
    font-size:0.91em;
}
#menu ul
{
    /*padding:0;
    margin:0;*/
}

#menu li{
    list-style-type:none;
    /*float:left;*/
    background-color:#999999;
    width:100px;
    display:block;
    padding:0px;
    margin:10px;
}

#menu a, #menu a:link, #menu a:visited{
    text-decoration:none;
    color:#FFFFFF;
    background-color:transparent;
    border-top:1px solid #FFFFFF;
    border-bottom:1px solid #FFFFFF;
    border-left:1px solid #FFFFFF;
    border-right:1px solid #FFFFFF;
    text-align:center;
    padding:2px 0;
    display:block;
    /*
    position:relative;
    z-index:10;*/
}

#menu a:hover{
    color:#FFFFFF;
    background-color:#000000;
}