*{
	margin:0px;
	padding:0px;
}

.clear{
	clear:both;
}

.cr{
	clear:both;
}

body{
	background-color: #fbfbfb;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#container{
	width:1000px;
	padding:10px;
	margin:25px auto;
	background-color:white;
	border:1px solid #aaaaaa;
}

header{
	margin:5px 0px 10px 5px;
	width:100%;
}

footer{
	border-top:1px solid #aaaaaa;
	clear:both;
	margin:20px auto 10px auto;
	text-align:center;
	padding:10px 0px 0px 0px;
}

footer p{
	text-align:center;
	padding:10px 0px 10px 0px;
	border-top:1px dotted #aaaaaa;
}

#summary{
	font-size:smaller;
	margin:0px 0px 4px 0px;
}

.navbar{
	margin:10px 0px 0px 0px;
}

.search-box{
	width:600px;
	margin:20px auto;
}

.search-query{
	width:280px;
}


/* 検索結果系 */

.search-result{
	width:950px;
	margin:20px auto;
	float:left;
}

.item-list{
}

.item-list tr{
	border-top:1px solid black;
}

.item-list th{
	font-size:14px;
	padding:8px;
}

.item-list td{
	padding:8px;
	text-align:center;
}

.item-list td.item-image{
	width:250px;
}

.item-list td.item-name{
	width:200px;
}

.item-list td.maker{
	width:150px;
}

.item-list td.price{
	width:100px;
}

.item-list td.sale-date{
	width:80px;
}

.item-list td.compare-price{
	width:100px;
}

.item-image-s{
	max-width:200px;
	max-height:200px;
	border:none;
}


/* 商品詳細 */

.item-info-area{
	float:left;
	width:950px;
	margin:auto;
}

.item-image{
	max-width:200px;
	max-height:200px;
	float:left;
	margin:4px 0px 0px 40px;
}

.item-info{
	margin-left:10px;
	float:left;
}

.item-info dl{
	margin-top:4px;
	padding-top:4px;
}

.item-info dt{
	font-size:smaller;
	margin:8px 0px 2px 0px;
	font-weight:600;
}

.item-info dd{
	border-bottom:1px dotted black;
	padding-bottom:2px;
}

.item-info .amazon{
	margin:8px 0px 2px 0px;
}

.item-images{
	float:left;
	width:800px;
}

.item-images p{
	float:left;
}

/* 価格ランキング */

.shops{
	float:left;
	width:500px;
	margin:20px 0px 16px 0px;
	padding:4px;
}

.shops h3{
	text-align:center;
	font-size:16px;
	font-weight:600;
	margin-bottom:4px;
	background-color:black;
	color:white;
	padding:2px;
}

.shops ul{
	clear:both;
	float:left;
	list-style-type: none;
	margin:10px 0px 8px 0px;
}

.shops li{
	margin-right:4px;
	width:450px;
	padding:4px;
	border-bottom:1px dotted black;
}

.shops .higher .rank{
	color:red;
	font-weight:600;
	font-size:18px;
	margin-bottom:4px;
}

.shops .normal .rank{
	font-size:14px;
	margin-bottom:4px;
}

.shops .higher .shop-name{
	margin-left:20px;
	margin-bottom:8px;
	font-size:24px;
}

.shops .normal .shop-name{
	margin-left:20px;
	margin-bottom:8px;
	font-size:14px;
}

.shops .higher .shop-price{
	text-align:right;
	font-weight:600;
	font-size:24px;
}

.shops .normal .shop-price{
	text-align:right;
	font-weight:600;
	font-size:14px;
}

/* 広告 */

.ad{
	float:left;
	margin:20px 0px 16px 70px;
	padding:4px;
}

/* キーワード */

.recent-keyword-box{
	width:250px;
	float:left;
}

.recent-keyword-box h2{
	text-align:center;
	font-size:18px;
}

.recent-keyword-box li{
	margin:4px 0px 4px 0px;
}

/* 人気商品 */
.popular-item-box{
	margin-left:30px;
	width:630px;
	float:left;
}

.popular-item-box h2{
	text-align:center;
	font-size:18px;
}

.popular-item-box li{
	float:left;
	width:152px;
	margin:0px 2px 24px 2px;
}

.popular-item-box li a{
	display:block;
	text-align:center;
	margin-top:4px;
	padding:0px 4px;
}

.popular-item-box li img{
	max-width:145px;
}
