/* --------------------リセット------------------  */
@charset "utf-8";

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


/* --------------------ウォンツケーキ　テンプレート------------------  */

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.7;
	color:#333333;
	font-size:14px;
	text-align:center;
	background:#b82456;	
}
div#contents{
	width:680px;
	text-align:left;
	margin:0 auto;
	padding:0 10px;
	background:#ffffff;
}
div#header{
	margin:0 auto;
	padding:0;
}
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;
}

/* -----ヘッダ----- */

h1 a{
	display:block;
	width:254px;
	height:40px;
	text-indent:-333em;
	background:url(../img/logo.gif) no-repeat;
	margin-bottom:10px;
}
/* -----ナビ----- */

ul#menu{
	height:36px;
	background:url(../img/nav_bg.gif) repeat-x;
	overflow:hidden;
}
ul#menu li{
	float:left;
}
ul#menu li a{
	display:block;
	width:136px;
	height:36px;
	text-indent:-333em;
}
ul#menu li a.menu_index{
	background:url(../img/home.gif) no-repeat;
}
ul#menu li a.menu_products{
	background:url(../img/products.gif) no-repeat;
}
ul#menu li a.menu_shop{
	background:url(../img/shop.gif) no-repeat;
}
ul#menu li a.menu_order{
	background:url(../img/order.gif) no-repeat;
}
ul#menu li a:hover{
	background-position:0 -36px;
}
ul#menu li a.menu_indexOn{
	background:url(../img/home.gif) 0 -36px;
}
ul#menu li a.menu_productsOn{
	background:url(../img/products.gif) 0 -36px;
}
ul#menu li a.menu_shopOn{
	background:url(../img/shop.gif) 0 -36px;
}
ul#menu li a.menu_orderOn{
	background:url(../img/order.gif) 0 -36px;
}

/* -----フッター----- */
#footer{
	clear:both;
	width:680px;
	height:62px;
	text-align:center;
	line-height:62px;
	background:url(../img/footer.gif) repeat-x;
	background-position:bottom;
}







