@charset "utf-8";

/* reset css */
* { 
	zoom: 1; 
}
 /* /////  IE6対策です　　////   */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
/*
table {
	border-collapse:collapse;
	border-spacing:0;
}  */
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* NINJAのコマーシャルを消す */
ul.tdftad {
	display: none;
}

/*    ////////    ☆Wants Cake テンプレート☆///// 　*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7;
	color: #333;
	font-size: 14px;
	text-align: center;
	background: #b82456;
}
div#contents {
	width: 680px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	background: #fff;
}
div#header {
	margin: 0 auto;
}
div#container {
	padding-top: 10px;
}
div#sidebar {
	float: left;
	width: 195px;
	height: 300px;
	margin-right: 10px;
}
div#sidebar a.banner {
	display: block;
	margin-bottom: 10px;
}
div#main {
	float: left;
	width: 475px;
}
div#footer {
	clear: both;
	width: 680px;
	height: 62px;
	text-align: center;
	line-height: 62px;
	background: #eee url(../img/foot_bg.jpg) repeat-x;
}

/* header */
h1 {
	padding-top: 5px;
}
h1 a {
	display: block;
	width: 260px;
	height: 47px;
	text-indent: -333em;
	background: url(../img/logo.gif) no-repeat;
}
ul#menu {
	height: 36px;
	background: url(../img/navi_bg.jpg) repeat-x;
	overflow: hidden;
}
ul#menu li {
	float: left;
}
ul#menu li a {
	display: block;
	width: 130px;
	height: 36px;
	text-indent: -333em;
}
ul#menu li a.menu_index {
	background: url(../img/menu_index.gif);
}
ul#menu li a.menu_products {
	background: url(../img/menu_products.gif);
}
ul#menu li a.menu_shop {
	background: url(../img/menu_shop.gif);
}
ul#menu li a.menu_mail {
	background: url(../img/menu_mail.gif);
}
ul#menu li a:hover {
	background-position: 0 -36px;
}
#menu li a.menu_indexOn {
	background: url(../img/menu_index.gif) 0 -36px;
}
#menu li a.menu_productsOn {
	background: url(../img/menu_products.gif) 0 -36px;
}
#menu li a.menu_shopOn {
	background: url(../img/menu_shop.gif) 0 -36px;
}
#menu li a.menu_mailOn {
	background: url(../img/menu_mail.gif) 0 -36px;
}

/* 共通h2 */
h2 {
	margin-bottom: 15px;
}

/* TOP-新着情報 */
div.products {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #c0c0c0;
	overflow: hidden;
}
p.news_date {
	margin-bottom: 3px;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
}
p.news_content {
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 13px;
	line-height: 1.4;
}
p.news_content2 {
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 13px;
	line-height: 1.4;
}
span.news_keyword {
	color: #ff1166;
	font-weight: bold;
}

/* TOP-おすすめ商品 */
p.cake {
	float: left;
	margin: 0 10px 10px 10px;
}
p.products_name {
	font-size: 18px;
	font-weight: bold;
}
p.products_price {
	font-size: 12px;
}
ul.button {
	margin: 10px;
}
ul.button li {
	float: left;
	margin-right: 10px;
}

/* 店舗案内 */
table {
	width: 475px;
	border-spacing: 1px;
}
th {
	width: 30%;
	padding: 5px;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	background-color: #ffd9f3;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
td {
	width: 70%;
	padding: 5px;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	background-color: #f3f3f3;
}

/* 商品のご案内 */
h3.products_category {
	margin-bottom: 10px;
	padding: 4px;
	background-color: #7c0725;
	color: #fff;
	font-size: 16px;
}
ul.anchor {
	margin-bottom: 15px;
	padding-left: 10px;
}
ul.anchor li {
	padding-left: 10px;
	background: url(../img/list_marker_red.gif) no-repeat 0 6px;
}

/* Yumi's Room */
h2.yumi_title_h2 {
	display: none;
}