@charset "utf-8";
/* CSS Document */

/*-- NewArrival --*/

#contents-left {
	width: 145px;
	float: left;
}

#contents-left img {
	margin: 10px 0 0 20px;
}

#contents-left li {
    list-style:none;
    font-size: 11px;
    *font-size: 71%;
    margin-bottom: 5px;
}

#contents-right {
	width: 585px;
	float: right;
}

.contents-midashi {
	width: 580px;
	padding-top: 5px;
}

#item-box {
	width: 580px;
	height: 460px;
	margin-top: 20px;
}

.items {
	height:430px;
}

.item-id {
	width: 146px;
	height: 200px;
	margin: 0px 23px 20px 22px;
	*margin: 13px 15px 0px 16px;
	float: left;
}

#item-box .item-id a img {
	border: 1px solid #F2E4C9;
}

#item-box .item-id a img:hover {
	border: 1px solid #B9A171;
}

#item-box .item-id .date {
	color: #69594C;
	font-size: 11px;
	*font-size:71%;
	font-weight: bold;
	margin-top: 8px;
}

#item-box .item-id .title {
	color: #69594C;
	font-size: 11px;
	*font-size:71%;
	margin-top: 5px;
}

#page-navi {
	height: 25px;
	padding-top: 10px;
	margin: auto;
	display: block;
	width:200px;
    text-align: center;
}

/*-- 詳細 --*/

.entry-title {
	height: 35px;
	padding-left: 15px;
	margin-bottom: 20px;
	background: url("../images/news/bg-entry-title.gif") no-repeat 0px 0px;
}

.entry-title .date{
	font-size: 11px;
	*font-size:71%;
	color: #69594C;
	font-weight: bold;
}

.entry-title .title{
	font-size: 13px;
	color: #69594C;
	font-weight: bold;
	padding-top: 5px;
}

#item-detail {
	height: 353px;
	margin-bottom: 20px;
}

#item-detail .left {
	width: 262px;
	float: left;
}

#item-detail .left img{
	border: 1px solid #F2E4C9;
}

#item-detail .right {
	width: 300px;
	float: right;
	font-size: 11px;
	*font-size: 71%;
	color: #69594C;
	line-height: 1.6em;
}

#item-detail .right .text {
	height: 200px;
}

#item-detail .right .spec {
	height: 50px;
}

#item-detail .right .spec .name {
	font-weight: bold;
	*font-weight: normal;
}

#item-detail .right .thumb {
	height: 95px;
	margin-top:9px;
}

#item-detail .right .thumb a img {
	border: 1px solid #F2E4C9;
}

#item-detail .right .thumb a:hover img {
	border: 1px solid #B9A171;
}
