@charset "UTF-8";

/* v0.1 */

<!--

body {
    margin: 0px;
    padding: 0px;
    background: url(http://cenasa.net/img/back01.gif);
    text-align: center;  /* IE5.x 対応（margin:autoによる中央揃え無効） */
}

#contents { 
    margin: auto;
    width: 750px;        /* IE5.x 対応（bodyの幅指定無効） */
    text-align: left;    /* IE5.x 対応（text-alignを元に戻す） */
}

#top {
    padding-left: 15px;
    border-bottom: solid 2px #339933;
}

#main {
    width: 590px;
    margin: auto;
    padding-bottom: 15px;
    text-align: center;
}

#side {
    margin: 20px 10px;
    width: 140px;
}

#bottom {
    clear: both;
    margin-top: 20px;
    padding: 5px 20px 10px;
    text-align: right;
    border-top: 2px solid #339933;
}


.title_table    {width: 400px; margin: 20px auto; text-align: center;}
.title_left     {background: url("http://cenasa.net/img/banner_left.gif");}
.title_center   {background: #99cc66; height: 103px; vartical-align: middle;}
.title_right    {background: url("http://cenasa.net/img/banner_right.gif");}
h1              {color:#ffffff; background: #99cc66; font-size: 150%; display: inline;}

a:link		{color:#0000ff; font-weight:bold; text-decoration:none; }
a:visited	{color:#0000ff; font-weight:bold; text-decoration:none; }
a:hover		{color:#ff0000; font-weight:bold; text-decoration:underline; }
p		{line-height: 1.3em;}
font		{font-weight:bold;}
hr              {display: none; }
center table    {text-align: left;}

table.menu      {background: #339933; width: 130px;}
table.menu td   {background: #ffffcc; padding:3px 0px; text-align: center;}

table.hs tr     {valign: top;}
-->

