﻿@charset "UTF-8";

/* ========BASIC======== */
html {
   overflow-y:scroll;
border-bottom:10px solid #134D99;}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
   font-size:15px;
   color:#333;
   background:#fff;
   border-top:10px solid #134D99;


}

br {
   letter-spacing:normal;
}

a {
   color:#000;
   text-decoration:none;
}

a:hover {
   color:#999;
   text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
#top {
   width:950px;
   margin:0 auto;
   padding:0;
}

#header {
   position:relative;
   width:950px;
}

#pr {
   position:absolute;
   left:0;
   top:0;
}

#serch {
   position:absolute;
   top:0;
   right:0;
}

#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

#menu {
   float:left;
   width:950px;
   margin-top:10px;
}

#icatch {
   width:950px;
}

#contents {
   float:left;
   width:950px;
   padding:10px 0;
   background:#fff;
}

#main {
   float:left;
   width:950px;
}

#sub {
   float:right;
   width:240px;
}

#pageTop {
   clear:both;
}

#footMenu {
   float:left;
   width:950px;
   margin-top:10px;
}

#footer {
   clear:both;
   width:950px;

}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:20px 0 0 0;
   font-size:32px;
   line-height:1.0;
}

#header h1 a:hover {
   color:#f1f1f1;
}


#header #gnavi ul {
   list-style:none;

}
#header #gnavi li {
   float:left;
   margin-left:15px;
   font-size:13px;
}

#header #gnavi li a {
   display:block;
   padding-left:8px;
   background:url("../images/bg_arrow.gif") 0 50% no-repeat;
}


/* ========SERCH CUSTOMIZE======== */
#serch dt {
   float:left;
   margin:2px 0 0 0;
   padding:0;

}

#serch dd {
   float:left;
   margin:1px 0 0 10px;
   padding:0;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:0 0 1px 0;
   padding:0;
   list-style:none;
}

#menu li {
   overflow:hidden;
   float:left;
   margin:0;
   margin-left:-1px;
   padding:0;
   border:1px solid #CECBCE;
   border-bottom:none;
   background:#fff url("../images/bg_menu.gif") -40px 0 repeat-x;
   font-size: 15px;
   color:#999;


}

#menu li a {
   display:block;
   width:157px;
   height:40px;
   padding:10px 0;
   line-height:20px;
   font-weight:bold;
   text-align:center;
   outline:none;
}

#menu li a:hover {
   color:#ccc;
   text-decoration:none;
   background:#fff url("../images/bg_menu.gif") -40px -5px repeat-x;
}

#menu li.home {
   width:158px;
   margin-left:0;
   border-left:1px solid #CECBCE;
}

#menu li.active a {
   color:#666;
   background:#fff url("../images/bg_menu.gif") -40px 0 repeat-x;
   text-decoration:none;
}

/* ========MAINCONTENTS CUSTOMIZE======== */
#main a {
   color:#134D99;
}

#main a:hover img{
/*モダンブラウザ用*/
opacity:0.8;
/*IE7以下用*/
filter:alpha(opacity=80);
/*IE8用*/
-ms-filter:"alpha(opacity=80)";
}


#main a:hover {
   color:#134D99;
   text-decoration:underline;
}

#main h2 {
   clear:both;
   margin-bottom:8px;
   padding:1px 10px;
   line-height:2.0;
   color:#fff;
   font-size:15px;
   font-weight:bold;
   background:#fff url("../images/bg_h2.gif") 100% 100% repeat-x;
}

#main h3 {
   margin-bottom:8px;
   line-height:1.8;
   font-size:15px;
   color:#134D99;
   border-bottom:3px solid #005DD8;
}

#main h4 {
   margin-bottom:2px;
   font-size:15px;
}

#main h5 {
   margin-bottom:2px;
   font-size:15px;
}

#main h6 {
   margin-bottom:2px;
   font-size:15px;
}

#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}


/* TOPNAVI CUSTOMIZE */
#main div.topNavi {
   overflow:hidden;
   position:relative;
   margin-left:-10px;
   margin-bottom:20px;
}

* html #main div.topNavi {
   height:1em;
   overflow:visible;
}

#main div.topNavi div.topNaviColumn {
   display:inline;
   width:470px;
   float:left;
   margin-left:10px;
   padding:0 0 2em 0;
}

#main div.topNavi h2.topNaviImg {
   margin:0;
   padding:0;
   background:none;
}

#main div.topNavi div.topNaviColumn p.detail {
   position:absolute;
   bottom:0;
   width:270px;
   text-align:right;
}

#main div.topNavi div.topNaviColumn p.detail a {
   padding:0 0 0 7px;
   background:url("../images/bg_arrow.gif") no-repeat left 50%;
}

#main div.topNavi div.topNaviColumn p.cLeft {
   right:280px;
}

#main div.topNavi div.topNaviColumn p.cRight {
   right:0;
}

/* INFORMATION CUSTOMIZE */
#main dl.information {
   margin:0;
}
#main dl.information dt {
   float:left;
   padding-top:5px;
}

#main dl.information dd {
   margin:0 0 5px 0;
   padding: 5px 0px 5px 9em;
   background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

#main table {
   font-size:15px;
}

#main table {
   width:650px;
   margin-bottom:20px;
   margin-top:20px;
   border-collapse:collapse;
   border:1px solid #999;
   border-spacing:0;
   line-height:1.8;
 margin-left: auto;
 margin-right: auto;}

#main table th {
   padding:8px;
   border:1px solid #999;
   border-width:0 0 1px 1px;
   background:#EFEBEF;
   font-weight:bold;
   text-align:left;
}

#main table td {
   padding:8px;
   border:1px solid #999;
   border-width:0 0 1px 1px;
   text-align:left;
}

#main table td ol {
   margin:0;
   padding:0 0 0 30px;
}

#main table td li {
   margin:0;
   padding:0;
}

/* ========MAINCONTENTS CUSTOMIZE_3段======== */
#topmain{
   width:950px;
   overflow:hidden;
   left:50%;
   margin-bottom:20px;
}
#tleft{
   width:300px;
   padding:10px;
   float:left;
   overflow:hidden;
}

#tmain{
   width:295px;
   padding:10px;
   float:left;
   overflow:hidden;
}

#tright{
   width:295px;
   padding:10px;
   float:right;
   overflow:hidden;
}

/* TOPICS CUSTOMIZE */
#topmain div.topics{
    width: 290px;
    height:265px;
    overflow-y: scroll;
    margin-top: 10px;
    padding:8px;
    float:left;
    position:relative;
    border:1px dashed #134d99;
}

#topmtopain dl.topics {
   margin:0;
}
#topmain dl.topics dt {
   float:left;
   padding-top:5px;
   padding-left:5px;
}

#topmain dl.topics dd {
   margin:0 0 5px 0;
   padding: 5px 0px 5px 9em;
}

/* NETSHOP CUSTOMIZE */
#topmain div.netshop{
    width: 300px;
    height:300px;
    float:left;
    position:relative;
}

#topmain a:hover img{
/*モダンブラウザ用*/
opacity:0.8;
/*IE7以下用*/
filter:alpha(opacity=80);
/*IE8用*/
-ms-filter:"alpha(opacity=80)";
}

/* GALLERY CUSTOMIZE */
#topmain div.gallery{
    width: 300px;
    margin: 0;
    margin-top:-10px;
    float:left;
    position:relative;
    font-size:10px;
}

.gallery table {
 padding:1px;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
}

#sub h2 {
   padding:5px;
   font-size:15px;
   font-weight:bold;
   color:#fff;
   background:#6E6E6E;
}

#sub h3 {
   padding:5px;
   font-size:15px;
   font-weight:bold;
   background:#EFEBEF;
}

#sub ul {
   margin:0;
   padding:0;
   border:1px solid #EFEBEF;
}

#sub li {
   padding:5px;
   line-height:1.8;
   list-style:none;
   border-bottom:1px solid #E7E7EF;
}

#sub li a {
   display:block;
   padding:5px 5px 5px 15px;
   background:url("../images/bg_arrow.gif") 5px 50% no-repeat;
}

#sub li a:hover {
   display:block;
   color:#333;
   background:#EFEBEF url("../images/bg_arrow.gif") 5px 50% no-repeat;
   text-decoration:none;
}

/* ========SUBPAGE CUSTOMIZE_company======== */

#bigbox{
   width:700px;
   padding:10px 10px 10px 0;
   overflow:hidden;
   margin-left:auto;margin-right:auto;
}
.cobox1{
  width: 300px;
  height: 35px;
  float: left;
}
.cobox2{
  width: 400px;
  float: left;
}
.clear {
    clear:both;
}

hr.style-one {
    width: 700px;
    padding-top:5px;
    padding-bottom:5px;
    margin-left:-8px;
    margin-left:-15px\9;
    border: 0;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #fff;
}

/* ========SUBPAGE CUSTOMIZE_product======== */
.box1{
   width: 215px;
   height: 100px;
   background-color: #fff;
   border: 1px solid #ccc; 
   float: left;
   overflow:hidden;
   padding:5px;
   margin:5px;

}
.box2{
   width: 215px;
   height: 100px;
   background-color: #fff;
   border: 1px solid #ccc; 
   float: left;
   overflow:hidden;
   padding:5px;
   margin:5px;

}
.kaijyo{
   clear: left;
}

/* ========PAGRTOP CUSTOMIZE========= */
#pageTop {
   text-align:right;
   font-size:13px;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url("../images/bg_pagetop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
   margin:5px 0;
   padding:20px 0;
   text-align:center;
   border-top:1px solid #ddd;
}

#footMenu li {
   display:inline;
   margin:0 0 0 20px;
   list-style:none;

}

#footMenu li a:hover {
   color:#666;
   text-decoration:underline;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   font-style:normal;
   font-size:13px;
   color:#999;
   line-height:3.0;
   text-align:center;
}