@charset "utf-8";

/* layout
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body{
	text-align:center;
	color:#000000;
	background-color:#ffffff;
}
#container{
	width:870px;
	margin:0 auto 0 auto;
	text-align:left;
}
#contents{
	xposition:relative;
	xoverflow:hidden;
}
#contents .contents-spacer{
	padding:10px 0 0 0;
}
#contents ul.footerlink{
	text-align:center;
	margin:0 0 10px 0;
}
#contents ul.footerlink li{
	display:inline;
}
#main{
	float:left;
	width:660px;
	margin:0 0 10px 0;
}

/* common
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.clear {
	clear: both;
}
.clear2{
	clear:both;
	padding:0 0 10px 0;
	border-bottom:1px dotted #D2A874;
}
hr {
	visibility: hidden;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* toppage
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#main .toppage{
}

/* banner area */
#main .toppage .bnrspecial001{
	height:170px;
	background:url(../images/bnr_special001.jpg) no-repeat 0 0;
}
#main .toppage .bnrspecial001 ul{
	list-style:none;
	padding:105px 0 0 458px;
}
#main .toppage .bnrspecial001 ul li{
	background:url(../images/ico_arrow01.gif) no-repeat 0 2px;
	margin:0 0 0 0;
	padding:0 0 0 20px;
}
#main .toppage .bnrspecial001 ul li a{
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
}

/* recommend */
#main .toppage .recommend{
	height:1%;
	overflow:hidden;
	margin:0 0 10px 0;
}
#main .toppage .recommend dl{
	display:inline;
	float:left;
	width:214px;
	margin:0 8px 0 0;
}
#main .toppage .recommend dl.last{
	margin:0 0 10px 0;
}
#main .toppage .recommend dl dt img{
	border:1px solid #cccccc;
}
#main .toppage .recommend dl dd{
	text-align:left;
	padding:10px 0 0 0;
}
#main .toppage .recommend dl dd a{
	font-size:14px;
	font-weight:bold;
}

/* news */
#main .toppage h2.topnews{
	color:#675048;
	font-size:24px;
	font-weight:bold;
	background:url(../images/hl_h3-main.jpg) no-repeat 0 0;
	margin:0 0 10px 0;
	padding:2px 0 2px 5px;
}
#main .toppage .news{
	margin:0 0 10px 0;
}
#main .toppage .news dl{
	height:50px;
	margin:0 0 10px 0;
	xpadding:0 0 10px 0;
	border-bottom:1px dotted #cccccc;
	overflow:hidden;
}

#main .toppage .news dl.hl170{
	height:170px;
	margin:0 0 10px 0;
	xpadding:0 0 10px 0;
	border-bottom:1px dotted #cccccc;
	overflow:hidden;
}

#main .toppage .news dl dt{
	display:inline;
	float:left;
	width:100px;
	font-size:14px;
	margin:0 0 0 10px;
}
#main .toppage .news dl dd{
	float:left;
	width:500px;
}

/* main-category
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.listpages{
}
.listpages .categorytitle{
	height:36px;
	background:url(../images/hl_h2-main.jpg) no-repeat 0 0;
}
.listpages .categorytitle h2{
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	padding:6px 0 0 15px;
}

/* sort */
.listpages .sort{
	border-top:1px solid #ffffff;
	border-bottom:1px solid #E48900;
	margin:0 0 20px 0;
}
.listpages .sort .sort-spacer{
	background-color:#F7F5EA;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	padding:7px 20px 5px 15px;
}
.listpages .sort p{
	float:left;
	width:45%;
}
.listpages .sort ul{
	list-style:none;
	width:45%;
	text-align:right;
	float:right;
}
.listpages .sort ul li{
	display:inline;
}
.listpages .sort ul li span{
	font-weight:bold;
}

/* itemblock */
.listpages .itemblock{
	height:1%;
	border-bottom:1px dotted #CCCCCC;
	margin:0 0 10px 0;
	overflow:hidden;
}
.listpages .itemblock p.itemimg{
	display:inline;
	float:left;
	width:200px;
}
.listpages .itemblock p.itemimg img{
	border:1px solid #CCCCCC;
}

.listpages .itemblock .itemdetail{
	display:inline;
	float:right;
	width:440px;
	margin:0 0 10px 0;
}
.listpages .itemblock .itemdetail .buyarea{
	background-color:#F7F5EA;
	border:1px solid #D3C98B;
	padding:14px 14px 14px 14px;
}
.listpages .itemblock .itemdetail ul{
	list-style:none;
	margin:0 0 10px 0;
}
.listpages .itemblock .itemdetail ul li{
	display:inline;
	margin:0 5px 0 0;
}
.listpages .itemblock .itemdetail ul li img{
	display:inline;
}

.listpages .itemblock .itemdetail .buyarea table.item{
}
.listpages .itemblock .itemdetail .buyarea table.item th{
	width:60px;
	text-align:left;
	padding:0 0 5px 0;
}
.listpages .itemblock .itemdetail .buyarea table.item td{
	padding:0 0 5px 0;
}
.listpages .itemblock .itemdetail .buyarea table.item td span{
	font-size:20px;
	font-weight:bold;
	color:#990100;
}

.listpages .itemblock .itemdetail .buyarea table.item2{
	display:inline;
	float:left;
	width:auto;
	margin:0 0 5px 0;
}
.listpages .itemblock .itemdetail .buyarea table.item2 th{
	width:60px;
	text-align:left;
	padding:0 0 5px 0;
}
.listpages .itemblock .itemdetail .buyarea table.item2 td{
	padding:0 0 5px 0;
}
.listpages .itemblock .itemdetail .buyarea p.button{
	display:inline;
	float:right;
	width:auto;
}

/* main-entry
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.productpages{
	float:left;
	width:660px;
	margin:0 0 10px 0;
}
.productpages h2{
	color:#ffffff;
    font-size:18px;
    font-weight:bold;
    background:url(../images/hl_h2-main.jpg) no-repeat 0 0;
    margin: 0 0 15px 0;
    padding:5px 5px 5px 15px;
}
.productpages h3{
	color:#675048;
    font-size:18px;
    font-weight:bold;
    background:url(../images/hl_h3-main.jpg) no-repeat 0 bottom;
    margin: 0 0 15px 0;
    padding:0px 0 3px 5px;
}
.productpages h3.comment{
	background:none;
	margin:0 0 0 0;
    padding:0 0 0 0;
}
.productpages h3.comment img{
	display:block;
}

.productpages .itemblock{
	margin:0 0 10px 0;
}
.productpages .itemblock .itemimg{
	float:left;
	width:280px;
	text-align:center;
}
.productpages .itemblock .itemimg img{
	margin:0 auto 10px auto;
}
.productpages .itemblock .itemdetail{
	float:right;
	width:360px;
	margin:0 0 15px 0;
}
.productpages .itemblock .itemdetail ul{
	height:1%;
	list-style:none;
	margin:0 0 10px 0;
	overflow:hidden;
}
.productpages .itemblock .itemdetail ul li{
	float:left;
	width:60px;
	margin:0 10px 0 0;
}
.productpages .itemblock .itemdetail ul li img{
	display:block;
}
.productpages .itemblock .itemdetail p.itemname{
	font-size:20px;
	font-weight:bold;
	border-bottom:1px dotted #CCCCCC;
	padding:0 0 15px 0;
	margin:0 0 10px 0;
}
.productpages .itemblock .itemdetail p.number{
	font-size:10px;
}
.productpages .itemblock .itemdetail table.item{
	margin:0 0 10px 0;
}
.productpages .itemblock .itemdetail table.item th{
	width:70px;
	font-size:14px;
	text-align:left;
	vertical-align:top;
}
.productpages .itemblock .itemdetail table.item td{
	width:260px;
	text-align:left;
	vertical-align:top;
}
.productpages .itemblock .itemdetail table.item tr.newprice th{
	color:#ff0000;
	font-size:18px;
	font-weight:bold;
	vertical-align:top;
}
.productpages .itemblock .itemdetail table.item tr.newprice td{
	color:#ff0000;
	font-size:18px;
	font-weight:bold;
	text-align:left;
}
.productpages .itemblock .itemdetail table.item tr.newprice td span{
	color:#ff0000;
	font-size:18px;
	font-weight:bold;
}
.productpages .itemblock .itemdetail table.item tr.newprice td p.point{
	color:#ff7300;
	margin:0 0 10px 0;
}
.productpages .itemblock .itemdetail table.item tr.newprice td p.point span{
	font-weight:bold;
}
.productpages .itemblock .itemdetail table.item tr.capacity td{
	padding:0 0 10px 0;
}
.productpagesy .itemblock .itemdetail table.item tr.amount td{
	margin:0 0 10px 0;
}
.productpages .itemblock .itemdetail table.item tr.amount td select{
width:50px;
}
.productpages .itemblock .itemdetail .capacityinfo{
	border:1px solid #ffdd74;
	margin:0 0 10px 0;
}
.productpages .itemblock .itemdetail .capacityinfo .inner{
	padding:10px 10px 10px 10px;
}

.productpages .itemblock .itemdetail p.button{
	margin:0 0 10px 0;
}
.productpages .itemblock .itemdetail p.favorites{
	margin:0 0 10px 0;
}
.productpages .itemblock .itemdetail .payment{
	background-color:#FDFAF4;
	padding:10px 10px 10px 10px;
	border:1px solid #D2A875;
}
.productpages .itemblock .itemdetail .payment .inner{
}
.productpages .itemblock .itemdetail .payment dl.pay{
	height:1%;
	overflow:hidden;
}
.productpages .itemblock .itemdetail .payment dl.pay dt{
	float:left;
	width:65px;
	font-weight:bold;
	margin:0 0 5px 0;
}
.productpages .itemblock .itemdetail .payment dl.pay dd{
	float:left;
	width:230px;
	margin:0 0 5px 0;
}
.productpages .itemblock .itemdetail .payment dl.carriage{
	height:1%;
	overflow:hidden;
}
.productpages .itemblock .itemdetail .payment dl.carriage dt{
	float:left;
	width:40px;
	font-weight:bold;
	margin:0 0 5px 0;
}
.productpages .itemblock .itemdetail .payment dl.carriage dd{
	float:right;
	width:290px;
	margin:0 0 5px 0;
}
.productpages .itemblock .itemdetail .payment ul{
	margin:0 0 0 0;
}
.productpages .itemblock .itemdetail .payment ul li{
	width:auto;
	background:url(../images/ico_delivery.gif) no-repeat 0 0;
	padding:0 0 0 30px;
}

/* summary-layout */
.productpages .summaryblock{
	height:1%;
	margin:0 0 15px 0;
	overflow:hidden;
}
.productpages .summaryblock .imgleft250{
	float:left;
	width:250px;
}
.productpages .summaryblock .txtright350{
	float:right;
	width:350px;
}
.productpages .summaryblock .txtleft350{
	float:left;
	width:350px;
}
.productpages .summaryblock .imgright250{
	float:right;
	width:250px;
}
.productpages .summaryblock .txtleft430{
	float:left;
	width:430px;
}
.productpages .summaryblock .imgright170{
	float:right;
	width:170px;
}

/* message */
#main-entry .message{
	height:160px;
	background:url(../images/bg_ptissier001.jpg) no-repeat 0 0;
	margin:0 0 15px 0;
}
#main-entry .message .inner{
	padding:10px 10px 10px 10px;
	overflow:hidden;
}
#main-entry .message dl{
	float:left;
	width:480px;
	padding:25px 0 0 0;
}
#main-entry .message dl dt{
	color:#663300;
	font-size:18px;
	font-weight:bold;
	padding:0 10px 10px 0;
}
#main-entry .message dl dd{
	font-size:14px;
	padding:0 10px 0 0;
}
#main-entry .message img{
	float:right;
	width:120px;
}

/* comment */
.productpages .commentbox{
	background-color:#FFF4CA;
	border:1px solid #887974;
	border-top:none;
}
.productpages .commentbox .outer{
	height:1%;
	padding:10px 10px 10px 10px;
	overflow:hidden;
}
.productpages .commentbox .inner{
	background-color:#ffffff;
	padding:10px 10px 0 10px;
}
.productpages .commentbox p{
	font-size:14px;
	margin:0 0 10px 0;
}
.productpages .commentbox .commentauthor{
	height:1%;
	padding:5px 0 10px 0;
	border-top:1px dotted #cccccc;
	overflow:hidden;
}
.productpages .commentbox .commentauthor dl{
	display:inline;
	float:left;
	width:250px;
	height:1%;
	margin:0 0 0 0;
	overflow:hidden;
}
.productpages .commentbox .commentauthor dl dt{
	float:left;
	width:auto;
	margin:0 5px 0 0;
}
.productpages .commentbox .commentauthor dl dd{
	float:left;
	width:150px;
	color:#ff9900;
}
.productpages .commentbox .commentauthor p{
	display:inline;
	float:right;
	width:auto;
	font-size:12px;
	margin:0 0 0 0;
}
.productpages .commentbox ul.write{
	display:inline;
	float:right;
	width:200px;
	list-style:none;
	margin:10px 0 0 0;
}
.productpages .commentbox ul.write li{
	font-size:14px;
	text-align:right;
}
.productpages .commentbox ul.write li span{
	background:url(../images/ico_pencil.gif) no-repeat 0 50%;
	margin:0;
	padding:2px 0 2px 20px;
}
.productpages .commentbox ul.write li span a{
	font-size:14px;
	font-weight:bold;
}

/* main-others
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#main-others{
	width:850px;
	margin:0 0 10px 0;
}
#main-others h2{
    font-size:18px;
    font-weight:bold;
    background:url(../images/hl_h2-main-long.gif) no-repeat 0 0;
    margin: 0 0 15px 0;
    padding:5px 0 5px 15px;
}
#main-others h3{
	color:#663300;
    font-size:16px;
    font-weight:bold;
    background:url(../images/hl_h3-main-long.jpg) repeat-x 0 0;
    margin: 0 0 15px 0;
    padding:5px 0 5px 15px;
}

/* one-column */
#main-others .others-one{
	width:800px;
	margin:0 25px 10px 25px;
}
#main-others .others-one ul.pagelink{
	height:1%;
	margin:0 0 10px 0;
	overflow:hidden;
}
#main-others .others-one ul.pagelink li{
	float:left;
	width:266px;
}
#main-others .others-one table.order{
	width:800px;
	margin:0 0 10px 0;
}
#main-others .others-one table.order th{
	padding:10px 10px 10px 10px;
	border:1px solid #ff0000;
}
#main-others .others-one table.order td{
	padding:10px 10px 10px 10px;
	border:1px solid #ff0000;
}

#main-others .others-one .privacy{
}

#main-others .others-one .privacy p{
margin:0 0 10px 0;
}

#main-others .others-one .privacy h4{
font-size:14px;
font-weight:bold;
margin:0 0 10px 0;
}

#main-others .others-one .privacy h5{
font-size:12px;
font-weight:bold;
margin:0 0 10px 0;
}

#main-others .others-one .privacy ul{
margin:0 0 10px 0;
}

#main-others .others-one .privacy ul li{
background:url(../images/ico_arrow01.gif) no-repeat 0 3px;
padding:0 0 0 10px;
margin:0 0 5px 0;
}

#main-others .others-one .privacy ul li ul{
padding:5px 0 0 0;
margin:0 0 0 5px;
}

#main-others .others-one .payment{
margin:0 0 20px 0;
}

#main-others .others-one .payment p{
margin:0 0 10px 0;
}

#main-others .others-one .payment h4{
font-weight:bold;
margin:0 0 5px 0;
}

#main-others .others-one .payment ul{
margin:0 0 10px 0;
}

#main-others .others-one .payment ul li{
display:inline;
padding:0 5px 0 0;
}

#main-others .others-one .delivary{
margin:0 0 20px 0;
}

#main-others .others-one .delivary p{
margin:0 0 10px 0;
}

#main-others .others-one .delivary h4{
font-weight:bold;
margin:0 0 5px 0;
}

#main-others .others-one .delivary ul{
margin:0 0 10px 0;
}

#main-others .others-one .delivary ul li{
display:inline;
padding:0 5px 0 0;
}

#main-others .others-one .other{
margin:0 0 20px 0;
}

#main-others .others-one .other p{
margin:0 0 10px 0;
}

#main-others .others-one .other h4{
font-weight:bold;
margin:0 0 5px 0;
}

#main-others .others-one .other h5{
margin:0 0 5px 0;
}

#main-others .others-one .other ul{
margin:0 0 10px 0;
}

#main-others .others-one .other ul li{
display:inline;
padding:0 5px 0 0;
}

#main-others .others-two{
}

#main-others .others-two .companymessage{
height:360px;
background:url(../images/bg_companymessage.jpg) no-repeat top right;
padding:0 380px 0 0;
}

#main-others .others-two table.company{
	width:800px;
	margin:0 0 10px 0;
}

#main-others .others-two table.company{
border-collapse:collapse;
empty-cells:show;
margin:0 0 30px 0;
}

#main-others .others-two table.company th{
border-bottom:2px dotted #D2A874;
}

#main-others .others-two table.company td{
border-bottom:2px dotted #D2A874;
padding:10px 0 10px 0;
}


/* orderpage
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

ul.pagelink{
list-style:none;
}

.guide ul.pagelink{
height:1%;
margin:0 0 20px 0;
overflow:hidden;
}
.guide ul.pagelink li{
float:left;
width:200px;
}
.guide table.order{
width:780px;
margin:0 0 20px 0;
}

.guide table.order th{
padding:10px 10px 10px 10px;
border:1px solid #CCCCCC;
}
.guide table.order td{
padding:10px 10px 10px 10px;
border:1px solid #CCCCCC;
}

.guide .payment{
margin:0 0 20px 0;
}

.guide .payment p{
margin:0 0 10px 0;
}

.guide .payment h4{
font-weight:bold;
margin:0 0 5px 0;
}

.guide .payment ul{
margin:0 0 10px 0;
}

.guide .payment ul li{
display:inline;
padding:0 5px 0 0;
}

.guide .delivary{
margin:0 0 20px 0;
}

.guide .delivary p{
margin:0 0 10px 0;
}

.guide .delivary h4{
font-weight:bold;
margin:0 0 5px 0;
}

.guide .delivary ul{
margin:0 0 10px 0;
}

.guide .delivary ul li{
display:inline;
padding:0 5px 0 0;
}

.guide .return{
margin:0 0 20px 0;
}

.guide .return h4{
font-weight:bold;
margin:0 0 5px 0;
}

.guide .return p{
margin:0 0 10px 0;
}

.guide table.deliveryfee{
border-collapse:collapse;
empty-cells:show;
border-top:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
margin:0 0 10px 0;
}

.guide table.deliveryfee caption{
caption-side:top;
text-align:left;
}

.guide table.deliveryfee th{
text-align:left;
background-color:#E48900;
border-bottom:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
padding:5px 5px 5px 5px;
}

.guide table.deliveryfee td{
border-bottom:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
padding:5px 5px 5px 5px;
}

.guide table.deliveryfee td.fee{
background-color:#FFFFCC;
}

/* aboutpage
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.about{
margin:0 0 50px 0;
}

.about .companymessage{
height:305px;
background:url(../images/bg_companymessage.jpg) no-repeat top right;
margin:0 0 20px 0;
}

.about .companymessage p{
font-size:14px;
line-height:1.5em;
padding:5px 0 0 265px;
}

.about table.company{
width:850px;
border-top:1px dotted #666666;
}

.about table.company th{
width:170px;
text-align:left;
vertical-align:top;
text-indent:40px;
font-size:14px;
font-weight:bold;
color:#040404;
background:url(../images/ico_company.gif) no-repeat 20px 14px;
border-bottom:1px dotted #666666;
padding:10px 0 10px 0;
}

.about table.company td{
font-size:14px;
border-bottom:1px dotted #666666;
padding:10px 0 10px 0;
}















/* utility
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#utility{
	background-color:#F7F5EA;
	margin:0 0 10px 0;
	padding:10px 0 10px 9px;
	border:1px solid #E48901;
	border-top:none;
}
#utility .spacer{
	height:1%;
	background-color:#F7F5EA;
	overflow:hidden;
}
#utility .col-0{
	float:left;
	width:420px;
	margin:0 10px 0 0;
}
#utility .col-1{
	float:left;
	width:420px;
	xmargin:0 9px 0 0;
}
#utility h3{
	margin:0 0 10px 0;
}
#utility h4{
	color:#2E6E20;
	font-weight:bold;
	margin:0 0 5px 0;
}
#utility .payment-0{
	float:left;
	width:190px;
	margin:0 10px 10px 0;
}
#utility .payment-1{
	float:left;
	width:220px;
	margin:0 0 10px 0;
}
#utility .payment-0 p,
#utility .payment-1 p{
	font-weight:bold;
	margin:5px 0 0 0;
}
#utility .payment-0 dl,
#utility .payment-1 dl{
	height:1%;
	overflow:hidden;
}
#utility .payment-0 dl dt,
#utility .payment-1 dl dt{
	float:left;
	width:auto;	
}
#utility .payment-0 dl dd,
#utility .payment-1 dl dd{
	float:left;
	width:auto;
	margin:0 0 0 5px;
}
#utility .payment-0 dl.exc,
#utility .payment-1 dl.exc{
	height:1%;
	width:210px;
	overflow:hidden;
}
#utility .payment-0 dl.exc dt,
#utility .payment-1 dl.exc dt{
	float:left;
	width:auto;	
}
#utility .payment-0 dl.exc dd,
#utility .payment-1 dl.exc dd{
	float:right;
	width:40px;
	text-align:right;
}

#utility table{
	width:420px;
}
#utility table.cool{
	width:84px;
	margin:0 0 10px 0;
}

#utility table th{
	width:84px;
	text-align:left;
	font-weight:normal;
	background-color:#E48900;
	border:1px solid #cccccc;
	padding:0 0 0 5px;
}
#utility table td{
	width:84px;
	vertical-align:top;
	padding:5px 5px 5px 5px;
	border:1px solid #cccccc;
}
#utility table tr.area td{
	background-color:#ffffff;
}
#utility table tr.price td{
	text-align:right;
	background-color:#ffffcc;
	padding:0 5px 0 0;
}

#utility ul.inquiry{
	list-style:none;
}
#utility ul.inquiry li{
	line-height:1.5em;
}

.sitemap {
margin:0 0 30px;
width:870px;
}
.sitemap .sitemapleft {
float:left;
width:430px;
}
.sitemap .sitemapright {
float:right;
width:430px;
}
.sitemap ul.firstlevel li {
background:url("../images/ico_arrow03.gif") no-repeat scroll 0 4px transparent;
padding:0 0 0 10px;
}
.sitemap dl.firstlevel {
background:url("../images/ico_arrow03.gif") no-repeat scroll 0 4px transparent;
padding:0 0 0 10px;
}
.sitemap dl.firstlevel dt {
}
.sitemap dl.firstlevel dd {
padding:3px 0 0;
}
.sitemap dl.firstlevel ul li {
background:url("../images/ico_catlist.gif") no-repeat scroll 0 6px transparent;
padding:0 0 0 10px;
}