@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:		http://www.officemedia.co.jp/
File name:		layout_products.css
Summary:		base styles
Created:		2010-3-1
Last update:	2010-3-1 by Sadaoka
Author:			Sadaoka(admin), Kaito
Copyright:		(C) 2010 dabhand Inc.
--------------------------------------------------------------- */

/* Left menu */
/* ------------------------------------------------------------ */
#body_left .menu1 a {
	background: url(../images/left_menu_products1.gif) left top no-repeat;
	width: 190px;
	height: 31px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border-bottom: 1px #c8c8c8 dotted;
}

#body_left .menu1 a:hover {
	background: url(../images/left_menu_products1.gif) left bottom no-repeat;
}

#body_left .menu1 a.select {
	background: url(../images/left_menu_products1.gif) left bottom no-repeat;
}

#body_left .menu2 a {
	background: url(../images/left_menu_products2.gif) left top no-repeat;
	width: 190px;
	height: 31px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border-bottom: 1px #c8c8c8 dotted;
}

#body_left .menu2 a:hover {
	background: url(../images/left_menu_products2.gif) left bottom no-repeat;
}

#body_left .menu2 a.select {
	background: url(../images/left_menu_products2.gif) left bottom no-repeat;
}

#body_left .menu3 a {
	background: url(../images/left_menu_products3.gif) left top no-repeat;
	width: 190px;
	height: 31px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border-bottom: 1px #c8c8c8 dotted;
}

#body_left .menu3 a:hover {
	background: url(../images/left_menu_products3.gif) left bottom no-repeat;
}

#body_left .menu3 a.select {
	background: url(../images/left_menu_products3.gif) left bottom no-repeat;
}

#body_left .menu4 a {
	background: url(../images/left_menu_products4.gif) left top no-repeat;
	width: 190px;
	height: 31px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border-bottom: 1px #c8c8c8 dotted;
}

#body_left .menu4 a:hover {
	background: url(../images/left_menu_products4.gif) left bottom no-repeat;
}

#body_left .menu4 a.select {
	background: url(../images/left_menu_products4.gif) left bottom no-repeat;
}

#body_left .menu5 a {
	background: url(../images/left_menu_products5.gif) left top no-repeat;
	width: 190px;
	height: 31px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border-bottom: 0px #c8c8c8 dotted;
}

#body_left .menu5 a:hover {
	background: url(../images/left_menu_products5.gif) left bottom no-repeat;
}

#body_left .menu5 a.select {
	background: url(../images/left_menu_products5.gif) left bottom no-repeat;
}

/* Sub menu */
/* ------------------------------------------------------------ */
.products_button {
	clear: both;
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.products_button li {
	list-style: none;
	font-size: 11px;
	background: url(../images/arrow5.gif) left center no-repeat;
	padding: 5px 5px 5px 15px;
	float: left;
	border-left: 1px #c8c8c8 dotted;
}

.products_button .last {
	border-right: 1px #c8c8c8 dotted;
}

.products_button img {
	margin-left: 5px;
	vertical-align: middle;
}


/* 環境関連商品 */
/* ------------------------------------------------------------ */
.products4_hl {
	clear: both;
	width: 410px;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.products4_list {
	clear: both;
	width: 410px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.products4_list table {
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	border: 1px #969696 solid;
}

.products4_list th {
	background-color: #f0f0f0;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
	padding: 3px 10px;
	border: 1px #969696 solid;
}

.products4_list td {
	background-color: #fff;
	text-align: center;
	font-size: 12px;
	color: #646464;
	vertical-align: middle;
	white-space: nowrap;
	padding: 3px 10px;
	border: 1px #969696 solid;
}

.products4_list th.w20 {
	width: 20%;
}

.products4_list th.w60 {
	width: 60%;
}
