@charset "Shift_JIS";

/* 要素リセット */
body
{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #333; /* 標準文字色 */
    background-image : url(../img/pageBga.png);
    background-position: top center;
    background-repeat: repeat;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body
{
    font-size: 70%;
}
/* end */

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

/*--------------------------------------------------------
  レイアウト設定  ddffdd fff
--------------------------------------------------------*/
#container
{
    width: 901px;
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    position: relative;
    background-color: #ddffdd;
    border-left: 1px solid #55ca4c;
    border-right: 1px solid #55ca4c;
    border-bottom: 1px solid #55ca4c;
}

#header
{
    height: 60px;
    position: relative;
    padding-left: 19px;
    padding-right: 19px;
}

#inner
{
    position: relative;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 60px;
    padding-bottom: 20px;
    zoom: 1;
}

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

#wrapper
{
    width: 673px;
    float: right;
}
#wrappera
{
    
    width: 873px;
    float: right;
    
    
    
    
}
#wrapperc
{
    width: 400px;
    height: 500px;
    float: right;
    margin-right: 30px;
    margin-left: auto;
    overflow: hidden;
}
    
}
#wrapperd
{
    clear: both;
    width: 450px;
    float: left;
    margin-left: 40px;
    overflow: hidden;
}



#title
{
    margin-top: 0;
    margin-bottom: 0;
}

#main
{
    margin-top: 15px;
}

#aside
{
    width: 200px;
    float: left;
}

#bside
{
    width: 400px;
    height: 500px;
    float: left;
    overflow: hidden;
}




#footer
{
    clear: both;
}

#nav
{
    position: absolute;
    top: 0;
    left: 0;
    width: 901px;
    height: 53px;
    overflow: hidden;
    background-image : url(../img/mainmenuBg_01.png);
    background-position: top center;
    background-repeat: repeat-x;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* ヘッダー */

#headerMain
{
    width: 600px;
}

#headerLogo a
{
    background-image : url(../img/title-iitokoro.gif);
    background-position: center left;
    background-repeat: no-repeat;
}

#headerExtra1 p.tel
{
    color: #0079ec;
}

#headerExtra1 p.tel span
{
    background-image : url(pointTel_8Ea.png);
    background-position: center left;
    background-repeat: no-repeat;
}

#headerExtra1 p.mail a
{
    background-image : url(pointMail_8Ea.png);
    background-position: center left;
    background-repeat: no-repeat;
}

#headerExtra1 p.mail a:link
{
    color: #333;
    text-decoration: none;
}
#headerExtra1 p.mail a:visited
{
    color: #333;
    text-decoration: none;
}
#headerExtra1 p.mail a:hover
{
    color: #ff9903;
    text-decoration: none;
}
#headerExtra1 p.mail a:active
{
    color: #ff9903;
    text-decoration: none;
}

#headerExtra2
{
    position: absolute;
    top: 35px;
    right: 15px;
}


#headerExtra2 li a
{
    background-image : url(cart_8Ea.png);
    background-position: center left;
    background-repeat: no-repeat;
}

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

/* ナビゲーション */
#nav ul
{
    margin-top: -1px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 2px;
    list-style-type: none;
    background-image : url(../img/mainmenuItem_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}

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

#nav li
{
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding-right: 2px;
    float: left;
    height: 53px;
    overflow: hidden;
    text-align: center;
    background-image : url(../img/mainmenuItem_01.png);
    background-position: top right;
    background-repeat: no-repeat;
}

* html #nav li
{
    width: 120px; /* for IE6 */
}

#nav li a
{
    display: block;
    height: 53px;
    padding-left: 20px;
    padding-right: 20px;
}

#nav li span.en
{
    display: block;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    height: 23px;
    overflow: hidden;
    text-transform: uppercase;
}

#nav li span.ja
{
    display: block;
    line-height: 21px;
    font-size: 11px;
    font-weight: bold;
    height: 33px;
    overflow: hidden;
}

#nav a:link
{
    color: #ffffff;
    text-decoration: none;
}
#nav a:visited
{
    color: #ffffff;
    text-decoration: none;
}
#nav a:hover
{
    color: #ffffff;
    text-decoration: none;
    background-image : url(../img/mainmenuBg_01_on.png);
    background-position: top left;
    background-repeat: repeat-x;
}
#nav a:active
{
    color: #ffffff;
    text-decoration: none;
    background-image : url(../img//mainmenuBg_01_on.png);
    background-position: top left;
    background-repeat: repeat-x;
}

/* トップページ */

.layout #title h2
{
    width: 671px;
    height: 192px;
    background-image : url(../img/top_mainimg.png);
    background-repeat: no-repeat;
}

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

#pagetop a
{
    /* 先頭に戻るボタンの左右設定 */
}

/*--------------------------------------------------------
  サイドメニュ設定
--------------------------------------------------------*/


#sidemenu{
width:100%;
height:30px;
background-image:url(../img/menu_bg.jpg);
background-repeat:no-repeat;
background-position:top left;
}



#sidemenu a:hover{
background-image:url(../img/menu.jpg);
background-repeat:no-repeat;
background-position:top left;
color:#6b8e23;
}

#sideleft{
float:left;
width:200px;
font-size:8pt;
overflow:hidden;
}

#sidemenu2,.sbm2{
margin:0px;
padding:0px;
list-style-type:none;
}
.sbm2{
padding-left:9px;
}
.off .sbm2{
display:none;
}
.on .sbm2{
display:block;
}
#sidemenu2 a{
margin:auto;
width:200px;
height:25px;
line-height:25px;
text-align:left;
text-indent:30px;
text-decoration:none;
white-space:nowrap;
background-image:url(../img/menu2_bg.jpg);
background-repeat:no-repeat;
background-position:top left;
display:block;
overflow:hidden;
}
#sidemenu2 a:hover{
color:#6b8e23;
background-image:url(../img/menu2.jpg);
background-repeat:no-repeat;
background-position:top left;
}
#sidemenu2 .sbm2 a{
width:180px;
border-right:solid 1px #c5e3b7;
}
#sideleft h4,#sideleft h5{
margin:auto;
margin-top:0px;
margin-bottom:0px;
height:30px;
line-height:30px;
background-position:top left;
background-repeat:no-repeat;
overflow:hidden;
}
#sideleft h4{
font-size:8pt;
width:200px;
text-align:center;
background-image:url(../img/h4.jpg);
}
#sideleft h5{
font-size:8pt;
width:200px;
text-indent:10px;
text-align:left;
background-image:url(../img/h5.jpg);
}

#sideleft table,#sideleft th,#sideleft td{
font-size:8pt;
}























