@charset "utf-8";

/* ----------------------------------------------
	This style definition is common.
------------------------------------------------- */


.clearFix{
	zoom: 1;
}
	.clearFix:after{
		content: ".";
		clear: both;
		display: block;
		height: 0;
		visibility: hidden;
	}



/* ----------------------------------------------
	This style definition is initiarize.
------------------------------------------------- */

body , div , dl , dt , dd , ul , ol , li , h1 , h2 , h3 , h4 , h5 , h6 , pre , form , fieldset , input , textarea , p , blockquote , th , td { 
	margin: 0;
	padding: 0;
}

body {
	/*color: #333;*/
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", sans-serif;
	line-height: 150%;
	background: url(img/header/title_bg_03.gif) left top repeat-x;
	text-align:center;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset , img { 
	border: 0;
	vertical-align: bottom;
}

address , caption , cite , code , dfn , em , strong , th , var {
	font-style: normal;
	font-weight: normal;
}

ol , ul {
	list-style: none;
}

caption , th {
	text-align: left;
}

h1 {
   font-weight:bold;
   font-size:12px;
}

h2 {
   width:780px;
   height:40px;
   text-align:left;
   background-image:url(img/sub_title.gif);
   background-repeat:no-repeat;
   color:#FFFFFF;
   line-height:40px;
   font-style: normal;
   font-weight: normal;
   font-size:16px;
}

h3 {
   width:760px;
   height:27px;
   background-image:url(img/seihin/seihin_bg2.gif);
   background-repeat:no-repeat;
   line-height:27px;
   font-style: normal;
   font-weight: normal;
   font-size:14px;
}

h4 {
   height:25px;
   line-height:25px;
   background-image:url(img/seihin/seihin_bg3.gif);
   background-repeat:repeat-x;
   font-style: normal;
   font-weight: normal;
   font-size:16px;
   }

h5 , h6 {
	font-size: 100%;
}

q:before , q:after {
	content: '';
}

abbr , acronym {
	border: 0;
}

a:link {color:#0000FF; text-decoration:none;}
a:visited {color:#0000FF; text-decoration:none;}
a:hover {color:#009900; text-decoration:underline;}
a:active {color:#0000FF; text-decoration: none;}



/* ----------------------------------------------
	This style is for font.
------------------------------------------------- */

.attention {
	color: #f00;
	font-weight: bold;
}


/*
==============================
				container
==============================
*/
#wrapper {
   width: 780px;
   margin-left:auto;
   margin-right:auto;
   text-align:left;

}

/*
==============================
				header
==============================
*/
#header {
   background: url(img/header/title_bg_02.gif) left top no-repeat;
   height:138px;
}

   #blockHead {
      height:24px;
      color:#FFFFFF;
   }
      .boxHeader {
         padding-top:6px;
      }
	  
   #blockLogo {
      width:780px;
   }
      #boxLogo1 {
	     width:487px;
		 height:74px;
		 float:left;
	     }
      #boxLogo2 {
	     width:293px;
		 height:74px;
		 float:left;
	  }
	  
   #blockNavi {
      width:780px;
      height:40px;
	  width : 100% ;
	  clear : both ;
   }

/*-----▽グローバルナビゲーション指定-----*/
.menu {
   padding-top:2px;
   width:100%;
}
.menu ul li {
   float: left;
   position: relative;
   /*font-size:100%;
   >font-size: 98%;*/
   width: 95px;
   height: 25px;
}
.menu ul li table {
   border-collapse: collapse;
   border: none;
   /*font-size:95%;*/
   padding: 0;
   position: absolute;
   top: 0;
   left: 0;
}

				
.menu ul li ul {
   visibility: hidden;
   overflow: hidden;
   position: absolute;
   top: 25px;
   left: 0px;
   width: 95px;
   height: 0;
   z-index: 100;
}

.menu ul li ul li {
   margin-bottom: 0;
   width: 95px;
   height: 25px;
   /*font-size:80%;*/
   font-family: 'ＭＳ Ｐゴシック', sans-serif;
}
			
.menu ul li a {
   display: block;
   text-decoration: none;
   height: 25px;
   line-height: 25px;
   }

.menu ul li a:link {
   color:#006633;
   }

.menu ul li a:visited {
   color:#006633;
   }
			
.menu ul li a:hover {
   position: relative;
   z-index: 100;
   color:#009900;
   text-decoration:underline;
}

.menu ul li a:active {
   color:#009900;
   }

			
.menu ul li:hover ul ,
.menu ul li a:hover ul {
   visibility: visible;
   overflow: visible;
   height: auto;
   z-index: 10;
}
 
.menu li {
   background: url(./img/header/bg_pd_sub.gif) left top no-repeat;
   text-align:center;
 }
 
/*-----△グローバルナビゲーション指定-----*/

/*
==============================
				footer
==============================
*/
#footer {
   background: url(img/footer/bar.gif) left top no-repeat;
   margin-top:20px;
}
   #footer p {
   padding-top:15px;
   text-align:center;
   line-height:120%;   
   }


/*
==============================
				index/contents
==============================
*/

#contents {
   width : 100% ;
   clear : both ;
}

   #blockContents {
      width:780px;
   }

   #blockLeft {
      width:460px;
      float:left;
   }
      #boxBlockLeft {
	     padding-top:10px;
	     padding-right:10px;
		 padding-left:10px
	  }

   #blockRight {
      width:320px;
      float:left
   }
      #boxBlockRight {
	     padding-top:10px;
	     padding-right:30px;
		 padding-left:30px
	  }
	  
   #blockBottom {
      width:100%;
      clear:both;
   }
      #boxBlockBottom {
	     padding-top:10px;
	     padding-right:10px;
		 padding-left:10px	     
	  }
	     #boxBlockBottom ol {
		 height:130px;
		 overflow-y:scroll;
		 line-height:200%;
		 }
		 
/*
==============================
				sub/contents
==============================
*/
   #blockPagetop {
      width:780px;
   }
      .pan {
         height:40px;
	     line-height:40px;
      }

/*-----company.htm-----*/

   #blockLeftSub {
      width:390px;
      float:left;
   }
      #boxBlockLeftSub {
	     padding-top:10px;
	     padding-right:10px;
		 padding-left:10px
	  }
	     #boxBlockLeftSub p{
		    margin-bottom:10px;
		 }
		 
		 p.titleText {
		    padding:10px;
			background-color:#f5f5f5;
			border:1px #CCCCCC solid;
		 }

   #blockRightSub {
      width:390px;
      float:left;
   }
      #boxBlockRightSub {
	     padding-top:10px;
	     padding-right:10px;
		 padding-left:10px;
	  }
		 .textbox {
		    line-height:22px;
			width:370px;
			height:135px;
			text-align:left;
			background-image:url(img/company/company_15.gif);
			}
			.textboxPadding {
			   padding:15px 0px 0px 20px;
			}
	  
   #blockBottomSub {
      width:100%;
      clear:both;
   }
      #boxBlockBottomSub {
	     padding-top:10px;
	     padding-right:10px;
		 padding-left:10px	     
	  }

/*-----link.htm-----*/
   
   #blockLinklist {
      padding-left:15px;
   }
      #blockLinklist p {
	     padding-top:10px;
		 margin-bottom:10px;
	  }
	  dl.list {
	     clear:left;
	  }
	  
	  dl.list dt {
         clear: left;
		 float: left;
		 width:185px;
		 padding-bottom:15px;
      }
	  
	  dl.list dd {
		 padding-bottom:15px;
	  }


/*-----qa.htm-----*/

   #blockQa {
      padding:10px 10px;
   }
   
      .boxQalist {
	     padding-bottom:10px;
	  }
	  .spaceQuestion {
	     padding-top:10px;
	  }
	  
	  p.question {
	     font-weight:bold;
		 padding-top:10px;
	  }
	  p.answer {
	     padding:0 0 10px 20px;
	  }
	  p.pagetop {
	     height:20px;
		 line-height:20px;
		 padding-right:25px;
	     text-align:right;
		 border-top:1px #CCCCCC solid;
		 background-image:url(img/seihin/pagetop_bg.gif);
		 margin-bottom:15px;
	  }
   
/*-----repair/hand/maker/insole/gishisogu.html.htm-----*/
   #containerGoods {
      width:760px;
	  margin-left:auto;
	  margin-right:auto;
	  text-align:left;
   }
   
   #headGoods {
      font-weight:bold;
	  height:30px;
	  line-height:30px;
   }
      #headGoods p{
	     paddding-left:10px;
		 padding-right:10px;
	  }
   
   .spaceGoods {
      padding-top:10px;
   }
   
   .goodsTitle {
   padding-bottom:10px;
   }
   
   .goodsImg {
      width:235px;
      float:left;
	  margin-right:10px;
	  padding-bottom:10px;
   }
   .goodsImgSub {
      width:380px;
      float:left;
	  margin-right:10px;
	  padding-bottom:10px;
   }
   
   .goodsInfo {
      width:515px;
      float:left;
   }
      .goodsInfo p {
	     padding-top:20px;
	  }
	  
   .goodsInfoSub {
      width:370px;
      float:left;
   }


      .goodsInfo p{
	  padding-bottom:10px;
	  }
   
   .goodsText {
      width:100%;
      clear:both;
	  padding-top:10px;
      padding-bottom:15px;
   }
 
    .goodsText02 {
	  padding-top:10px;
      padding-bottom:15px;
   }  
   .goodsPagetop01 {
	  height:20px;
      line-height:20px;
      padding-right:25px;
      text-align:right;
      border-top:1px #CCCCCC solid;
      background-image:url(img/seihin/pagetop_bg.gif);
      margin-bottom:15px;
	   }
   
   .goodsPagetop02 {
	  height:20px;
      width:100%;
      clear:both;
      line-height:20px;
      padding-right:25px;
      text-align:right;
      border-top:1px #CCCCCC solid;
      background-image:url(img/seihin/pagetop_bg.gif);
      margin-bottom:15px;
   }
   
   .goodsPagetop03 {
	  height:20px;
      /*width:100%;*/
      clear:both;
      border-top:1px #CCCCCC solid;
   } 
   
   p.goodsInfoStyle {
      padding-left:10px;
   }
   
   p.goodsTextTitle {
      height:25px;
	  line-height:25px;
      background-image:url(img/seihin/seihin_bg3.gif);
	  background-repeat:no-repeat;
   }
   
   .tablespace {
      padding-top:10px;
	  padding-bottom:10px;
   }
   
   .goodsTextTable {
      border:1px #999999 solid;
   }
   
   .goodsTextTable td {
      border:1px #999999 solid;
	  font-size:12px;
	  padding-left:10px;
   }
   
     .tableMain {
         width:160px;
         background:#CCCCCC;
         font-weight:bold;
     }

     .tableSub {
         width:100px;
         background:#CCCCCC;
		 font-weight:bold;
      }
	  
	  .tableEmp {
	     background:#999999;
	  }

   #spaceMap {
      width:760px;
      margin-left:auto;
      margin-right:auto;
   }
   .mapTitle {
      background:#FFF9E6;
	  border:1px #CCCCCC solid;
	  margin-bottom:10px;
   }
      .mapTitle p {
	     padding:10px;
	  }
	  .mapLink {
	     height:30px;
		 line-height:30px;
		 border-top:1px #CCCCCC solid;
		 background-image:url(img/seihin/map_icon.gif);
		 background-repeat:no-repeat;
	  }
	  .mapLink p {
	     padding-left:100px;
		 padding-top:0px;
	  }
	  
   .spacePdflink {
      height:30px;
	  line-height:30px;
      background-image:url(img/img_sehin0405/pdflink_bg.gif);
      background-repeat:no-repeat;
	  text-align:right;
	  padding-right:10px;	  
   }
   .spacePdflink2 {
      height:30px;
	  line-height:30px;
   }
   
      .pdflinkText {
	     border:1px #CCCCCC solid;
		 padding:2px 10px;
	  }
	  
   .paLeft15 {
      padding-left:15px;
   }
   .paLeft30 {
      padding-left:30px;
   }
   .paBottom15 {
      padding-bottom:15px;
   }
   .paTop15 {
      padding-top:15px;
   }
   p.test {
   height:100px;
   }
   
/*-----order.htm-----*/
   
   #blockOrderlist {
      padding:10px 10px;
   }
      #blockOrderlist p {
	     padding-top:10px;
		 margin-bottom:10px;
	  }
	  dl.orderList {
	     clear:left;
		 margin-bottom:15px;
	  }
	  
	  dl.orderList dt {
         clear: left;
		 float: left;
		 width:520px;
		 padding:10px 0 10px 10px;
      }
	  
	  dl.orderList dd {
		 padding:10px;
         background-image:url(img/img_sehin0405/pdflink_bg.gif);
         background-repeat:no-repeat;
	  }
