@charset "utf-8";


body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック",sans-serif;
	font-size: 75%;
	color: #170104;
	line-height: 1.5;
	background: #FBFBF9 url(../images/bg.jpg) repeat-x;
}
table {
	font-size: 1em;
	empty-cells: show;
}
th {
	font-weight: normal;
	text-align: left;
}
h1, h2, h3, h4, h5, h6, h7 {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 8px 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a {
	color: #170104;
	text-decoration: none;
}
a:hover {
	color: #3E7748;
	text-decoration: underline;
}

.left {
	float: left;
}
.right {
	float: right;
}

.bold {
	font-weight: bold;
}

.txt_center {
	text-align: center;
}

.txt_left {
	text-align: left;
}

.txt_right {
	text-align: right;
}

.hissu {
	color: #F00;
}

.red {
	color: #F00;
}

.underline {
	text-decoration: underline;
}

/* clearfix ハック */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear {
	font-size: 0;
	line-height: 0;
	clear: both;
}



/* base
------------------------------------------------------------------------*/
div#base_container {
	width: 950px;
	margin: 0 auto;
	border: solid 1px #CCC;
	background: #FFF;
}


/* ヘッダー
------------------------------------------------------------------------*/
div#header_container {
	height: 120px;
	background: url(../images/header_bg.jpg?20191001) no-repeat;
}

/* ロゴ
--------------------------------------------------*/
div#logo {
	float: left;
}
div#logo p {
	margin: 0;
	padding: 0;
}

/* ヘッダーサーチ
--------------------------------------------------*/
div#header_search {
	margin: 85px 10px 0 0;
	float: right;
}

/* トップメニュー
--------------------------------------------------*/
div#topmenu {
	margin-bottom: 15px;
}
div#topmenu ul {
	margin: 0;
	padding: 0;
}
div#topmenu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: -9999px;
	float: left;
}
div#topmenu ul li a {
	width: 190px;
	height: 30px;
	display: block;
	overflow: hidden;
}

div#topmenu ul li ul,
div#topmenu ul li ul li {
	margin: 0;
	padding: 0;
}

div#topmenu ul li a:hover,
div#topmenu ul li.on a {
	background-position: left bottom;
}

/* ご利用ガイド */
div#topmenu ul li#topmenu_1 a {
	background-image: url(../images/topmenu_1.jpg);
}
/* カートを見る */
div#topmenu ul li#topmenu_2 a {
	background-image: url(../images/topmenu_2.jpg);
}
/* 味楽園について */
div#topmenu ul li#topmenu_3 a {
	background-image: url(../images/topmenu_3.jpg);
}
/* お問い合せ */
div#topmenu ul li#topmenu_4 a {
	background-image: url(../images/topmenu_4.jpg);
}
/* お気に入りに登録 */
div#topmenu ul li#topmenu_5 a {
	background-image: url(../images/topmenu_5.jpg);
}



/* メイン
------------------------------------------------------------------------*/
div#main_container {
	width: 100%;
	padding-bottom: 20px;
	position: relative;
}


/* メインコンテンツ
--------------------------------------------------*/
div#main_content {
	width: 600px;
	float: left;
	margin-left: 175px;
}
div#main_content div.box {
	margin-bottom: 20px;
}

/* パンくず */
div#main_content p#topicpath {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}


/* レフトコンテンツ
--------------------------------------------------*/
div#left_content {
	width: 165px;
	float: left;
	margin-left: -775px;
}

div#left_content div.categoty_title {
	margin-bottom: 2px;
	padding: 0 5px;
	font-size: 100%;
	line-height: 20px;
	color: #FFF;
	background: #50923A;
	font-weight: bold;
}

div#left_content div.corner {
	margin-bottom: 15px;
}
div#left_content div.corner ul {
	margin: 0;
	padding: 0;
}
div#left_content div.corner ul li {
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	padding-left: 20px;
	list-style: none;
	line-height: 20px;
	background: url(../images/list_bg1.jpg) no-repeat;
}


div#left_content div.category ul {
	margin: 0;
	padding: 0;
}
div#left_content div.category ul li {
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	padding-left: 20px;
	list-style: none;
	line-height: 20px;
	background: url(../images/list_bg2.jpg) no-repeat;
}

/* ログイン */
div#left_content div#login_button {
	margin: 15px 0;
	text-align: center;
}
div#left_content div#login_button img {
	margin-bottom: 10px;
}


/* ライトコンテンツ
--------------------------------------------------*/
div#right_content {
	width: 165px;
	float: right;
}

/* ランキング */
div#right_content div#ranking {
	margin-bottom: 15px;
}
div#right_content div#ranking ul {
	margin: 0;
	padding: 0;
}
div#right_content div#ranking ul li {
	margin: 0;
	padding: 0;
	padding-left: 25px;
	list-style: none;
	line-height: 25px;
}
div#right_content div#ranking ul li#rank1 {
	background: url(../images/rank_bg1.jpg) no-repeat;
}
div#right_content div#ranking ul li#rank2 {
	background: url(../images/rank_bg2.jpg) no-repeat;
}
div#right_content div#ranking ul li#rank3 {
	background: url(../images/rank_bg3.jpg) no-repeat;
}
div#right_content div#ranking ul li#rank4 {
	background: url(../images/rank_bg4.jpg) no-repeat;
}
div#right_content div#ranking ul li#rank5 {
	background: url(../images/rank_bg5.jpg) no-repeat;
}

/* お買い物について */
div#right_content div#about_shopping {
	margin-bottom: 30px;
}
div#right_content div#about_shopping div.categoty_title {
	margin-bottom: 2px;
	padding: 0 5px;
	font-size: 100%;
	line-height: 20px;
	color: #FFF;
	background: #C9BCC1;
	font-weight: bold;
}
div#right_content div#about_shopping ul {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
div#right_content div#about_shopping ul li {
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	padding-left: 20px;
	list-style: none;
	line-height: 20px;
	background: url(../images/list_bg3.jpg) no-repeat;
}

/* バナー */
div#right_content div.bnr_button img {
	margin-bottom: 10px;
}


/* フッター
------------------------------------------------------------------------*/
div#footer_container {
	padding: 15px 15px 10px;
	background: #F2EEEB;
	background: url(../images/footer_bg.jpg) no-repeat;
}

div#footer_container p#footer_menu {
	margin-bottom: 30px;
	text-align: center;
}

/* コピーライト */
div#footer_container p#copyright {
	text-align: right;
}





#category_description h3 {
	font-size: 16px;
}
#item_description h4 {
	font-size: 14px;
}
#item_description .info-img-l {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#category_description .img-r {
	margin: 10px;
	float: right;
}
#item_description .img-l {
	margin: 10px;
	float: left;
}
#main_content .image_box img {
	border: 1px solid #CCCCCC;
}
