﻿body,html {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	color: #808080;
	height: 100%;
	line-height: 150%;
}

strong {
	color: #333333;
}

.brown {
	color: #280000;
}

/* リンク
---------------------------------------------*/
a {
	color: #444444;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/* 画像に枠を付けない
---------------------------------------------*/
img {
	border-width: 0px;
}

/* 画像に細い枠を付ける
---------------------------------------------*/
img.border {
	border-style: solid;
	border-width: 1px;
	border-color: #EEEEEE;
}

h1 {
	margin: 3px 0px 3px 0px;
	font-size: 12px;
	font-weight: lighter;
	color: #999999;
}

h2 {
	padding: 10px 0px 5px 10px;
	margin: 0px 0px 20px 0px;
	font-size: 13px;
	color: #444444;
	border-left-style: solid;
	border-left-width: 4px;
	border-left-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	position: relative;
}

h3 {
	font-size: 13px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	color: #280000;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}

#container {
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

/* ヘッダー（h1タグ）
---------------------------------------------*/
#header1 {
	position: relative;
	width: 900px;
	height: 20px;
	margin: 0px auto 0px auto;
	padding: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	text-align: left;
}

/* ヘッダー
---------------------------------------------*/
#header2 {
	position: relative;
	width: 900px;
	height: 70px;
	margin: 0px auto 0px auto;
	padding: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

/* ヘッダー（ロゴ部分）
---------------------------------------------*/
#header3 {
	position: relative;
	width: 450px;
	height: 70px;
	float: left;
	margin: 0px;
	padding: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	text-align: left;
}

/* ヘッダー（infoメニュー）
---------------------------------------------*/
#header4 {
	position: relative;
	width: 240px;
	height: 40px;
	float: right;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	text-align: right;
}

/* ページ上の画像（トップページ）
---------------------------------------------*/
#topimg {
	position: relative;
	width: 900px;
	height: 360px;
	margin: 10px auto 0px auto;
	padding: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	text-align: center;
}

/* ページ上の画像（トップページ以外）
---------------------------------------------*/
#topimg2 {
	position: relative;
	width: 900px;
	height: 250px;
	margin: 10px auto 0px auto;
	padding: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	text-align: center;
}

/* 左メニュー
---------------------------------------------*/
#sidemenu {
	position: relative;
	width: 223px;
	height: 1600px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	float: left;
	text-align: left;
}
#sidemenu a {
	color: #444444;
	text-decoration: none;
}
#sidemenu a:hover {
	color: #CC0000;
	text-decoration: none;
}

div.menutitle {
	padding: 10px 0px 5px 10px;
	margin: 0px 0px 10px 0px;
	float: left;
	font-size: 13px;
	font-weight: bolder;
	color: #444444;
	width: 215px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}

#item_category {
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 200px;
	float: right;
	line-height: 160%;
	text-align: left;
	font-size: 11px;
}
#item_category a {
	color: #444444;
	text-decoration: none;
}
#item_category a:hover {
	color: #CC0000;
	text-decoration: none;
}

/* 右コンテンツ
---------------------------------------------*/
img.title {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 4px;
	border-left-color: #CCCCCC;
	margin-bottom: 15px;
}

/* パンくずナビ
---------------------------------------------*/
#pankuzu {
	position: relative;
	width: 654px;
	height: 25px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	float: right;
	text-align: left;
}

#pankuzu a {
	color: #999999;
	text-decoration: underline;
}

#pankuzu a:hover {
	color: #CC0000;
	text-decoration: none;
}

/* 商品一覧（サムネイル4列）
---------------------------------------------*/
#itemarea {
	margin: 0px 0px 30px 0px;
	padding: 0px 5px 0px 5px;
	position: relative;
	width: 156px;
	height: 260px;
	float: left;
	text-align: left;
	font-size: 11px;
	color: #444444;
}

/* 商品サムネイル画像（150ピクセル・枠付き）
---------------------------------------------*/
img.itemimg {
	padding: 0px;
	margin: 5px 0px 5px 0px;
	width: 150px;
	height: 150px;
	border-style: solid;
	border-width: 1px;
	border-color: #DDDDDD;
}

/* 商品サムネイル画像部分の価格表記
---------------------------------------------*/
p.price_before {
	padding: 0px;
	color: #280000;
	margin: 5px 0px 0px 0px;
	text-decoration: line-through;
}

p.price_top {
	padding: 0px;
	color: #990000;
	margin: 0px 0px 5px 0px;
}

/* フッター
---------------------------------------------*/
#footer {
	position: relative;
	width: 100%;
	height: 50px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	background-color: #DDDDDD;
	color: #888888;
	line-height: 150%;
}

/* 検索対象 SELECT
---------------------------------------------*/
#optsearch {
	margin-bottom: 5px;
}

