* {
	margin: 0px;
	padding: 0px;
	}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
	box-sizing: border-box;
	}

body {
	background-image: url(head-line.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
	
#wrap {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
	margin-top: 12px;
	font-size: 0.94em;
	background: #FFF;
	}
#head {
	width: 880px;
	}
	
/*#cont {
	width: 900px;
	}*/
#cont {

	width: 
	}
	
#cont #left {
	float: left;
	width: 180px;
	}
	
#left #menu {
	background-position: top;
	color: #EFEFDF;
	padding-top: 40px;
	background-image: url(menu/menu_frame.gif);
	background-repeat: no-repeat;
	padding-bottom: 40px;
	}
	
#left #menu ul {
	list-style-type: none;
	}
#left #menu ul li {
	line-height: normal;
	}
	
#left #menu ul li a {
	list-style-type: none;
	color: #EFEFDF;
	display: block;
	letter-spacing: 1px;
	background-image: url(menu/menu-li_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	padding: 0.5em 0.5em 0.5em 30px;
	}
	
#left #menu ul li a:hover {
	background-image: url(menu/menu-li_on.gif);
	color: #336600;
	}
	
#left #menu ul li a.current {
	color: #336600;
	background-image: url(menu/menu-li_on.gif);
	}

#left #order {
	background-position: left top;
	background-color: #CCCCCC;
	padding-top: 5px;
	}
#left #order img.button {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

	
#left #order ul {
	list-style-type: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	}
	
	
/*#left #order ul li a {
	list-style-type: circle;
	color: #666600;
	text-decoration: none;
	background-image: url(order/order-li.gif);
	width: 123px;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	letter-spacing: 1px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	}*/
	
	
#left #order ul li a {
	color: #666600;
	text-decoration: none;
	background-image: url(order/order-li.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	letter-spacing: 1px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	border-radius:0.4em;
	padding: 1em;
	text-indent: 1em;
	}

#left #order ul li a:hover {
	list-style-type: none;
	color: #339900;
	display: block;
	text-decoration: none;
	}
	
#left #order ul li.title {
	color: #333314;
	font-weight: bold;
	width: 140px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: none;
	}
	
#cont #rt {
	float: left;
	line-height: 1.8em;
	letter-spacing: 1px;
	width: 620px;
	margin-left: 20px;
	background-image: url(cont-frame.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 30px;
	}
	
#cont #rt a {
	color: #339900;
	text-decoration: underline;
	}
	
#cont #rt a:hover {
	text-decoration: none;
	}
	
#cont #rt p {
	margin-bottom: 1.5em;
	}
	
#cont #rt ol li {
	margin-left: 3em;
	}
	
.boxline {
	background-color: #FFFFFF;
	display: block;
	padding: 20px;
	border: 1px solid #999966;
	}
	
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
	letter-spacing: normal;
	color: #FFFFFF;
	padding-left: 50px;
	background-image: url(h1.gif);
	background-repeat: no-repeat;
	height: 45px;
	padding-top: 10px;
	}
	
h2 {
	margin-bottom: 24px;
	}

#foot {
	margin-top: 60px;
	font-size: 11px;
	width: 600px;
	margin-bottom: 20px;
	color: #333314;
	line-height: 1.5em;
	text-align: center;
	}
	
#foot ul {
	list-style-type: none;
	padding-top: 10px;
	}
	
#foot ul li a {
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333314;
	display: inline;
	}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	}
.sold {
	color: #FFFFFF;
	background: #CC6666;
	padding: 0.1em 0.4em;
	display: inline-block;
	margin-top: 0.5em;
	line-height:normal;
	font-size: 0.88em;
	}
.list {
	border: 1px solid #5C5C33;
	width: 100%;
	border-collapse: separate; 
 	border-spacing: 1px; 
	}
	.list tr th  {
	background: #CCCC99;
	padding: 0.5em;
	font-weight: normal;
	}
	.list tr td {
	padding: 0.5em;
	border-bottom: 1px solid #CCCC99;
	}
	.list .price {
	text-align: right;
	}
/* -----page top scroll ----- */
#page-top {
	position:fixed;
	bottom:80px;
	width: 40px;
	height: 40px;
	background-color: #CC6;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	color: #FFF;
	left: 90%;
	z-index:9999; /*常に上*/	
	}

#page-top a {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	height: 12px;
	width: 12px;
	display: inline-block;
	margin-top: 40%;
	margin-bottom: -30%;
	margin-left: auto; 
	border-color:#FFF;
	border-style:solid none none solid;
	border-width:2px;
	}
