/**************************************************
basic
**************************************************/
body {
    width: 100%; height: 100%;
    margin: 0;
    background: url(../img/sideline.gif) center repeat-y;
    font-size: 13px;
    color: #444444;
    line-height: 1.5em;
    font-family: "メイリオ", "Meiryo", "ヒラギノ丸ゴ Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "Osaka", sans-serif;
    overflow:scroll;
}
    /* IE7用 */
    *+html body { overflow: visible; }

p { line-height: 1.5em; margin-bottom: 5px; }
ul li { list-style-type: none; }
ul.disc { margin: 0; }
ul.disc li {
    list-style-type: disc;
    margin-left: 25px;
}
a { color: #000000; }
a:hover { color: #990000; }
.clear { clear: both; }
img { vertical-align: top; }
table.line {
    width: 100%;
    margin-bottom: 0;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
}
table.line tr td,
table.line tr th {
    border-right: 1px solid #bbb;
    border-bottom: 1px dotted #bbb;
    padding: 2px 6px;
    text-align: left;
}
table.line tr.last td,
table.line tr.last th {
    border-bottom: 1px solid #bbb;
}
h4 {
    font-weight: bold;
    font-size: 14px;
}
/**************************************************
header
**************************************************/
#header {
    width: 100%;
    height: 130px;
    margin-bottom: 0px;
    background: url(../img/header_bg.png);
    background-position: bottom;
    color: #ffffff;
}
#header a { color: #fff; }
#header a:hover { color: #ffcccc; }
#header .content {
    background: url(../img/sideline.gif);
    width: 900px;
    height: 120px;
    margin: auto;
}
#header h1 {
    font-size: 10px;
    height: 14px;
    margin-left: 5px;
    font-weight: normal;
}

#header .content .logo {
    float: left;
    width: 220px;
    height: 40px;
    margin: 13px 0 13px 5px;
}
    #header .content .logo a {
        width: 220px;
        height: 40px;
        background-image: url(../img/header_logo.png);
        display: block;
        text-indent: -9999px;
    }
#header .content ul.sub {
    float: right;
    height: 15px;
    margin: 42px 10px 0 0;
    font-size: 12px;
}
  #header .content ul.sub li {
      float: left;
      margin-left: 10px;
  }
#header .content ul.global {
    width: 900px;
    height: 40px;
}
    #header .content ul.global li {
        float: left;
        height: 40px;
        text-indent: -9999px;
    }
    #header .content ul.global li a {
        background-image: url(../img/header_menu.png);
        width: 180px;
        height: 40px;
        display: block;
    }
    #header .content ul.global li.g01 a {
        background-position: 0 0;
    }
        #header .content ul.global li.g01 a:hover {
            background-position: 0 -40px;
        }
    #header .content ul.global li.g02 a {
        background-position: -180px 0;
    }
        #header .content ul.global li.g02 a:hover {
            background-position: -180px -40px;
        }
    #header .content ul.global li.g03 a {
        background-position: -360px 0;
    }
        #header .content ul.global li.g03 a:hover {
            background-position: -360px -40px;
        }
    #header .content ul.global li.g04 a {
        background-position: -540px 0;
    }
        #header .content ul.global li.g04 a:hover {
            background-position: -540px -40px;
        }
    #header .content ul.global li.g05 a {
        background-position: -720px 0;
    }
        #header .content ul.global li.g05 a:hover {
            background-position: -720px -40px;
        }
/**************************************************
middle
**************************************************/
#middle {
    width: 900px;
    margin: auto;
    margin-bottom: 50px;
    /*background: url(../img/sideline.gif);*/
    min-height: 400px;
}
#middle #mainimage {
    width: 900px;
    min-height: 300px;
    margin: auto;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
#middle #mainimage > img {
    top: 0;
    left: 0;
    position: absolute;
}
/**************************************************
nav
**************************************************/
#nav {
    float: left;
    width: 250px;
    margin-left: 15px;
}
#nav ul,
#nav ul li {
    list-style: none;
}
#nav ul li a {
    width: 233px;
    height: 32px;
    margin: 0;
    padding: 17px 0 0 15px;
    background: #fff url(../img/nav_icon.png) no-repeat 7px 16px;
    display: block;
    border: solid #bbb;
    border-width: 0 1px 1px 1px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    text-align: left;
}
#nav ul li a:hover {
    background-color: #eee;
}
/**************************************************
section
**************************************************/
#middle #section {
    float: right;
    width: 600px;
    margin-right: 15px;
}
#middle #section .content {
    margin-bottom: 20px;
}
#middle #section h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 2px 0 10px;
    line-height: 1.3em;
}
#middle #section h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 2px 0 10px;
    border-bottom: 1px solid #888;
    line-height: 1.5em;
}
/************************
top
*************************/
#top .news {
    border: 1px solid #AAAAAA;
    padding: 5px;
    margin: 0 0 10px 0px;
}

.news img {
    vertical-align: top;
    float: left;
    margin: 0 10px 0 0;
}

#top #middle #section {
    float: none;
    width: 100%;
    min-height: 280px;
}
#top #middle #section .greeting {
    width: 844px;
    height: auto;
    margin: 0 auto 15px;
    padding: 15px;
    border-radius: 10px;
    border: 2px solid #aaa;
    color: #444;
    font-size: 16px;
    line-height: 2.0em;
}
    #top #middle #section .greeting img {
        float: right;
        margin: 5px 0 5px 20px;
    }
#top #middle #section .info {
    width: 844px;
    height: auto;
    margin: 0 auto 15px;
    padding: 15px;
    border-radius: 10px;
    border: 2px solid #aaa;
    color: #444;
    font-size: 14px;
    line-height: 2.0em;
}
    #top #middle #section .info .left,
    #top #middle #section .info .right {
        width: 400px;
        padding: 5px;
        border: 1px solid #aaa;
    }
    #top #middle #section .info .left:hover,
    #top #middle #section .info .right:hover {
        background: #eee;
    }
    #top #middle #section .info .left { float: left; }
    #top #middle #section .info .right { float: right; }
        #top #middle #section .info .left img,
        #top #middle #section .info .right img {
            float: left;
            margin-right: 10px;
        }
#top #middle #section .right {
    float: right; 
    width: 280;
    margin-right: 10px;
}

#top #middle #section ul.large {
    width: 280;
    margin: 0px 0px 0 0;
}
#top #middle #section ul.large li {
    margin-bottom: 10px;
}
#top #middle #section ul.large li a {
    width: 280px;
    height: 105px;
    background-image: url(../img/section_menu.jpg);
    display: block;
    text-indent: -9999px;
}
#top #middle #section ul.large li.m01 a { background-position: 0 0; }
#top #middle #section ul.large li.m01 a:hover { background-position: 0 -210px; }
#top #middle #section ul.large li.m02 a { background-position: -280px 0; }
#top #middle #section ul.large li.m02 a:hover { background-position: -280px -210px; }
#top #middle #section ul.large li.m03 a { background-position: -560px 0; }
#top #middle #section ul.large li.m03 a:hover { background-position: -560px -210px; }
#top #middle #section ul.large li.m04 a { background-position: 0 -105px; }
#top #middle #section ul.large li.m04 a:hover { background-position: 0 -315px; }
#top #middle #section ul.large li.m05 a { background-position: -280px -105px; }
#top #middle #section ul.large li.m05 a:hover { background-position: -280px -315px; }
#top #middle #section ul.large li.m06 a { background-position: -560px -105px; }
#top #middle #section ul.large li.m06 a:hover { background-position: -560px -315px; }

#top #middle #section ul.fb {
    width: 280;
    margin: 0px 0px 0 0;
}
#top #middle #section ul.fb li {
    margin-bottom: 10px;
}
#top #middle #section ul.fb li a {
    width: 280px;
    height: 50px;
    background-image: url(../img/section_menu_fb.jpg);
    display: block;
    text-indent: -9999px;
}
#top #middle #section ul.fb li a { background-position: 0 0; }
#top #middle #section ul.fb li a:hover { background-position: 0 -50px; }

a:hover img{
opacity:0.5;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}







/************************
profile
*************************/
.profile p img.maruyama{
    float: right;
    margin: 0 0 10px 20px;
}

.profile .signature {
    text-align: right;
}
.profile ul {
     margin-left: 20px;
 }

.profile ul li {
    list-style-type: disc;
}
/************************
link
*************************/
.link ul li {
    list-style-type: disc;
}

.link ul li {
    margin-top: 10px;
    margin-left: 40px;
    margin-bottom: 5px;
}

.link ul li {
    line-height: 135%;
}

/************************
column
*************************/
.column ul li {
    list-style-type: disc;
}

.column ul li {
    font-size: 15px
}

.column ul li {
    margin-top: 20px;
    margin-left: 40px;
    margin-bottom: 5px;
}

.column ul li {
    line-height: 150%;
}

/************************
sitemap
*************************/
.sitemap ul li {
    list-style-type: disc;
}

.sitemap ul li {
    margin-top: 20px;
    margin-left: 40px;
    margin-bottom: 20px;
}

.sitemap ul li {
    line-height: 100%;
}
/************************
contact
*************************/
.contact .box {
    border: 1px solid #888;
    padding: 15px;
    background: #eee;
}
.contact table {
    width: 100%;
    margin: 10px 0 15px;
    border-top: 1px solid #888;
    border-left: 1px solid #888;
    background: #fff;
}
.contact table th {
    width: 150px;
    text-align: left;
}
.contact table th,
.contact table td {
    padding: 5px;
    vertical-align: top;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
}
.contact textarea {
    width: 90%;
}
.contact .submit {
    text-align: center;
    margin-top: 20px;
    vertical-align: top;
}
/**************************************************
footer
**************************************************/
#footer {
    width: 100%;
    min-height: 20px;
    font-size: 11px;
    /*background: #444;*/
    background: url(../img/bg_filter_000_70.png);
    position: absolute;
    color: #fff;
    z-index: 30;
}
#footer a { color: #fff; }
#footer a:hover { color: #ffcccc; }
#footer .content {
    width: 900px;
    margin: auto;
    margin-top: 4px;
}
#footer .content ul {
    float: left;
    width: 630px;
}
#footer .content ul li {
    float: left;
    margin-left:15px;
}
#footer .content p.copyright {
    float: right;
    width: 230px;
    margin-right: 15px;
    text-align: right;
    font-size: 10px;
}

