@charset "utf-8";

/* リセット */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, table, tr, th, td, form, pre {
	margin: 0px;
	padding: 0px;
}

/* - 画像 - */
img {
	border: none;
}
/* - リンク - */
a {
	color: #000000;
	text-decoration: none;
}
/* clearfix */
.clearfix {
	zoom:1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* 見出し */
h1, h2, h3 {
	font-size: 1.0em;
	font-weight: normal;
}

/* 全体 */
html {
	height: 100%;
}
body {
	height: 100%;
	_text-align: center;
}
* html div#container {
	height: 100%;
}
div#container {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%; /* ※IE用 */
	position: relative;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 1px;
	background-color: #ffffff;
	_text-align: left;
}
/* メイン、トレーラーの基本スタイル */
div#main {
	padding-bottom: 22px; /* トレーラー表示領域 */
	width: 100%;
}
div#trailer {
	width: 100%;
	height: 22px;
	position: absolute;
	bottom: 0;
}

/* ヘッダ部 */
#header {
	width: 100%;
}

#logo_area {
	width: 520px;
	float: left;
}
#logo_area img {
	vertical-align:bottom;
}
#inquiry_area {
	margin: 15px 0 0;
	width: 280px;
	color: #cc0033;
	font-size: 16px;
	font-weight: bold;
	float: right;
}
#inquiry_area ul {
	margin: 4px 0 0;
	list-style-type: none;
	float: left;
}
#inquiry_area ul li{
	height: 30px;
	_display: inline;
}
#inquiry_area ul li img {
	position: relative;
	top: 5px;
}
#inquiry_area div {
	margin: 5px 0 0;
	float: right;
}
#inquiry_area div img {
	vertical-align: bottom;
	position: relative;
}

/* メニューバー */
#mainmenu {
	margin: 0;
	padding: 0 1px;
	_padding: 0;
	width: 798px;
	list-style: none;
	background-color: #ffffff;
	border-bottom: 2px solid #00b5ef;
}

/* メニューアイテム */
#mainmenu li {
	height: 35px;
	border: 2px solid #ffffff;
	display: inline-block;
	background-color: #ffffff;
	float: left;
}
#mainmenu a {
	display: block;
	width: 110px;
	height: 35px;
	line-height: 35px;
}
#mainmenu a img {
	display: none;
}
a#menu_top {
	background: url(../img/menu/home_button.gif) no-repeat;
}
a#menu_top:hover img, .selected a#menu_top img {
	display: inline;
}
a#menu_goods {
	background: url(../img/menu/goods_button.gif) no-repeat;
}
a#menu_goods:hover img, .selected a#menu_goods img {
	display: inline;
}
/*2019/10/24　ここから
a#menu_stock {
	background: url(../img/menu/stock_button.gif) no-repeat;
}
a#menu_stock:hover img, .selected a#menu_stock img {
	display: inline;
}
2019/10/24　ここまで*/
a#menu_pc {
	background: url(../img/menu/pc_button.gif) no-repeat;
}
a#menu_pc:hover img, .selected a#menu_pc img {
	display: inline;
}
a#menu_plan {
	background: url(../img/menu/plan_button.gif) no-repeat;
}
a#menu_plan:hover img, .selected a#menu_plan img {
	display: inline;
}
a#menu_shopdata {
	background: url(../img/menu/shopdata_button.gif) no-repeat;
}
a#menu_shopdata:hover img, .selected a#menu_shopdata img {
	display: inline;
}
a#menu_companydata {
	background: url(../img/menu/companydata_button.gif) no-repeat;
}
a#menu_companydata:hover img, .selected a#menu_companydata img {
	display: inline;
}
/*2019/10/24　ここから
a#menu_sale_omron {
	background: url(../img/menu/sale_button.gif) no-repeat;
}
a#menu_sale_omron:hover img, .selected a#menu_sale_omron img {
	display: inline;
}
a#menu_buy {
	background: url(../img/menu/buy_button.gif) no-repeat;
}
a#menu_buy:hover img, .selected a#menu_buy img {
	display: inline;
}
2019/10/24　ここまで*/

/* コンテンツ*/
#body {
	margin: 0; 
	padding: 10px 0;
	width: 100%;
	overflow: auto;
}
h2.title {
	margin: 0 10px 10px;
	font-size: 16px;
	font-weight: bold;
}

/* フッタ */
#footer {
	margin: 0;
	padding: 2px 15px;
	width: 770px;
	height: 18px;
	text-align: left;
	color: #ffffff;
	background-color: #000000;
}
