@charset "utf-8";
/* CSS Document */

#container {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFF;
	font-size: 95%;
	font-style: normal;
	color: #666;
	width: 900px;
	margin: auto;
	line-height: 1.3;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	
}

body {
	background-color: #FFC;
}

a:link{
	color:#666;	/* グレー */
}
a:visited{
	color:#306; /* 紫色 */
}
a:hover{
	font-weight: bold;
}

/*---------------------------------*/
/*       構造                      */
/*---------------------------------*/
#left_sidebar{
	width: 270px;
	float: left;
	padding-left: 0.5em;
}

#main{
	margin-left: 300px;
	padding-right: 0.5em;
}

#footer{
	clear:both;
	text-align: center;
}


h2 {
	padding-top: 1em;
	font-size: 1.3em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-bottom: 0.5em;
}

h3 {
	font-weight: bold;
	margin-bottom: 0.5em;
}

#container #left_sidebar .left,
#container #left_sidebar .right{
	width: 50%;
	float: left;
}
#container #left_sidebar .left ul li{
	padding-left: 1em;
}

/*-----------------------------------*/
/*         特集からさがす            */
/*-----------------------------------*/
#container #left_sidebar .special ul li {
	margin-left: 0.7em;
	padding-left: 1.5em;
	background-image: url(../Images/botton_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*-----------------------------------*/
/*         人気のショップ            */
/*-----------------------------------*/
#container #left_sidebar .shop ul li {
	margin-left: 0.7em;
	padding-left: 1.5em;
	background-image: url(../Images/botton_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*-----------------------------------*/
/*         楽天特集                  */
/*-----------------------------------*/
#container #main .rakuten table tr td {
	padding: 0.5em;
	width: 33%;
	text-align: center;
}
/*-----------------------------------*/
/*         各市場へ振り分け          */
/*-----------------------------------*/
#container #main .kiriwake ul li {
	display: block;
	float: left;
	width: 141px;
	line-height: 1.4;
	border: 1px solid gray; 
	text-align: center;
	margin-right: 0.3em;
	margin-bottom: 0.3em;
}
#container #main .kiriwake ul li a{
	display: block;
	text-decoration:none;
}
#container #main .kiriwake a:link{
	color:#666;
}
#container #main .kiriwake a:hover{
	background-color: #FFC;
	font-weight: bold;
}

/*-----------------------------------*/
/*         カテゴリ別に探す          */
/*-----------------------------------*/
#container #main .category table {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#container #main .category table tr td {
	width: 25%;
	border: 1px dotted  #999;
	padding: 0.3em;
}

/*-----------------------------------*/
/*         他のショップで探す        */
/*-----------------------------------*/
#container #main .store table tr td {
	padding: 0.5em;
	width: 25%;
	text-align: center;
}
#container #main .store table tr td img {
	border: 1px solid #999;
}

#container #main .store .item ul li {
	text-align: left;
	padding-left: 1em;
	background-image:url(../Images/button_03.gif);
	background-repeat: no-repeat;
	background-position: left top;


}

/*-----------------------------------*/
/*         売れ筋商品を見る          */
/*-----------------------------------*/
#container #main .ranking {
	background-color: #FFC;
}
#container #main .ranking table tr td {
	width: 25%;
	text-align: center;
}


