/** 共通部分 **/
body{
	margin:0px;
	padding:0px;
	width: 100%;
	text-align: center;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.9;
	background-image: url(../images/bg_body.gif);
	background-repeat:repeat;
}
#wrapper{
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0px;
	width:940px;
	text-align:center;
}

#container{
	width:900px;
	margin:0px auto;
	padding:0px;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
}


#header{
	position:relative;
	width:900px;
	height:75px;
	margin:0px;
	padding:0px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
}
#topmenu{
	position:absolute;
	left: 716px;
	top: 51px;
	margin:0px;
	padding:0px;
	width: 150px;
	height:25px;
	list-style-type:none;
}
#topmenu li{
text-indent: -9999px;
float:left;
margin:0px;
padding:0px;
height:25px;
background-repeat: no-repeat;
}
#topmenu li a{
display: block;
width:75px;
height: 25px;
background-image: url(../images/topmenu.png);
background-position:0px -25px;
}
#topmenu li.topmenu1 a{
background-position:0px -25px;
}
#topmenu li.topmenu2 a{
background-position:75px -25px;
}


#topmenu li.topmenu1 a:hover{
background-position:0px 0px;
}
#topmenu li.topmenu2 a:hover{
background-position:75px 0px;
}







/** glList部分 **/
#glmenu{
	position: relative;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	width: 900px;
	height:27px;
	list-style-type:none;
}
#glmenu li{
text-indent: -9999px;
float:left;
margin:0px;
padding:0px;
height:27px;
background-repeat: no-repeat;
}
#glmenu li a{
display: block;
height: 27px;
background-image: url(../images/glmenu.gif);
background-position:0px -27px;
background-repeat:no-repeat;
}

#glmenu li.glmenu1 a{
width:90px;
background-position:0px -27px;
}
#glmenu li.glmenu2 a{
width:110px;
background-position:-90px -27px;
}
#glmenu li.glmenu3 a{
width:127px;
background-position:-200px -27px;
}
#glmenu li.glmenu4 a{
width:120px;
background-position:-327px -27px;
}
#glmenu li.glmenu5 a{
width:120px;
background-position:-447px -27px;
}
#glmenu li.glmenu6 a{
width:108px;
background-position:-567px -27px;
}
#glmenu li.glmenu7 a{
width:128px;
background-position:-675px -27px;
}
#glmenu li.glmenu8 a{
width:97px;
background-position:-803px -27px;
}


#glmenu li.glmenu1 a:hover{
width:90px;
background-position:0px 0px;
}
#glmenu li.glmenu2 a:hover{
width:110px;
background-position:-90px 0px;
}
#glmenu li.glmenu3 a:hover{
width:127px;
background-position:-200px 0px;
}
#glmenu li.glmenu4 a:hover{
width:120px;
background-position:-327px 0px;
}
#glmenu li.glmenu5 a:hover{
width:120px;
background-position:-447px 0px;
}
#glmenu li.glmenu6 a:hover{
width:108px;
background-position:-567px 0px;
}
#glmenu li.glmenu7 a:hover{
width:128px;
background-position:-675px 0px;
}
#glmenu li.glmenu8 a:hover{
width:97px;
background-position:-803px 0px;
}


/** 大カテゴリ部分 **/
.category1{
	background-color: #D9D9D9;
	margin:0px;
	padding:0px;
	background-image:url(../images/title_cateory1.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:900px;
	text-align:left;
	height:60px;
}
.category1 p{
	width:860px;
	height:40px;
	margin:0px;
	padding:20px 20px 5px 20px;
	line-height:1.5;
	text-align:left;
}
.category1 a{
	text-decoration:none;
	color:#333333;
	font-size:12px;
	margin:0px 3px;
}
.category1 a:hover{
	color:#0000CC;
	font-size:12px;
}


.category1 span{ font-size:12px; margin:0px 2px 0px 0px;}
.c1{color:#009900;}
.c2{color:#FF99CC;}
.c3{color:#FF6600;}
.c4{color:#9999FF;}
.c5{color:#CCCCFF;}
.c6{color:#FFCC33;}
.c7{color:#666666;}
.c8{color:#6699FF;}
.c9{color:#CC99CC;}
.c10{color:#FF3300;}
.c11{color:#FFFF00;}
.c12{color:#99CC00;}
.c13{color:#660033;}
.c14{color:#999900;}
.c15{color:#333300;}
.c16{color:#CCCC66;}
.c17{color:#336633;}
.c18{color:#3333FF;}
.c19{color:#993300;}

/** 大カテゴリ（縦）部分 **/
.left-side{
margin:0px;
padding:0px;
width:170px;
float:left;
}
.left-side img{
margin:5px 0px;
padding:0px;
width:170px;
}
ul.category1_2{
margin:5px;
padding:0px;
line-height:2;
list-style:none;
background-color: #F6F6F6;
width:160px;
}
ul.category1_2 li{
margin:5px;
padding:0px 0px 0px 20px;
line-height:2;
background-image:url(../images/left-side_mark.gif);
background-repeat:no-repeat;
background-position: left;
background-color: #F6F6F6;
border-bottom-style:dotted;
border-bottom-width:1px;
border-bottom-color:#999999;
}
/** インデックスページ右側部分 **/
.right-side{
margin:0px;
padding:0px;
width:730px;
float:right;
}

/** 中カテゴリ部分 **/
.category2{
background-color:#E6F3FF;
margin:0px;
padding:0px;
text-align:left;
}
.category2 p{
width:900px;
margin:0px;
padding:0px 20px 5px 20px;
line-height:1.5;
}
.category2 a{
	text-decoration:none;
	color:#333333;
	font-size:12px;
}
.category2 a:hover{
	color:#0000CC;
	font-size:12px;
}






/** コンテンツ **/
#contents{
width:900px;
height: ;
margin:0px;
padding:20px;
text-align:left;
font-size:12px;
}
#contents_index{
width:900px;
min-height:600px;
margin:0px;
padding:0px;
text-align:left;
font-size:12px;
background-image: url(../images/bg_contents_index.gif);
background-repeat:repeat-y;
}
h1.pankuzu{
font-size:15px;
margin:0px;
padding:0px;
color:#666666;
}
h1.pankuzu a{
font-size:15px;
margin:0px;
padding:0px;
color:#666666;
text-decoration:none;
}
h1.pankuzu a:hover{
font-size:15px;
margin:0px;
padding:0px;
color: #FF9900;
text-decoration:none;
}

.section{
border-bottom-style:dotted;
border-bottom-width:1px;
border-bottom-color:#CCCCCC;
width:860px;
margin:0px 0px 20px 0px;
padding:0px 0px 10px 0px;
}


/* フッター部分 */
#footer{
clear:both;
text-align:left;
background-image: url(../images/footer_title.gif);
background-repeat: no-repeat;
background-position:top;
width:900px;
margin:0px;
padding:27px 0px 10px 0px;
}

.footer_left{
float:left;
width:450px;
margin:0px;
padding:0px;
}
.footer_left1{
margin:5px 20px;
padding:0px;
line-height:1.2;
width:400px;
text-align:left;
font-size:12px;
}
.footer_left2{
background-color:#D2D9FF;
margin:5px 20px;
padding:5px 10px;
line-height:1.2;
color: #4E64FE;
width:380px;
text-align:left;
font-size:10px;
}
.footer_left3{
margin:5px 20px;
padding:0px;
line-height:1.2;
width:400px;
text-align:left;
font-size:12px;
color:#FF9900;
}


.onegai{
background-color:#FFEEFA;
margin:10px;
padding:10px;
line-height:1.3;
width:410px;
text-align:left;
font-size:11px;
float:right;
letter-spacing:0.1em;
}



/* コピーライト部分 */
#copyright{
	background-image:url(../images/copyright.gif);
	background-repeat:no-repeat;
	clear:both;
	width:900px;
	height:27px;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
}





/********** 測定機器ページ ********/
h2{/** コンテンツタイトル **/
background-color:#003399;
color:#FFFFFF;
font-size:15px;
font-weight:bold;
text-align:left;
margin:0px;
padding:0px 0px 0px 10px;
}
h3{/** コンテンツ内　カテゴリー第２分類の分類名 **/
color: #0066CC;
font-size:14px;
font-weight:bold;
text-align:left;
margin:0px;
padding:0px 0px 0px 5px;
}
h4{/** コンテンツ内　カテゴリー第２分類 **/
color: #003399;
font-size:12px;
font-weight:bold;
text-align:left;
margin:5px 0px;
padding:0px;
}
h4 a{/** コンテンツ内　カテゴリー第２分類 **/
color: #003399;
font-size:12px;
font-weight:bold;
text-align:left;
margin:5px 0px;
padding:0px;
text-decoration:none;
}
h4 a:hover{/** コンテンツ内　カテゴリー第２分類 **/
color: #FF9900;
}
p.setsumei_s{/** 説明文 **/
margin:0px;
padding:0px 0px 5px 0px;
line-height:1.5;
font-size:12px;
width:160px;
}
p.setsumei_s a{/** 説明文 **/
line-height:1.5;
font-size:12px;
color:#000000;
text-decoration:none;
}
p.setsumei_s a:hover{/** 説明文 **/
color:#666666;
}
.photo_s{/** 写真 **/
width:100px;
height:100px;
border-style:solid;
border-width:1px;
border-color:#999999;
float:left;
border:none;
}



/** 一覧を見るボタン **/
.bt_ichiran{
margin:0px;
padding:0px 0px 0px 0px;
height:21px;
text-indent: -9999px;
float:right;
}

.bt_ichiran a{
display:block;
width: 121px;
height:21px;
background-image: url(../images/bt_ichiran.gif);
background-position:0px 0px;
background-repeat:no-repeat;
background-position:0px -20px;
text-align:left;
}


.bt_ichiran a:hover{
background-position:0px 0px;
text-align:left;
}



.shouhin{/** h4とsetsumei_sとbt_ichiranを囲ったもの **/
margin:0px;
padding:0px 0px 0px 110px;
}




/** 商品詳細ページ **/
p.setsumei_b{
font-size:15px;
}

