
/* 共通 */

body {
	background: #FFFFCC url(../img/bg01.gif) repeat-y center;
	text-align: center;
	border-top: solid #333399 20px;
	padding: 0px;
	margin: 0px;
}
a {text-decoration: underline;}
a:link {color: #993300;}
a:visited {color: #996600;}
a:active {color: #006600;}
a:hover {color: #006600;}

#container {
	width: 770px;
	text-align: left;
	background: #FFFFFF;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 0px;
	margin: 0 auto;
}
#footer {
	background: #FFFFCC;
	text-align: center;
	clear: both;
	margin-top: 20px;
}
#copyright {
	text-align: right;
	font-size: 10px;
	color: #999999;
}
h1, h2, h3,ul {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
td {
	font-size: 12px;
	line-height: 140%;
	vertical-align: top;
}

.list01 {
	list-style: inside url(../img/btn01.gif);
	padding-left: 0px;
	margin-left: 0px;
}
.list03 {
	padding-left: 3px;
	margin-left: 0px;
	list-style: inside url(../img/btn_new01.gif);
}
.box01 {
	border: dotted #333399 2px;
	padding: 5px 5px 5px 5px;
}
.box02 {
	width: 566px;
	background: #FFFFCC;
	padding: 5px 5px 5px 5px;
}
.box03 {
	background: #FFFFCC;
	width: 400px;
	padding: 10px 10px 10px 10px;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* トップページ */


#toptitle h1 {
	font-size: xx-small;
	display: none;
 	}
#toptitle h2 {
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 10px;
}
#topcenter {
	position: relative;
	float: left;
	width: 580px;
	padding: 0px;
	margin-right: 30px;
}
#topright {
	position: relative;
	float: left;
	width: 160px;
}
.topitemphoto {
	float: left;
	overflow: hidden;
	width: 180px;
	padding: 0px;
	margin-right: 10px;

}
.topmenu {
	float: right;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	width: 390px;
}
.box01 img {
	padding: 0px;
	margin-right: 5px;
}


/* 中身ページ */

#title h1 {
	font-size: xx-small;
	display: none;
 	}
#center {
	position: relative;
	float: left;
	width: 450px;
	left: 185px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}
#left {
	position: relative;
	float: left;
	width: 170px;
	left: -450px;
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 0px 0px;
	overflow: hidden;
}
#right {
	position: relative;
	float: right;
	width: 120px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.sidebox {
	width: 158px;
	border: solid #333399 1px;
	padding: 10px 5px 10px 5px;
	margin: 0px;
}
.sidebox ul {
	margin-top: 10px;
	margin-bottom: 20px;
}
.sidebox li {
	line-height: 160%;
	border-bottom: dotted #9999CC thin;
}
.sidebox a {
	text-decoration: none;
}
#center h2 {
	color: #333399;
	width: 450px;
	font-weight: bold;
	font-size: 16pt;
	border-bottom: solid #99CCCC 2px;
	padding: 0px;
	margin: 0px;
}
#center h3 {
	border-left: solid #333399 10px;
	font-weight: bold;
	font-size: 12pt;
	padding: 5px 0px 0px 10px;
	margin: 30px 0px 20px 0px;
}
.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.date {
	text-align: right;
	font-size: 10pt;
	color: #99CCCC;
}
.loftbed hr {
	padding: 0px;
	margin: 0px;
}


/* 中身ページ（商品一覧） */

.item {
	border-bottom: dotted #CCCCCC 2px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.photo {
	padding-left: 10px;
	float: right;
}
.name {
	font-weight: bold;
	border-bottom: solid #666666 1px;
}
.price {
	color: #666666;
	margin-top: 5px;
	margin-bottom: 10px;
}
.description{	
}
.comment {
	color: #FF9933;
}
.clearleft{
	clear: left;
}
.clearright{
	clear: right;
}

