@charset "utf-8";
/*基本設定*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	font-size: 12px;
	line-height: 140%;
}

/*基本リンク*/
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #966;
	text-decoration: none;
}

/*墨文字リンク*/
a.headmenu:link {
	color: #000;
	text-decoration: none;
}
a.headmenu:visited {
	color: #000;
	text-decoration: none;
}
a.headmenu:hover {
	color: #966;
	text-decoration: none;
}

/*基本コンテンツの枠*/
#container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 

/*ヘッダー*/
#header {
	background: #FFF url(../images/header_r1.jpg) no-repeat right; 
	padding: 0 0px 0 0px;
	height: 74px;
	font-size: 10px;
}


/*基本コンテンツ*/
#sidebar1 {
	float: left;
	width: 235px;
}
#mainContent {
	padding: 0;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
} 

/*フッター*/
#footer {
	padding: 0 10px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background: #966;
	color: #FFF;
	text-align: center;
	font-size: 9px;
	line-height: 110%;
	padding-bottom: 5px;
}
#footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 5px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	font-size: 10px;
}
/*墨文字リンク*/
#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.style_red {
	color: #C00;
}
.style_blue {
	color: #06F;
}




/*左ナビ*/

/*メニュー*/
.table_menu {
	width: 235;
	margin-bottom: 10px;
}
.table_menu td {
	padding-top: 3px;
	padding-bottom: 3px;
}

/*ranking*/
.table_rank {
	width: 235;
	margin-bottom: 10px;
}
.table_rank .td_rankname {
	padding-bottom: 3px;
}
.table_rank .td_rankframe {
	border: 1px solid #D1C1C1;
	background: #F2F4C5;
	padding-top: 3px;
	padding-bottom: 3px;
}


/*カレンダー*/
.table_calendar {
	border: 1px solid #D1C1C1;
	margin-bottom: 10px;
}
.calendar {
	width: 220px;
	line-height: 100%;
}
.calendar .td_date {
	font-size: 10px;
}




/*メインコンテンツ*/

/*タイトルバー画像*/
.title_name {
	margin-top: 15px;
}


/*商品の棚のテーブル*/

/*商品の大きい棚のテーブル*/
.table_chest td {
	border: 1px solid #D1C1C1;
	padding-top: 5px;
	padding-bottom: 5px;
}


/*商品の細かな棚のテーブル*/
.table_showcase {
	background: #FFF;
	width: 200px;
}
/*商品写真*/
.table_showcase .item {
	text-align: center;
	height: 106px;
	border: none;
}
/*商品名前*/
.table_showcase .itemname {
	background: #ECE0CD;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	color: #333;
	font-size: 10px;
	line-height: 140%;
	border: none;
	font-weight: bold;
}
/*商品の詳細を見る*/
.table_showcase .detail {
	padding: 3px;
	border: none;
}
/*商品の説明文*/
.table_showcase .itemcopy {
	text-align: left;
	color: #333;
	font-size: 10px;
	line-height: 130%;
	border: none;
}