@charset "UTF-8";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    font-size: 85%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #000000; /* 標準文字色 */
    min-width: 1017px;
    background: url(../images/bg_news_box.jpg) repeat-x center top;
}

/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 85%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#container {
    background-image : url(../images/headerBg_01.png);
    background-position: top center;
    background-repeat: repeat-x;
    text-align: center;
    min-height: 100%;
}

.layoutset-01 #container{
    width: 100%;
    position: relative;

}
.layoutset-02 #container{
      background-image : url(../images/headerBg_02.png);
}
#header{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: -1px;
    overflow: hidden;
    position: relative;
    height: 105px;
}
.layoutset-01 #header{
}
.layoutset-02 #header{
}

#headerMain h1{
    font-weight: normal;
    font-size: 0.8em;
    text-align: right;
    padding-top: 1px;
    padding-right: 10px;
    margin-top: 0;
    margin-bottom: 1px;
}

#headerLogo{
    width: 300px;
}

#headerLogo a{
    display: block;
    margin: 10px 0 0 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 350px;
    height: 75px;
    background-image : url(../images/logo.png);
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 5px;
}

.layoutset-01 #headerLogo a {
}

#header-banner {
    position: absolute;
    top: 27px;
    left: 400px;
    background-image: url(../images/header_banner.png);
    background-position: center right;
    background-repeat: no-repeat;
    width: 216px;
    height: 77px;
}

#header-banner a{
    display: block;
    width: 216px;
    height: 77px;
    text-indent: -9999px;
    overflow: hidden;
}

#header-banner a:hover{
    background-image: url(../images/header_banner_on.png);
    background-position: center right;
    background-repeat: no-repeat;
    width: 216px;
    height: 77px;
}

#headerExtra1{
    width: 245px;
    position: absolute;
    right: 0px;
    top: 50px;
    margin: 0;
    padding: 5px 0 5px 10px;
    font-size: 1.2em;
}

.layoutset-01 #headerExtra1{
}

.layoutset-02 #headerExtra1{
}

#inner{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    clear: both;
}
.layoutset-01 #inner{
    height: 750px;
}

#wrapper{
    width: 960px;
    float: left;
}

.layoutset-01 #wrapper{
    padding-top: 70px;
}
.layoutset-02 #wrapper{
    padding-top: 70px;
}
.layoutset-01 #title{
    display: none;
}
.layoutset-02 #title{
    box-shadow: 1px 0px 10px rgba(100, 100, 100, 0.4);
    margin-bottom: 0; 
}

#main{
    width: 676px;
    float: right;
    float: left;
    text-align: left;
    padding-bottom: 10px;
    min-height: 680px;
}

#aside{
    width: 253px;
    right: 0px;
}

.layoutset-01 #aside{
    position: absolute;
    top: 80px;
}

.layoutset-02 #aside{
    position: absolute;
    top: 280px;
}

#footer{
    clear: both;
    padding-bottom: 10px;
    position: relative;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */
.layoutset-01{
/*-	background-image : url(../images/headerBg_01.png);
    background-position: top left;
    background-repeat: repeat-x;
-*/
}

.layoutset-02{
/*-    background: url(../images/headerBg_02.png) top left repeat-x;
-*/}

/* コンテンツ配置領域 */


/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/

/* ナビゲーション */

#nav{
    height: 140px;
    position: absolute;
    top: -90px;
    left: 0px;
    overflow: hidden;
/*-    background: url(../images/bg.png) 0 0 repeat-x;-*/
}

#nav ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-left: 1px solid #efefef;
}

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

#nav li{
    float: left;
    width: 190px;
    height: 140px;
    border-right: 1px solid #efefef;
    border-right: 1px solid #e0e0e0;
}


#nav a {
    display: inline-block;
}

#nav a:hover {
	background-color: transparent; /* IE6対応 */
}

#nav a:hover img {
    visibility: hidden;
}

#nav #nav-01 {
    background: url(../images/nav_g01_over.png) top center no-repeat;
}
#nav #nav-02 {
    background: url(../images/nav_g02_over.png) top center no-repeat;
}
#nav #nav-03 {
    background: url(../images/nav_g03_over.png) top center no-repeat;
}
#nav #nav-04 {
    background: url(../images/nav_g04_over.png) top center no-repeat;
}
#nav #nav-05 {
    background: url(../images/nav_g05_over.png) top center no-repeat;
    width: 194px;
}


.layoutset-02 #nav{
    height: 70px;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    box-shadow: 1px 0px 10px rgba(100, 100, 100, 0.4);
}
.layoutset-02 #nav li{
    height: 70px;
}

.layoutset-02 #nav #nav-01 , .layoutset-02 #nav #nav-01-on{
    background: url(../images/nav_01_over.png) top center no-repeat;
}
.layoutset-02 #nav #nav-02 , .layoutset-02 #nav #nav-02-on{
    background: url(../images/nav_02_over.png) top center no-repeat;
}
.layoutset-02 #nav #nav-03 , .layoutset-02 #nav #nav-03-on{
    background: url(../images/nav_03_over.png) top center no-repeat;
}
.layoutset-02 #nav #nav-04 , .layoutset-02 #nav #nav-04-on{
    background: url(../images/nav_04_over.png) top center no-repeat;
}
.layoutset-02 #nav #nav-05 , .layoutset-02 #nav #nav-05-on{
    background: url(../images/nav_05_over.png) top center no-repeat;
    width: 194px;
}


.layoutset-02 #nav #nav-01-on img,
.layoutset-02 #nav #nav-02-on img,
.layoutset-02 #nav #nav-03-on img,
.layoutset-02 #nav #nav-04-on img,
.layoutset-02 #nav #nav-05-on img {
    visibility: hidden;
}









#nav h3.c-index{
    height: 0px !important;
    margin: 0 !important;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}
#headerExtra1 p.tel{
    margin: 0;
    padding: 8px 0 0 20px;
    font-size: 1.45em;
    font-weight: bold;
    line-height: 0.8;
    text-align: left;
    background: url(../images/icon_tel.png) 15px 4px no-repeat;
    background-size: 20px;
    text-indent: 1em;
}

#headerExtra1 p.tel-time{
    color: #000;
    font-size: 13px;
    padding-right: 5px;
    padding-left: 17px;
    font-weight: normal;
    margin: 0;
}
