﻿BODY{
  color : #202020;
  font-family : "メイリオ";
  font-size : 10pt;
}

a:link   { color : #ff8000; text-decoration : none; }
a:visited{ color : #ff8000; text-decoration : none; }
a:active { color : #512800; text-decoration : none; }
a:hover  { color : #804000; text-decoration : underline; }

#main{
    position : absolute;
    text-align : center;
    width : 99%;
}
#page{
    position : relative;
    top : 50px;
    width : 800px;
    text-align : left;
    margin : 0px auto;
}
#header
{
    position : static;
    background : #101010 url(../images/header.png);
    width : 800px;
    height : 215px;
}
#content
{
    position : static;
    width : 800px;
    min-height : 400px;
    height : auto !important;
    height : 400px;
}
#left{
    position : relative;
    float : left;
    padding-top : 40px;
    padding-left : 40px;
    width : 150px;
}
#menu{
    position : relative;
    padding-top : 1.0em;
    padding-left : 10px;
    line-height : 2.0em;
}
#access{
    position : relative;
    padding : 10px;
    padding-top : 1.5em;
    line-height : 1.5em;
}
#right
{
    position : relative;
    float : left;
    padding : 20px;
    padding-right : 40px;
    width : 550px;
}
#footer
{
    position : static;
    width : 800px;
    text-align : center;
}

li.top{ padding-bottom : 10px; }

li.product_info{ padding-bottom : 0.5em; }

ul.about_list{ list-style-type : circle; }
li.about_elem{ padding-bottom : 0.5em; }

ul.link_list{ list-style-type : circle; }
li.link_elem{ padding : 0.5em; }
