@charset "UTF-8";

body
{
    margin:0px;
    color:#333333;
    background-color:white;
    text-align:center;
}

a           { color: #003366; text-decoration: underline; }
a:link      { color: #003366; text-decoration: underline; }
a:visited   { color: #003366; text-decoration: underline; }
a:active    { color: #999999;  }
a:hover     { color: #999999;  }

h1, h2, h3
{
    margin: 0px;
    padding: 0px;
}

/* Header classes */

#banner
{
    font-family: "ＭＳ Ｐゴシック", verdana, arial, sans-serif;
    color:#333;
    font-size:x-large;
    font-weight:normal;
    padding:15px;
    border-top:4px double #666;
}

#banner a,
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover
{
    font-family: "ＭＳ Ｐゴシック", verdana, arial, sans-serif;
    font-size: xx-large;
    color: #333;
    text-decoration: none;
}

.Header
{
    margin-bottom:12px;
}

table.HeaderTitle /* contents table margin */
{
    width:100%;
}

div.HeaderDesc /* description and line */
{
    padding-top:5px;
    padding-left:3px;
    border-top:solid 1px #b0e0e6;
    font-family:"ＭＳ Ｐゴシック", serif;
    font-size:70%;
}

#content
{
    position:absolute;
    background:#FFF;
    margin-right:20px;
    margin-left:225px;
    margin-bottom:20px;
    border:1px solid #FFF;
    width: 70%;
}

#container
{
    background:#FFF;
    border:1px solid #FFF;
}


/* Right Navi */

ul /* category list and right box navigation */
{
    margin:5px 2px 10px 2px;
    padding:0;
    list-style-type:none;
}

li
{
    margin:0;
    padding:0;
}

div.NaviRight /* right box border */
{
    width:180px;
    border-left:solid 1px #b0e0e6;
    border-bottom:solid 1px #b0e0e6;
    border-right:solid 1px #b0e0e6;
    margin-top:10px;
}

ul.Category
{
    list-style-type: disc;
    list-style-position: inside;
    list-style-image: url("/res/d.gif");
    font-size:80%;
}

ul.CategoryEntry
{
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none;
    margin-left: 6px;
    font-weight:normal;
}

img.RightTitle
{
    width:180px;
    height:25px;
}

div.Mail
{
    margin:12px 0 6px 16px;
    font-size:80%;
}

div.PoweredBy
{
    margin:0 0 6px 16px;
    font-size:80%;
}

ul.NaviLink
{
    font-size: 80%;
    margin-left: 6px;
}

li.Ctg
{
    margin-bottom: 5px;
    font-weight: bold;
}

li.Ctg2
{
    margin: 6px 0 3px 0;
    font-weight: bold;
}

li.Entry
{
    margin-bottom: 3px;
}

/* /Right Navi */


#links
{
    padding:15px;
    border:1px solid #FFF;
    width:200px;
}

.blog
{
    padding:15px;
    background:#FFF;
}

.Content
{
    font-family: "ＭＳ Ｐゴシック", verdana, arial, sans-serif;
    color:#333;
    font-size:small;
    font-weight:normal;
    background:#FFF;
    line-height:200%;
    margin-bottom:1em;
}

.Content a,
.Content a:link,
.Content a:visited,
.Content a:active,
.Content a:hover
{
    font-weight: normal;
    text-decoration: underline;
}

.ContentTitle
{
    font-family: "ＭＳ Ｐゴシック", serif;
    font-size: 10pt;
    color: #666;
    background-color:#dffaf0;
    font-weight:bold;
    border:1px solid #b0e0e6;
    line-height:1em;
    padding:2pt;
}

.ContentBody
{
    padding:1em;
    padding-top:.5em;
}

.ContentBody ul
{
    list-style:url('/res/d.gif') disc;
}

#menu
{
    margin-bottom:15px;
    background:#FFF;
    text-align:center;
}

.date
{
    font-family: "ＭＳ Ｐゴシック", serif;
    font-size: large;
    color: #333;
    border-bottom:1px solid #999;
    margin-bottom:10px;
    font-weight:bold;
}

.SideBox
{
    font-family: "ＭＳ Ｐゴシック", verdana, arial, sans-serif;
    color:#333;
    font-size:small;
    font-weight:normal;
    background:#FFF;
    line-height:140%;
    padding:0;
    border: 1px solid #b0e0e6;
    margin-bottom:1em;
}

.SideTitle
{
    font-size:10pt;
    font-weight:bold;
    margin:0;
    color: #666;
    background-color: #dffaf0;
    line-height:1em;
    padding:2pt;
}

.SideBody ul
{
    list-style-image:url("/res/d.gif") ;
}

/* Layout related classes */

div.PageCenter
{
    width:800px;
    background-color:#ffffff;
    text-align:left;
    margin:auto;
    padding-top:24px;
    padding-left:10px;
    padding-right:10px;
}

table.PageLayout
{
    width:100%;
}

td.PageLeft
{
    vertical-align:top;
}

td.PageRight
{
    padding-left:20px;
    width:200px;
    vertical-align:top;
}

div.Footer /* footer */
{
    width:100%;
    border-top:solid 1px #b0e0e6;
    padding-top:5px;
    padding-bottom:20px;
    font-size:70%;
    text-align:center;
}

