﻿html,body 
{
    margin:0px;
    padding:0px;
    background-color:#f6f6f6;
    font-family:"ＭＳ Ｐゴシック";
    letter-spacing:1px;
}

img 
{
    border-style:none;
}

#wrapper {
    margin:0px auto 0px auto;
    padding-top:10px;
    width:820px;
    height:100%;
    box-shadow:0px 0px 6px #333;
    background-color:#FFF;
    position:relative;
    z-index:1;
    overflow:auto;
    behavior: url(ie-css3.htc);
}

#header
{
    margin-bottom:5px;
    width:100%;
    overflow:auto;
}

#header p
{
    margin:0px 20px;
    padding:0px;
    float:left;
    font-size:12px;
}

#header h1 
{
    margin:0px 20px;
    padding:0px;
    float:left;
}

#header ul
{
    margin:0px 20px;
    padding:0px;
    list-style:none;
    float:right;
}

#header ul li
{
    line-height:180%;
    text-align:center;
    font-size:12px;
}

#header ul li a
{
    color:#EA3;
    text-decoration:none;
}

#header ul li a:hover
{
    color:#EA3;
    text-decoration:underline;
}

#navigation
{
    margin-bottom:20px;
    width:100%;
    background-image:URL(../img/bg_navigation.jpg);
    background-repeat:repeat-x;
    overflow:auto;
}

#navigation a
{
    color:#fff;
    font-weight:bold;
    text-decoration:none;
}

#navigation ul
{
    margin:0px 20px;
    height:30px;
    padding:0px;
    list-style:none;
}

#navigation li
{
    margin:0px;
    border-style:solid;
    border-width:0px 1px;
    border-color:#fff #850 #fff #ffb67b;
    width:109px;
    text-align:center;
    line-height:30px;
    font-size:14px;
    float:left;
}

#contents
{
    margin-bottom:20px;
    width:100%;
    overflow:auto;
}

#corpimage
{
    float:left;
    margin:0px 20px;
    vertical-align:middle;
}

#corpmessage
{
    margin:0px 20px 0px auto;
    width:440px;
    overflow:auto;
}

#corpmessage h2
{
    margin:0px 0px 20px 0px;
    border-bottom-style:solid;
    border-bottom-color:#FC6;
    border-bottom-width:0px 0px 2px 0px;
    padding-left:24px;
    background-image:URL(../img/houseicon.jpg);
    background-repeat:no-repeat;
    font-size:18px;
    line-height:22px;
}

#corpmessage p
{
    line-height:180%;
}

#description
{
    margin:0px 10px 20px 10px;
    overflow:auto;
}

.descbox
{
    margin:10px 10px;
    border-style:solid;
    border-width:6px;
    border-color:#fff;
    width:234px;
    background-color:#f5f5f5;
    box-shadow:1px 1px 6px #666;
    float:left;
    position:relative;
    z-index:1;
    text-align:center;
    border-radius: 8px;
    behavior: url(ie-css3.htc);
}

.descbox h3
{
    margin:10px 0px 0px 0px;
}

.descbox a
{
    color:#000;
    text-decoration:none;
}

.descbox p 
{
    margin:0px 10px;
    height:110px;
    line-height:160%;
    font-size:14px;
}

.descbox img
{
    margin:0px 0px 10px 0px
}

#area
{
    margin-bottom:10px;
    overflow:auto;
}
#area h3
{
    margin:10px 20px 20px 20px;
    border-bottom-style:solid;
    border-bottom-color:#FC6;
    border-bottom-width:0px 0px 2px 0px;
    padding-left:24px;
    background-image:URL(../img/houseicon.jpg);
    background-repeat:no-repeat;
    line-height:22px;
}

#area h4
{
    margin:10px 20px;
    clear:left;
    border-style:solid;
    border-width:3px;
    border-color:#fff;
    padding-left:8px;
    background-color:#f5f5f5;
    box-shadow:1px 1px 3px #555;
    border-radius: 8px;
    position:relative;
    z-index:1;
    behavior: url(ie-css3.htc);
    line-height:24px;
}

#area ul
{
    margin:10px 20px 20px 20px;
    padding-left:20px;
    list-style:none;
    overflow:auto;
}

#area li
{
    margin:0px;
    width:90px;
    line-height:22px;
    float:left;
}

#footer
{
    margin-bottom:10px;
    text-align:center;
    line-height:140%;
}

#footer #copyright
{
    font-size:12px;
}