@charset "utf-8";
@import "onspotz.css";
/* 基本レイアウト */

/* formatting style 
------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #666666;
	background-color: #EEEEEE;
	background-image: url(../imgJP/bg.jpg);
	background-repeat: repeat-x;
}
a { /* リンク */
    color:#666666;
	text-decoration:none;
}
a:hover { /* リンク・オンマウス */
    color:#333333;
	text-decoration: underline;
}

a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}

img { /* 画像 */
	border-style: none;
}

/* コメント強調 */
.strong { 
	font-weight: bold;
	color: #CC0000;
}


/* レイアウト
------------------------*/
#wrapper { /* 全体を包括 */
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 922px;
	border-top: 0px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

/* グローバルナビ上 */
#head_globalnavi {
	background-color: #333333;
	color: #999999;
	height: 34px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#title_global { /* タイトル画像 */
	float: left;
}
#search1 { /* タイトルサイドの検索 */
	padding-right: 10px;
	background-color: #FFFFFF;
	float: right;
	padding-top: 2px;
}
#search1 img {
	position: relative;
	top: 4px;
}
#brand_menu img {
	vertical-align: middle;
}


#header { /* ヘッダー */
	background-color: #FFFFFF;
	clear: both;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
}
#main { /* メイン包括*/
	width: 720px;
	float: right;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#footer { /* フッター*/
	clear: both;
	border-bottom: 1px solid #CCCCCC;
}

/* グローバルナビ下 */
#foot_globalnavi { 
	font-size: 11px;
	padding: 5px;
	height: 21px;

}

/* 所属カテゴリーの部分
------------------------*/
#cate {
	color: #FFFFFF;
	background-color: #000000;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#cate img {
	margin-right: 5px;
	vertical-align: middle;
}

#cate a {
	font-weight: bold;
	color: #FFFFFF;
}
#cate a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* 商品検索
------------------------*/
#search2 {
	clear: both;
	border-top: 1px solid #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px 10px;
}
#search2 p {
	padding-top: 5px;
	font-size: 11px;
}
#search2 img {
	padding-right: 5px;
}
#search2 a:hover {
	position: relative;
	top: +1px;
}

/* ページのリスト
------------------------*/
.LIST {
	clear: left;
	color: #CCCCCC;
	font-size: 14px;
	word-spacing: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px 5px;
	width:680px;
}
.LIST img {
	vertical-align: middle;
}

.LIST a {
	color:#666666;
	text-decoration:none;
	font-weight: bold;
}
.LIST a:hover {
	color: #000000;
	position: relative;
	top: +1px;
	text-decoration: underline;
}

/* 商品棚
------------------------*/
#items {
	padding: 10px;
	float: left;
}
#items p {
	font-size: 12px;
	line-height: 1.2em;
}
#items div.wk {
	float: left;
	width: 175px;
	height: 180px;
	padding-bottom: 5px;
}
#items .wk h2 {
	font-size: 10px;
}
/* 商品棚（ピックアップアイテム追加）
------------------------*/
.pickupitems {
	padding: 10px;
	float: left;
}
.pickupitems p {
	font-size: 12px;
	line-height: 1.2em;
}
.pickupitems  div.wk {
	float: left;
	width: 175px;
	height: 180px;
	padding-bottom: 5px;
}
.pickupitems  .wk h2 {
	font-size: 10px;
	font-weight: bold;
}
.pickup_title {
	color: #FFFFFF;
	background-color: #000000;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.pickup_title img {
	margin-right: 5px;
	vertical-align: middle;
}


