/*共通指定*/
body, p, th, td, ul, ol, li, dl, dt, dd, form, form input {
	color: #333333;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sanserif;
}
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	text-decoration: none;
}
h1, h2, h3, h4 { margin: 0; }
p { margin: 0; }
img { border: 0; }
/* 基準のリンク反応 */
a:link {  color:#0066cc; text-decoration: none; }
a:visited {  color:#0066cc; text-decoration: none; }
a:active {  color:#0066cc; text-decoration: none; }
a:hover {  color:#0066cc; text-decoration: underline;  }
/* テーブル */
table {
	border-collapse: collapse;
	font-size: 14px;
}
/* float Clear Patch */
.floatClear {
	overflow: hidden;
	height: 0;
	clear: both;
	display: none;
}
.floatClear2 {
	overflow: hidden;
	height: 0;
	clear: both;
}
/* 表示しない */
.noneDisp{
	position: absolute;
	margin: 0;
	padding: 0;
	left: -10000px;
	width: 10000px;
}
/* ヘッドライン基準定義 */
.headline {
	margin: 0.5em 0 0;
	font-size: 14px;
	font-weight: bold;
}
.f12p { font-size: 12px; }
/* 全体ラッパー
---------------------------------------------------- */
#whitebase {
	margin: 0;
	width: 750px;
}
#whitebase img#logo {
	margin: 18px 3px;
}
/* ヘッダー
---------------------------------------------------- */
#header {
	height: 80px;
	width: 100%;
	background-color: #ffffff;
	border-top: 8px solid #f0f4ff;
}
#header img#name {
	margin: 15px 0 0 15px; 
}
/* メニュー
---------------------------------------------------- */
#selectMenu {
	margin: 0;
	padding: 0;
	font-size: 16px;
}
#selectMenu ul {
	margin: 0;
	padding-left: 22px;
	list-style-type: none;
	border-top: 1px solid #d1d6f7;
	border-bottom: 3px solid #d1d6f7;
	width: 670px;
	float: left;
}
#selectMenu li {
	float: left;
	margin: 0 0 0 2px;
	width: 150px;
}
#selectMenu li.selected {
	padding: 4px 0;
	text-align: center;
	background-color: #ffff99;
	border-left: 1px solid #ffffff;
}
#selectMenu a {
	display: block;
	margin: 0;
	padding: 4px 0;
	background-color: #f0f4ff;
	color: #0066cc;
	text-decoration: none;
	text-align: center;
}
#selectMenu li a:hover {
  color: #ff0000;
  background-color: #f0f4ff;
}
/* メインコンテンツ
---------------------------------------------------- */
#container {
	margin-top: 20px;
	margin-left: 25px;
	width: 700px;
}
/* カテゴリーフッター */
.contFooter {
	margin-top: 16px;
}
/* フッター */
#footer {
	margin-top: 20px;
}
/* 商品表示関連 */
.goodsPrice {
	margin: 7px 0 14px;
	color: #cc0033;
	background-color: #ffffff;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #999999;
}
.goodsPrice strong { font-size: 24px; }
