@charset "utf-8";
*{
	margin:0px;
	padding:0px;
}
html,body{
	height:100%;
	width:100%;
	-webkit-text-size-adjust:100%;
	font-family:"Yu Gothic";
	font-weight:500;
}
a{
	text-decoration:none;
}
#container{
	margin:0px auto;
	width:1200px;
	overflow:hidden;
	height:100%;
	min-height:100%;
}
body > #container {
    height:auto;
}
#topbar{
	display:none;
}
#menu{
	float:left;
	background-color:#2A1412;
	min-height:100%;
	width:260px;
	margin:0px 0px 0px 60px;
	text-align:center;
	padding-bottom:32767px;
	margin-bottom:-32767px;
	position:fixed;
}
#menu #toplogo{
	margin:30px auto;
}

#menu #menulist{
	margin:50px auto 40px auto;
	list-style-type:none;
	text-indent:-119988px;
}
#navicategory{
	background-image:url(../img/category.png);
	background-repeat:no-repeat;
	width:141px;
	height:18px;
}
#navicraft{
	background-image:url(../img/craft.png);
	background-repeat:no-repeat;
	width:79px;
	height:18px;
	margin-top:28px;
}
#naviinfo{
	background-image:url(../img/info.png);
	background-repeat:no-repeat;
	width:76px;
	height:18px;
}
#naviabout{
	background-image:url(../img/about.png);
	background-repeat:no-repeat;
	width:166px;
	height:18px;
}
#navicontact{
	background-image:url(../img/contact.png);
	background-repeat:no-repeat;
	width:117px;
	height:18px;
}
#navishop{
	background-image:url(../img/shopping.png);
	background-repeat:no-repeat;
	width:260px;
	height:40px;
	margin-top:30px;
}
#navisub1{
	background-image:url(../img/category1.png);
	background-repeat:no-repeat;
	width:102px;
	height:18px;
}
#navisub2{
	background-image:url(../img/category2.png);
	background-repeat:no-repeat;
	width:100px;
	height:18px;
}
#navisub3{
	background-image:url(../img/category3.png);
	background-repeat:no-repeat;
	width:160px;
	height:18px;
}
#navisub4{
	background-image:url(../img/category4.png);
	background-repeat:no-repeat;
	width:79px;
	height:18px;
}
#navisub5{
	background-image:url(../img/category5.png);
	background-repeat:no-repeat;
	width:79px;
	height:18px;
}
#navisub6{
	background-image:url(../img/category6.png);
	background-repeat:no-repeat;
	width:58px;
	height:18px;
}

#menulist li{
	margin-left:30px;
	margin-bottom:20px;
}
#menulist #navishop{
	margin-left:0px;
	margin-bottom:50px;
}
#menulist li:hover{
	background-position:bottom;
}
.now{
	background-position:bottom;
}

#menulist .navisub{
	margin-left:65px;
	margin-bottom:20px;
}

#menu #bottomlogo{
	margin-top:0px;
}
#menulist a{
	display:block;
}

#cart{
	width:230px;
	margin-left:15px;
	margin-bottom:20px;
	background-color:rgba(255,255,255,0.3);
	padding:10px 0px;
	border:1px solid #ffffff;
	box-sizing:border-box;
	display:none;
}
#carttitle{
	color:#ffffff;
	font-size:13pt;
	font-family:"Yu Mincho",serif;
	letter-spacing:0.05em;
}
#cartcondition{
	font-size:11pt;
	color:#ffffff;
}
#cartcondition span{
	font-size:17pt;
	font-weight:bold;
	color:#54CCF2;
	letter-spacing:3px;
}
#cartlink{
	width:200px;
	margin-top:10px;
	padding:3px 0px;
	background-color:#C30D23;
	color:#ffffff;
	cursor:pointer;
	border:none;
}

#menubottom{
	position:relative;
	margin-top:10px;
	overflow:hidden;
}
#menubottom #facebook{
	width:30px;
	margin-left:60px;
	margin-top:10px;
	float:left;
}
#menubottom #copyright{
	color:#ffffff;
	font-size:10pt;
	text-align:center;
	position:absolute;
	left:110px;
	bottom:0px;
}

#main{
	width:800px;
	float:right;
	
	padding-bottom:32767px;
	margin-bottom:-32767px;
}
.title{
	border-bottom:1px solid;
	margin-top:50px;
	margin-bottom:30px;
}
#toptitle{
	margin-bottom:10px;
}
.title img{
	padding-bottom:2px;
}
#description{
	font-size:16pt;
	line-height:32pt;
	margin-top:40px;
	font-weight:bold;
	letter-spacing:0.05em;
	font-family:"Yu Mincho",serif;
	margin-left:40px;
	margin-bottom:40px;
}
#data{
	line-height:24pt;
	margin-top:20px;
	margin-bottom:40px;
	margin-left:20px;
	letter-spacing:0.05em;
	font-family:"Yu Mincho",serif;
}
#data dt{
	font-size:14pt;
}
#data dd{
	margin-bottom:18px;
	margin-left:15px;
	font-size:18pt;
	font-weight:bold;
}
#preview a:hover,#craftlist a:hover{
	opacity:0.7;
}
#craftlist{
	margin:50px 0px;
}
#craftlist .title{
	margin-bottom:0px;
}
.listcol{
	width:250px;
	margin-top:30px;
	margin-right:10px;
	margin-left:5px;
	text-align:center;
	display:inline-block;
}
.listcol p{
	font-weight:bold;
	letter-spacing:0.05em;
	font-family:"Yu Mincho",serif;
	font-size:14pt;
	margin-top:5px;
}

.listright{
	margin-right:0px;
}

#bread{
	margin-bottom:20px;
}
#bread a:link{
	color:#0000de;
}
#bread a:visited{
	color:#336699;
}
#bread a:hover{
	color:#cc0000;
}
#bread a{
	text-decoration:underline;
}

#slide{
	height:906px;
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	margin-bottom:40px;
}
#over{
	height:906px;
	overflow:hidden;
	width:0px;
	margin-left:100px;
	cursor:pointer;
}
#caution{
	text-align:center;
	margin-bottom:40px;
}