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

	.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;
	width: 100%;
	}

	/* These 2 lines specify style applied while slider is loading */
	.csw {
	width: 630px;
	height: 460px;
	background: #fff;
	overflow: scroll
}
	.csw .loading {margin: 200px 0 300px 0; text-align: center}

	.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	border: 1px solid #999999; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 628px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 580px;
	background: #fff;
	float: right;
	}
	
	.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: 100%;
		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;
height: 100%;
position: relative;
width: 628px; /* Also specified in  .stripViewer  above */
	}
	
	.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;
	}
#topics {
	height: 104px;
	background-color: #CCCCCC;
	padding-top: 20px;
}
#topics #topbana {
	float: left;
	height: 50px;
	width: 250px;
	background-color: #666666;
}

/*プロダクトメニューバー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;
}

/*
【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;
}
.imgwrap {
	float: left;
	width: 300px;
}
.texwrap {
	float: right;
	width: 300px;
	padding-top: 10px;
}
.prodbm {
	float: right;
	width: 150px;
}
.prodbm2 {
	float: left;
	width: 450px;
}
.prodbmwrap {
	width: 100%;
}




.productimg {
	padding-top: 10px;
	padding-bottom: 3px;
}
.productimg2 {
	padding-bottom: 3px;
}

.productspec{
	font-size: 10px;
	color: #333333;
	border: 1px solid #333333;
	text-align: left;
	background-color: #FFFFFF;
}
.productstext {
	padding: 10px;
}
.producttex {
	padding-top: 10px;
	font-size: 11px;
	color: #333333;
	text-align: left;
	line-height: 16px;
}
#menu_left {
	text-align: left;
	width: 170px;
	z-index: auto;
	position: relative;
	float: left;
}
.prowrap {
	width: 170px;
	float: left;
	height: 500px;
}
#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;
}
.pricep {
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	line-height: 16px;
	background-color: #000000;
	padding: 10px;
}
.mcm {
	font-size: 10px;
	line-height: 13px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	margin-top: 10px;
}
.imgwrap2 {
	width: 400px;
}

