/* 文字コードの指定 --------------------------------------*/
@charset "utf-8";

/* 全体の文字種類の指定 ----------------------------------*/
body {
        font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ ゴシック";
        color  : black;
        margin : 0;
        padding: 0;
        text-align: center;
        background-image: url(bg_shadow.jpg);
        background-position: center;
        background-repeat: repeat-y;
        background-color: #EFEFEF;
}


/* 包み紙-------------------------------------------------*/
#wrapper {
        width  : 950px;
        margin : 0px auto 0px auto;
        padding: 0;
        text-align: left;
        border-right : solid 1px #CECECE;
        border-left : solid 1px #CECECE;
        background-color: #ffffff;
}

a:link {
        color: #004080;
}

a:hover {
        color: #cccccc;
}


/* 包み紙-------------------------------------------------*/
#top {
        width  : 950px;
        text-align: right;
        background-color : #6F6F6F;
}


/* トップ の中の文字--------------------------------------*/
#top-letter {
         color: #ffffff;
         font-size: 0.9em;
         text-align: right;
         margin-right: 10px
}


/* ヘッダー ----------------------------------------------*/
#header {
        width  : 950px;
        height : 60px;
        margin : 0;
        padding: 0;
        border-bottom: solid 3px #000000;
}

#header a{
        text-decoration: none;
}


/* ヘッダー ロゴ画像--------------------------------------*/
#header-img {
         float: left;
}


/* ヘッダー の中のお気に入りの文字------------------------*/
#header-letter {
         font-size: 0.8em;
         text-align: right;
         float: right;
         margin-top: 2px;
         margin-right: 10px
}


/* ヘッダーメニュー背景 ----------------------------------*/
#header-menu {
        width  : 950px;
        height : 30px;
        background: url(header_menu_back.gif) repeat;
}


/* ヘッダーメニュー文字 ----------------------------------*/
#menu {
        width: 135px;
        height : 30px;
        color: #ffffff;
        text-align: center;
        background: url(header_menu_back.gif) repeat;
        border-right: dotted 1px #6F6F6F;
        float: left;
}

#lastmenu {
        width: 134px;
        height : 30px;
        color: #ffffff;
        text-align: center;
        background: url(header_menu_back.gif) repeat;
        float: left;
}

#menu-letter  {
        padding-top: 5px;
}


/* ヘッダーメニュー文字（アンカー） ----------------------*/
#header-menu a {
        color : white;
        text-decoration: none; /* ＿を表示しない*/
}


/* ヘッダーメニュー文字（アンカー）オンマウス色 ----------*/
#header-menu a:hover {
        color: #cccccc;
}


/* メインイメージ ----------------------------------------*/
#main-img {
        width  : 950px;
        height : 190px;
        background-image: url(main-img.jpg);
}


/* コンテナー --------------------------------------------*/
#container {
        margin : 0px;
        padding: 5px;
        background-color: white;
}


/* 左側メニュー ------------------------------------------*/
#left-menu {
        width: 222px;
        float: left;
        margin: 5px 1px 0px 5px;
        text-align: left;
        letter-spacing: 1px;
        font-size: 0.9em;
}

#left-menu a{
        color  : #2675CD;
        text-decoration: none;
}

#leftmenu-each {
        height: auto;
        padding: 5px 0px 5px 10px;
        background-color: #f3f3f2;
}

#leftmenu-inside {
        width: 208px;
        background-color: #ffffff;
        border-top   : solid 1px #c6c6c6;
        border-left  : solid 1px #c6c6c6;
        border-right : solid 1px #c6c6c6;
        border-bottom: solid 1px #c6c6c6;
        margin-left: -4px;
}

#menu-title {
        width: 208px;
        height: 33px;
        background-image: url(title_s.jpg);
}

#menu-title-letter {
       color: #ffffff;
       padding-top: 10px;
       padding-left: 13px;
}

#menu-each {
        width: 208px;
        height: 25px;
        background-image: url(title_s02.gif);
        background-repeat: no-repeat;
}

#menu-each-letter {
       font-size: 0.8em;
       color: #ffffff;
       padding-top: 5px;
       padding-left: 20px;
       letter-spacing: -0.4px;
}

#menu-each-nounderline {
        width: 208px;
        height: 24px;
        background-image: url(title_s03.gif);
        background-repeat: no-repeat;
}


/* 左側メニュー文字 --------------------------------------*/
#left-menu li {
        display: inline;                      /*ないと・が出る*/
}


/* メニューリストアンカー（アンカー）オンマウス色 --------*/
#menu-title a{
        color  : #ffffff;                     /* 薄青 */
        text-decoration: none;
}


/* コンテンツ --------------------------------------------*/
#contents {
        width  : 690px;
        margin-left: 7px;
        padding: 5px 0px 0px 0px;
        line-height: 100%;
        letter-spacing: 1px;
        float: left;
        background-color: #ffffff;
}


/* サブコンテンツ ----------------------------------------*/
#sub-contents {
        width  : 690px;
        margin-top: 0px;
        margin-left: 7px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 0.9em;
}

#sub-basic {
        width  : 690px;
        height: auto;
        margin-top: 5px;
        margin-bottom: 10px;
        padding-left: 20px;
        font-size: 0.9em;
}


/* 事業内容 ----------------------------------------------*/
#jigyou-naiyou01 {
        width  : 685px;
        height: auto; 
        padding-left: 5px;
        background-color: #ffffff;
        margin-top: -10px;
        margin-bottom: 0;
}

#jigyou-naiyou {
        width  : 685px;
        height: auto; 
        padding-left: 5px;
        background-color: #ffffff;
        margin-bottom: 0;
}

#jigyou-naiyou01 ul{
        height: 60px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-left: 19px;
}

#jigyou-naiyou01 li{
        list-style-image: url(yajirushi_red.gif);
        font-size: 0.8em;
        padding-left: 0px;
}


/* 事業 --------------------------------------------------*/
#jigyou-1row {
       height: 175px;
       margin-top: 7px;
       float: left;
}


#jigyou-1row01 {
       height: 135px;
       margin-top: 7px;
       float: left;
}


#jigyou-each {
        width: 220px;
        height: 140px; 
        float: left;
        margin-top: 5px;
        margin-right: 5px;
}

#jigyou {
        width  : 220px;
        height : 20px;
        margin-bottom: 0px;
        padding-top: 2px;
        color: #ffffff;
        text-align: center;
        font-weight: bold;
        letter-spacing: -1px;
        background-color : #000000;
}


/* 最新情報 ----------------------------------------------*/
#contents h2 {
        width: 704px;
        height: 41px;
        font-size: 1em;
        background-image: url(titlebar.gif);
        background-repeat: no-repeat;
        margin: 0px 0px 10px 0px;
        padding: 11px 0 0px 20px;
        line-height: 100%;
}

#titlebar02 {
        width: 704px;
        height: 33px;
        padding: 10px 0 0px 19px;
        margin-bottom: 8px;
        background-image: url(titlebar02.gif);
        background-repeat: no-repeat;
        font-weight: bold;
        font-size: 0.9em;
}


/* フッター ----------------------------------------------*/
#footer {
        width  : 950px;
        height : 40px;
        border-top: solid 1px;      /* 線 */
        border-top-color: #000000;  /* 線色 */
        border-bottom: solid 0px #000000;  /* 線色 */
        clear: both;
        margin-top: 0px;
        padding: 5px 0 0px 0px;
        background-color: #F0F0F0;
}


/* フッター の中の文字------------------------------------*/
#footer-letter {
        color: #000000;             /* 文字色 */
        font-size: 0.9em;
        text-align: right;
        float: right;
        margin-right: 10px;
}


/* パソコンで表示したくない文字部分 ----------------------*/
#no-display {
        display: none;
}


/* サイトマップ部分 --------------------------------------*/
#sitemap-each {
        width: 210px;
        height: 18px;
        padding-top: 2px;
        padding-left: 25px;
        background-image: url(square.gif);
        background-repeat: no-repeat;
        background-color: #ffffff;
        margin-bottom: 3px;
}

#sitemap-subeach {
        width: 210px;
        height: 18px;
        padding-top: 2px;
        padding-left: 25px;
        background-color: #ffffff;
        margin-bottom: 3px;
}

#sitemap-left {
        float: left;
}

#sitemap-right {
        float: left;
}


/* お問い合わせバナー部分 --------------------------------*/
#btn-inq {
        text-align: center;
        padding-top: 5px;
        padding-right: 15px;
}


br {
        letter-spacing:0;
}


