@charset "shift_jis";



body,html {
	height: 100%;
	width: 100%;
}

body {
	color: #666666;	/*全般の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	font: 75%/2.4 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	/*75%が文字サイズ。/2.4が行間。*/
}
h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
.fr {
	float: right;
}
.color1 {
	color: #63ba00;
}
#contents ul.listmark {
	padding: 0.5em 20px 0em 30px;
	list-style: square;
}

#contents_home ul.listmark {
	padding: 0.5em 20px 0em 30px;
	list-style: square;
}



/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 100%;
	height: 100%;
	background: url(images/bg.gif) repeat-x top;	/*背景壁紙（ヘッダーとヘッダー下の点線）*/
}



/*全般のリンク設定
---------------------------------------------------------------------------*/
#contents a {
	color: #666666;
}
#contents a:hover {
	color: #63ba00;	/*カーソルオーバー時の文字色*/
	position: relative;
	left: 1px;	/*オーバー時に左から1px移動する設定*/
	top: 1px;	/*オーバー時に上から1px移動する設定*/
}

/*全般のリンク設定
---------------------------------------------------------------------------*/
#contents_home a {
	color: #666666;
}
#contents_home a:hover {
	color: #63ba00;	/*カーソルオーバー時の文字色*/
	position: relative;
	left: 1px;	/*オーバー時に左から1px移動する設定*/
	top: 1px;	/*オーバー時に上から1px移動する設定*/
}


/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	height: 104px;
	position: relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダーのロゴ位置設定*/
#header #logo {
	position: absolute;
	left: 0px;		/*ヘッダーブロックに対して左から0pxの位置に配置*/
	bottom: 0px;	/*ヘッダーブロックに対して下から10pxの位置に配置*/
        
}



/*ヘッダーのh1タグの設定*/
#header h1 {
	font-size: 11px;	/*文字サイズ*/
	font-weight: normal;
	color: #FFFF00;		/*文字色*/
	text-align: right;	/*テキストの右寄せ。左よせがいいならこの１行を削除する。*/
}



/*右上メニュー
---------------------------------------------------------------------------*/
ul#menu {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 50px;
}
ul#menu li {
	float: left;
	width: 120px;
}
ul#menu img {
	vertical-align: bottom;
}



#japanese_site {
                position: relative;
                width:1000px;
                height:30px;             
                margin-right:auto;
                 margin-left:auto;
                 text-align:right;
                float:left;
                padding: 0.5em 3px 0em 0px;
	         
}



#japanese_site a {
	          color: #666666;
                   text-decoration: none; 
                   font-weight:bold;
}

#japanese_site a:hover {
	color: #63ba00;	/*カーソルオーバー時の文字色*/
	position: relative;
	left: 1px;	/*オーバー時に左から1px移動する設定*/
	top: 1px;	/*オーバー時に上から1px移動する設定*/
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents_home{
	width: 1000px;
         margin-right: auto;
	 margin-left: auto;
	padding-top: 0px;
	clear: left;
}

#contents {
	width: 1000px;
         margin-right: auto;
	 margin-left: auto;
	padding-top: 30px;
	clear: left;
         
}



/*mainとsubを囲むボックス
---------------------------------------------------------------------------*/
#wrap {
	float: left;
	width: 735px;
}
/*mainとsubを囲むボックス
---------------------------------------------------------------------------*/
#wrap_products {
	float: left;
	width: 845px;
}

/*mainとsubを囲むボックス
---------------------------------------------------------------------------*/
#wrap_knives {
	float: left;
	width: 875px;
}

/*mainとsubを囲むボックス
---------------------------------------------------------------------------*/
#wrap_wirestrippers{
	float: left;
	width: 855px;
}

/*mainとsubを囲むボックス
---------------------------------------------------------------------------*/
#wrap_cablecutters{
	float: left;
	width: 845px;
}

/*mainとsubを囲むボックス
---------------------------------------------------------------------------*/
#wrap_augerbits{
	float: left;
	width: 895px;
}

/*mainとsubを囲むボックス
---------------------------------------------------------------------------*/
#wrap_fishtapes{
	float: left;
	width: 1095px;
}
/*mainとsubを囲むボックス
---------------------------------------------------------------------------*/
#wrap_fishtapes2{
	float: left;
	width: 967px;
}

/*サブコンテンツ（左ブロック）
---------------------------------------------------------------------------*/
#sub {
        text-decoration: none;
	float: left;
	width: 195px;
       
}
#sub h2 {
	text-align: center;	/*左ブロックのh2見出しだけセンタリングする設定。他と同様左よせがいいならこの１行削除する。*/
}




/*左側メニュー
---------------------------------------------------------------------------*/
#sub .submenu li {
        text-decoration: none;
	border-bottom: 1px solid #919589;	/*下線の幅と線種と色*/
        
}




/*左側メニューリンク設定*/
#sub .submenu a {
	display: block;
	width: 195px;
	text-decoration: none;
}

/*左側メニューリンクのカーソルオーバー時設定*/
#sub .submenu a:hover {
      
	background:#FFFFE0;	/*オーバー時の文字色*/
	left: 0px;
	 top: 0px;
}



/*h2タグの装飾設定(ホームページ）
---------------------------------------------------------------------------*/
#contents_home h2 {
	background: #7ab317 url(images/midashi_bg.gif) repeat-x top;	/*背景色、画像の設定*/
	font-size: 100%;
	color: #FFFFFF;	/*文字色を白色に*/
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 0.2em;	/*文字間隔を少し広げる*/
	border-top: 1px solid #71A417;		/*枠線（上）の幅と線種と色*/
	border-right: 1px solid #48690d;	/*枠線（右）の幅と線種と色*/
	border-bottom: 1px solid #48690d;	/*枠線（下）の幅と線種と色*/
	border-left: 1px solid #71A417;		/*枠線（左）の幅と線種と色*/
	clear: both;
}


/*h2タグの装飾設定
---------------------------------------------------------------------------*/
#contents h2 {
	background: #7ab317 url(images/midashi_bg.gif) repeat-x top;	/*背景色、画像の設定*/
	font-size: 100%;
	color: #FFFFFF;	/*文字色を白色に*/
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 0.2em;	/*文字間隔を少し広げる*/
	border-top: 1px solid #71A417;		/*枠線（上）の幅と線種と色*/
	border-right: 1px solid #48690d;	/*枠線（右）の幅と線種と色*/
	border-bottom: 1px solid #48690d;	/*枠線（下）の幅と線種と色*/
	border-left: 1px solid #71A417;		/*枠線（左）の幅と線種と色*/
	clear: both;
}



/*メインコンテンツ（中央ボックス）
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 530px;
        
      
}
#main_contact {
	float: right;
	width: 530px;
        background-color:#63ba00;
       font-weight:bold;
}

#contact_box {
              padding-left:5px;
      
}

#main #jis {
            margin-top: 10px;
}

/*メインコンテンツ（中央ボックス）
---------------------------------------------------------------------------*/
#main_home {
	float: right;
	width: 500px;
       
}

#main_home p{line-height:1.7;
}
/*メインコンテンツ（中央ボックス）
---------------------------------------------------------------------------*/
#main_products {
	float: right;
	width: 640px;
}

/*メインコンテンツ（中央ボックス）
---------------------------------------------------------------------------*/
#main_knives{
	float: right;
	width: 670px;
}

/*メインコンテンツ（中央ボックス）
---------------------------------------------------------------------------*/
#main_wirestrippers{
	float: right;
	width: 650px;
}

/*メインコンテンツ（中央ボックス）
---------------------------------------------------------------------------*/
#main_augerbits{
	float: right;
	width: 690px;
}
/*メインコンテンツ（中央ボックス）
---------------------------------------------------------------------------*/
#main_fishtapes{
	float: right;
	width: 890px;
}
/*メインコンテンツ（中央ボックス）
---------------------------------------------------------------------------*/
#main_fishtapes2{
	float: left;
	width: 762px;
}
/*メインコンテンツ（中央ボックス）
---------------------------------------------------------------------------*/
#main_fishtapes3{
	float: left;
	width: 460px;
}
/*メインコンテンツ（中央ボックス）
---------------------------------------------------------------------------*/
#main_cablecutters{
	float: right;
	width: 640px;
}

/*サイドコンテンツ（右側ボックス）
---------------------------------------------------------------------------*/
#side {
	float: right;
	width: 250px;
}

/*サイドコンテンツ（右側ボックス）
---------------------------------------------------------------------------*/
#side h2 {
	text-align: center;
}
/*サイドコンテンツ（右側ボックス）
---------------------------------------------------------------------------*/
#side_products {
	float: right;
	width:0px;
}



/*フッター（最下部コピーライト部分）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;	/*文字サイズ*/
	text-align: center;
	padding-top: 70px;
	background: url(images/footer_bg2.gif) repeat-x top;
	padding-bottom: 30px;
	letter-spacing: 0.2em;	/*文字の間隔を少し広げる*/
}


/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main_home dl.new {
        background-color:#63ba00;
	height: 100px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border-right: 1px solid #919589;	/*What's Newのフチの右ライン*/
	border-bottom: 1px solid #919589;	/*What's Newのフチの下ライン*/
	border-left: 1px solid #919589;	/*What's Newボックスの背景色*/
	line-height: 1.8;
}

#main_home dt {
       color:#FFFFFF;
	font-weight: bold;	/*日付の文字を太字に。通常がよければこの１行を削除する。*/
}

#main_home dd {
        color:#FF0000;   
          
	border-bottom: 1px solid #919589;	/*説明文の下に1pxの直線(solid)を#919589の色で入れる。*/
}



/*商品テーブル
---------------------------------------------------------------------------------------*/
.box {
	margin: 10px auto 20px;
}
.box img {
	padding: 0px;				/*商品画像とフチ線の間にある白い余白*/
	border: 1px solid #CCCCCC;	/*ボックスのグレー色のフチ設定。solidは直線という意味。dottedとかにすると可愛くなります。*/
	margin: 2px;
}
.box td {
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	padding-bottom: 0.5em;
}
.box a {
	text-decoration: none;
}
.box a:hover img {
	border: 1px solid #63ba00;	/*カーソルオーバー時のボックスのフチ色（黒色）設定*/
}


