@charset "Shift_JIS";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */

#headerMain{
    height: 40px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 440px;
    float: left;
}

#headerMain h1{
    margin: 0;
    padding-top: 11px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
    font-weight: normal;
    line-height: 1.2;
    font-size : 11px;
}

#headerLogo{
    width : 270px;
    clear: left;
    padding-top: 1px;
    margin-left: 0;
    margin-right: auto;
}

#headerLogo a{
    display: block;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    height : 60px;
    background-image : url(logo_2E.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#headerExtra2 {
}

/* フッター内パーツ */
#footerMain{
    width : 370px;
    float: right;
    padding-top: 10px;
}

#footerMain p{
    /* コピーライト文字設定 */
    font-size : 0.85em;
    text-align: right;
    padding-top: 10px;
}

#footerLogo {
}

#footerExtra1{
    width : 580px;
    float: left;
    padding-top: 10px;
}

#footerExtra1 ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

#footerExtra1 li{
    /* フッターナビ設定 */
    display: inline;
    padding-left: 25px;
}

#footerExtra1 a:link{
    color: #666666;
    text-decoration: none;
}
#footerExtra1 a:visited{
    color: #666666;
    text-decoration: none;
}
#footerExtra1 a:hover{
    color: #A2413C;
    text-decoration: underline;
}
#footerExtra1 a:active{
    color: #A2413C;
    text-decoration: underline;
}

#footerExtra2 {
}

/* サイドブロック内パーツ */
#banner {
}

#banner ul{
    display: block;
    width: 165px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding: 0;
    list-style-type: none;
    text-align: left;
    background-color: #D1D2D2;
}

#banner ul:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#banner li{
    display: block;
    height: 36px;
    overflow: hidden;
    background-position: top center;
    background-repeat: no-repeat;
    background-image : url(banner_back.gif);
}

#banner li a{
    display: block;
    padding-top: 13px;
    padding-left: 23px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 14px;
}

#banner li span.en{
    padding-left: 8px;
    font-size: 10px;
    color : #cc3300;
}

#banner a:link{
    color: #ffffff;
    text-decoration: none;
}
#banner a:visited{
    color: #ffffff;
    text-decoration: none;
}
#banner a:hover{
    color: #A2413C;
    text-decoration: none;
}
#banner a:active{
    color: #A2413C;
    text-decoration: none;
}

#companyinfo{
    width: 165px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 20px;
}

#companyinfo h3{
    text-align: left;
    font-size: 1em;
    color: #000000;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 2px;
    padding-bottom: 0;
}

#companyinfo p{
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 3px;
    text-indent : 0em;
}

/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/
#nav li a {
    /* ナビゲーション文字設定 */
}

/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/
/* リンク文字色 */
a:link{
    color: #A2413C;
    text-decoration: underline;
}
a:visited{
    color: #A2413C;
    text-decoration: underline;
}
a:hover{
    color: #A2413C;
    text-decoration: none;
}
a:active{
    color: #A2413C;
    text-decoration: none;
}

#skip{
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p{
    margin-top : 0.5em;
    margin-bottom : 1.5em;
    padding-right: 0.1em;
    padding-left: 0.1em;
    line-height: 1.4;
    text-align: left;
    text-indent : 1em;
    max-width : 50em;
}

p.box{
    margin-top : 0.8em;
    margin-bottom : 0.8em;
    padding-right: 0.1em;
    padding-left: 0.1em;
    line-height: 1.4;
    text-align: left;
}

p.large{
    font-size : 1.18em;
    margin-bottom: 1em;
    max-width : 48em;
}

.small{
    font-size : 0.78em;
    margin-bottom: 0.2em;
    max-width : 48em;
}

p.indent{
    max-width : 48em;
    margin-left : 1.5em;
    text-indent : 0em;
}

p.indent2{
    max-width : 47em;
    margin-left : 3.0em;
    text-indent : 0em;
}

.left{
    float: left;
}
.right{
    float: right;
}

hr{
    width: 100%;
    height: 1px;
    margin: 10px auto 20px auto;
    padding: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

.layoutset-02 h2{
    background-image : url(h2_back.gif);
    width : 740px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0.5em;
    margin-left: 0;
    text-align: left;
    overflow: hidden;
    background-repeat : no-repeat;
    background-position : left bottom;
}

.layoutset-02 h2 span.ja{
    font-size : 1.1em;
    padding-right: 15px;
    padding-left : 13px;
}

h2 span.en{
    font-size: 1.1em;
    color: #A2413C;
    font-weight: normal;
}

#wrapper h3{
    height : 28px;
    margin-top : 0.1em;
    margin-bottom: 0.5em;
    text-align: left;
    padding-left : 10px;
    line-height : 32px;
    overflow: hidden;
    font-size : 1.18em;
    background-repeat: no-repeat;
    border-left-width : 5px;
    border-left-style : solid;
    border-left-color : #8c0000;
}

h3.c-index{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

h4{
    margin: 0;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 5px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2;
    color: #A2413C;
}

h5{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2;
    color: #333333;
}
/* テーブル基本 */
table{
    margin: 0.5em auto 1em 0;
    border-collapse: collapse;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    max-width: 740px;
}
table th{
    padding: 6px 10px 6px 8px;
    text-align: left;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-weight: normal;
}
table td{
    padding: 6px 10px 6px 8px;
    text-align: left;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
table td.now{
    background-color: #ffff55;
}
table td.c1{
    background-color: #ffff99;
}
table td.c2{
    background-color: #e9fcfc;
}


/* フォームパーツ設定 */
input.button{
    margin-top: 10px;
    margin-bottom: 15px;
}

textarea{
    width: 400px;
    height: 200px;
}

input.l{
    width: 400px;
}
input.m{
    width: 250px;
}
input.s{
    width: 150px;
}

/* メインコンテンツ内基本パーツ */

#main ul{
    margin: -0.9em 0 1em 1em;
    list-style-type: none;
}

#main li{
    text-align: left;
    line-height : 1;
    padding : 0.25em;
  list-style-type : square;
}

#sitemap ul{
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left : 2em;
    list-style-type: none;
}

#sitemap ul li{
    text-align: left;
    line-height : 1;
    padding-top : 6px;
    padding-left : 6px;
    padding-right : 7px;
    padding-bottom : 5px;
    margin-top : 6px;
}

#main dl{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
    padding: 0;
    zoom: 100%;
}

#main dt{
    float: left;
    margin: 0;
    text-align: left;
    line-height : 16px;
    min-height: 16px;
    font-weight: bold;
    width : 170px;
    padding-top : 7px;
    padding-right: 0;
    padding-bottom : 7px;
    padding-left: 10px;
    color: #000000;
  border-top-color : #000000;
  border-bottom-color : #000000;
}

#main dd{
    margin : 0px 30px 0px 0px;
    padding-top : 7px;
    padding-right : 15px;
    padding-bottom : 7px;
    text-align: left;
    line-height : 16px;
    min-height: 16px;
    padding-left : 180px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color : #aaaaaa;
  border-top-color : #000000;
}

*:first-child + html #main dd{
    /* for IE7 */
    padding-left: 10px;
    min-height: 20px;
}

* html #main dd{
    /* for IE6 */
    padding-left: 0px;
    height: 20px;
}

#main dl:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#main img.left{
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

#main img.right{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}

#pagetop{
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: right;
}

#pagetop a{
    /* ページの先頭へのリンク設定 */
    display: block;
    margin-left: auto;
    width: 105px;
    height: 20px;
    overflow: hidden;
    background-image : url(returnTop_1E.png);
    background-position: top left;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9999px;
}

/* トップページ デザイン定義 */
.layoutset-01 #title h2{
    overflow: hidden;
    text-indent : 0px;
    height : 120px;
    background-image : url(top_image_2.gif);
    background-position : center top;
    background-repeat: no-repeat;
    margin-top : 0px;
    padding-top : 2em;
    text-shadow: 1px 1px 3px #ababab;
}


#toppage-news h3 span.ja{

}
