@charset "utf-8";

/* css reset */

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;
}


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	{
				margin: 0 auto;
				width: 680px;
				text-align: left;
				padding: 0 10px;
				background: #ffffff;
}

div#header		{
				margin: 0 auto;
				padding: 10px 0px 0px 0px;
}

div#container	{
				padding-top: 10px;
}

#sidebar		{
				float: left;
				width: 195px;
				height: 300px;
				margin-right: 10px;
}

#sidebar a.banner	{
					display: block;
					margin-bottom: 10px;
}

div#main			{
					float: left;
					width: 475px;
					min-height: 300px;
}


/* header */

h1 a		{
	display: block;
	width: 259px;
	height: 47px;
	text-indent: -333em;
	background: url(../img/logo.gif) no-repeat;
}


/* nav */

ul#menu li	{
	float: left;
}

ul#menu li a	{
	display: block;
	width: 136px;
	height: 36px;
	text-indent: -333em;
}

ul#menu		{
	height: 36px;
	overflow: hidden;
	background: url(../img/nav.gif)repeat-x;
}

ul#menu li a	{
	background: url(../img/home.gif);
}

ul#menu li a.menu_index		{
		background: url(../img/home.gif);
}

ul#menu li a.menu_products	{
		background: url(../img/cake.gif);
}

ul#menu li a.menu_shop		{
		background: url(../img/shop.gif);
}

ul#menu li a.menu_mail		{
		background: url(../img/order.gif);
}

ul#menu li a:hover		{
		background-position: 0px -36px;
}

#menu li a.menu_indexOn	{
		background: url(../img/home.gif) 0px -36px;
}

#menu li a.menu_productsOn	{
		background: url(../img/cake.gif) 0px -36px;
}

#menu li a.menu_shopOn		{
		background: url(../img/shop.gif) 0px -36px;
}

#menu li a.menu_mailOn	{
		background: url(../img/order.gif) 0px -36px;
}


#footer			{
		clear: both;
		font-size: 12px;
		width: 680px;
		height: 62px;
		text-align: center;
		line-height: 62px;
		background: #eeeeee url(../img/footer.jpg) repeat-x;
}
