﻿@import url("clearfix.css");
@import url("common.css");

#bacArea {
	background-image: url(../images/foot_bac.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#menuArea {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2C2206;
}
#mainArea {
	margin: 0px;
	background-color: #FFFFFF;
	padding: 0px;
	background-image: url(../images/ptBac.gif);
	background-repeat: repeat-y;
}


#ptArea {
	width: 135px;
	float: left;
	height: 600px;
}
#mainContents {
	width: 585px;
	padding-left: 20px;
	float: left;
}
#mainContents p {
	line-height: 150%;
	margin-bottom: 10px;
	padding-right: 10px;

}
#onsaleArea {
}
#onsaleArea h2 {
	margin-bottom: 20px;
}
#onsaleArea h3 {
	background-color: #A5949E;
	margin-bottom: 20px;
	clear: both;
}
.productBlock {
	float: left;
	width: 290px;
	margin-bottom: 20px;
}
.productBlock img {
	margin-right: 10px;
	float: left;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.productBlock h4 {
	font-size: 100%;
	margin-bottom: 10px;
}
#soldoutArea {
	clear: both;
}

#soldoutArea h2 {
	margin-bottom: 20px;
}
#soldoutArea h3 {
	background-color: #9BAB95;
	margin-bottom: 20px;
	clear: both;
}
#workArea {
	clear: both;
}

#workArea h2 {
	margin-bottom: 20px;
}
#workArea h3 {
	background-color: #AEAEAE;
	margin-bottom: 20px;
	clear: both;
}
#mainContents p.pagetop {
	padding: 5px 15px 5px 5px;
	margin-bottom: 10px;
	font-size: 80%;
	background-image: url(../images/yajirushi.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	clear:both;
}

