@charset "UTF-8";
/* CSS Document */

	
	* { margin: 0; padding: 0 }
	/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
	
	p {
	text-align: left;
	margin: 15px 0;
	font-size: 11px;
}
	
	p, ul {
	font-size: 11px;
	line-height: 1.4em
} 
	
	p a, li a { color: #39c; text-decoration: none }
	
	p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
	
	#menu_left {
	text-align: left;
	float: left;
	width: 170px;
	z-index: auto;
}
	
	noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
	noscript a { color: #a00; text-decoration: underline }
	noscript ol { margin-left: 25px; }
	
	a:focus { outline:none }
	
	img { border: 0 }
	
	h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }
	
	body {
	font-family: Verdana, Arial;
	color: #000;
	width: 800px;
	margin: auto;
	text-align: center;
	padding-bottom: 20px;
	background-color: #000000;
	background-image: url(images/body-bg.png);
	background-repeat: no-repeat;
	background-position: left;
	}
	
	.stripViewer .panelContainer .panel ul {
		text-align: left;
		margin: 0 15px 0 30px;
	}
	
	.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	position: relative;
	float: right;
	width: 608px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	}

	/* These 2 lines specify style applied while slider is loading */
	.csw {
	width: 100%;
}
	.csw .loading {margin: 200px 0 300px 0; text-align: center}

	.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	border: 1px solid #000000; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 630px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 400px;
	background: #fff;
	}
	
	.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 90%;
	list-style-type: none;		/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
	}
	
	.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	position: relative;
	}
	
	.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
		padding: 10px;
	}
.top_navi {
	background-color: #999999;
	height: 20px;
	width: 170px;
	padding-top: 2px;
	display: block;
	font-size: 11px;
}
	
	
	.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
		margin: auto;
	}
	
	.stripNav ul { /* The auto-generated set of links */
		list-style: none;
	}
	
	.stripNav ul li {
		float: left;
		margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	}
	
	.stripNav a { /* The nav links */
		font-size: 10px;
		font-weight: bold;
		text-align: center;
		line-height: 32px;
		background: #c6e3ff;
		color: #fff;
		text-decoration: none;
		display: block;
		padding: 0 15px;
	}
	
	.stripNav li.tab1 a { background: #60f }
	.stripNav li.tab2 a { background: #60c }
	.stripNav li.tab3 a { background: #63f }
	.stripNav li.tab4 a { background: #63c }
	.stripNav li.tab5 a { background: #00e }
	
	.stripNav li a:hover {
		background: #333;
	}
	
	.stripNav li a.current {
		background: #000;
		color: #fff;
	}
	
	.stripNavL, .stripNavR { /* The left and right arrows */
		position: absolute;
		top: 230px;
		text-indent: -9000em;
	}
	
	.stripNavL a, .stripNavR a {
		display: block;
		height: 40px;
		width: 40px;
	}
	
	.stripNavL {
		left: 0;
	}
	
	.stripNavR {
		right: 0;
	}
	
	.stripNavL {
		background: url("images/arrow-left.gif") no-repeat center;
	}
	
	.stripNavR {
		background: url("images/arrow-right.gif") no-repeat center;
	}
#footerwrap {
	height: 22px;
	width: 800px;
	font-size: 10px;
	padding-top: 8px;
}

/*プロダクトメニューバー2*/
div#productmenubar{
	text-align: center;
	background-color: #FFFFCC;
}

/*
【03】
id="menubar" 内の全ての<ol></ol>は
間隔（margin）・余白（padding）を空けない
*/
div#productmenubar ol{
	margin: 0px;
	padding: 0px;
}

/*
【04】
id="menubar" 内の全ての<li></li>は
右から順に横並び（float）
位置指定を相対で指定する。
リスト項目の先頭にビュレットを付けない。
間隔（margin）を空けない。
*/
div#productmenubar ol li{
	float: left;
	position: relative;
	list-style: none;
	width: 120px;
	background-color: #FFFFCC;
	color: #ff5500;
	display: block;
	height: 19.5px;
}

/*
【05】
id="menubar" 内の子供のメニューを格納する<ol></ol>は
横幅を600pxにする。
位置指定を絶対で指定する。
起点から左側は0px、上側は2文字分離す。
（通常は）隠しておいて見えなくしておく。（hidden）
*/
div#productmenubar ol li ol{
	position: absolute;
	left: 0px;
	top: 2em;
	visibility: hidden;
}
.imgwrap {
}

/*
【06】
id="menubar" 内の全ての<li></li>にマウスが重なったとき、
背景を薄いピンク色（#eedede）に変更する。
*/
div#productmenubar ol li:hover{
background: #eedede;
}

/*
【07】
id="menubar" 内の全ての<li></li>と<a></a>にマウスが重なったとき、
文字の下線を表示する。
*/
div#productmenubar ol li:hover a:hover{
text-decoration: underline;
}

/*
【08】
id="menubar" 内の全ての<li></li>にマウスが重なったとき、
子供のメニューを格納する<ol></ol>を表示する。
*/
div#productmenubar ol li:hover ol{
	visibility: visible;
	width: 150px;
	background-color: #eeeeee;
}

/*
【09】
id="menubar" 内の
子供のメニューである<li></li>の背景色を
薄いグレー（#eeeeee）にする。
*/
div#productmenubar ol li li{
background: #eeeeee;
}
.link_left {
	padding-top: 10px;
	padding-left: 10px;
}
#menu_left  .linkname  {
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../images/gradient_17.gif);
	text-align: center;
	height: 20px;
	width: 170px;
	padding-top: 7px;
	margin-top: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.texwrap {
	float: right;
	width: 300px;
	padding-top: 10px;
}
.prodbm {
	clear: both;
	width: 100%;
}
.productimg {
	padding-top: 10px;
	padding-bottom: 10px;
}
.productimg2 {
	padding-bottom: 10px;
}
.productspec{
	font-size: 11px;
	color: #333333;
	border: 1px solid #333333;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.producttex {
	padding-top: 10px;
	font-size: 11px;
	color: #333333;
	text-align: left;
}
.index_img1 {
	float: left;
	font-size: 12px;
	color: #333333;
	width: 190px;
	margin-left: 10px;
	line-height: 25px;
}
.indeximgwrap {
	clear: both;
	width: 100%;
	margin-top: 20px;
	margin-left: 0px;
}

