body {
    margin: 0px;
    padding: 0px;
    background-color: #EEFFFF;
}

#top-bar {
    background-image: url(../img/back-bar.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    height: 30px;
    margin-top: 0px;
    /* width:1024px; */
}

#navigation {
    margin-left: 15px;
    font-weight:bold;
}

#catch {
    margin-top: 0px;
    padding-top: 5px;
    height: 20px;
}

#catch h1 {
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0px;
}

img {
    border: none;
}

.font10 {
    font-size: 10px;
}

.font11 {
    font-size: 11px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.hide {
    display: none;
}

.red {
    color: #FF0000;
}

.blue {
    color: #0000FF;
}

/* align */
.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.align_center {
    text-align: center;
}

#back_ground {
    margin-bottom: 0px;
    background-image: url(../img/common/background.png);
    background-repeat: repeat-y;
    background-position: 0px 0px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    margin-top: 0px;
    padding: 0px;
}

#header {
    width: 780px;
    height: 70px;
    margin-left: 10px;
}

#footer {
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url(../img/back-bar-bottom.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    /* width: 1024px; */
    height: 30px;
}

#check_banners {
    margin-top: 10px;
    margin-left: 10px;
}

#logo {
    float: left;
    width: 260px;
    margin-top: 10px;
    margin-left: 5px;
}

#contact {
    margin-top: 10px;
    float: right;
    width: 280px;
}

#address {
    width: 280px;
    font-size: 15px;
}

#copyright {
    height: 23px;
    padding-top: 11px;
    text-align: center;
    font-size: 11px;
    /* font-weight: bold; */
    color: #FFFFFF;
}

/* common menu */
#menu {
    width: 780px;
    height: 40px;
    margin-top: 5px;
    margin-left: 10px;
}

#menu_ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 780px;
}

.menu_li {
    float: left;
    width: 130px;
    height: 40px;
}

#menu_gaiyou {
    float: left;
    background-image: url(../img/menu/menu_gaiyou.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 130px;
    height: 40px;
}

#menu_profile:hover {
    background-image: url(../img/menu/profile_on.png);
}

#menu_shinryou {
    float: left;
    background-image: url(../img/menu/menu_shinryou.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 130px;
    height: 40px;
}

#menu_healthcare:hover {
    background-image: url(../img/menu/healthcare_on.png);
}

#menu_kakuka {
    float: left;
    background-image: url(../img/menu/menu_kakuka.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 130px;
    height: 40px;
}

#menu_admission:hover {
    background-image: url(../img/menu/admission_on.png);
}

#menu_renkei {
    float: left;
    background-image: url(../img/menu/menu_renkei.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 130px;
    height: 40px;
}

#menu_sectional:hover {
    background-image: url(../img/menu/sectional_on.png);
}

#menu_access {
    float: left;
    background-image: url(../img/menu/menu_access.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 130px;
    height: 40px;
}

#menu_local:hover {
    background-image: url(../img/menu/local_on.png);
}

#menu_sitemap {
    float: left;
    background-image: url(../img/menu/menu_sitemap.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 130px;
    height: 40px;
}

/*
#menu_sitemap:hover {
    background-image: url(../img/menu/sitemap_on.png);
}
*/

/* banner */
#banner {
    margin-top: 10px;
    margin-left: 10px;
    height: 60px;
    width: 780px;
    clear: both;
}

.banner_link {
    float: left;
    margin: 0px;
}

/* buttons */
.submenu_button {
    margin-left: 30px;
}
