@charset "utf-8";

@import url(../common/layout.css);
@import url(../common/style.css);

#in_box{
	padding-bottom:20px;
}
#in_box h1{
	padding:20px 0 15px 24px ;
}
#in_box img{
	vertical-align:bottom;
}
#p_menu{
	margin:20px 0 0 24px;
	width:776px;
	border-bottom:solid 1px #422d00;
}
#p_menu p{
	float:left;
}
.l_item{
	width:370px;
	float:left;
	padding:23px 0 7px 24px;
}

*html .l_item{
	width:381px;
	padding:3px 0 7px 24px;
}

.r_item{
	width:370px;
	float:right;
	padding:23px 24px 7px 0 ;
}

*html  .r_item{
	width:370px;
	padding:3px 24px 7px 0 ;
}

.l_photo{
	width:140px;
	float:left;
}

*html .l_photo{
	width:140px;
}

.summary{
	width:230px;
	float:right;
}

*html .summary{
	width:230px;
	margin:0 0 50px 0;
}

*html .emplay{
	position: absolute;
	top: 400px;
	left: 335px;
	width:260px;

}

.summary h2{
	font-size:12px;
	color:#422d00;
	padding:22px 0 8px 0 ;
	line-height:1.2em;
}
.summary h2 strong{
	font-size:12px;
}
.summary h2 span{
	font-size:10px;
}
.summary p{
	font-size:10px;
	color:#333;
	line-height:1.7em;
}
.summary dl{
	padding:20px 0 ;
}
.summary dt{
	color:#422d00;
	line-height:1.6em;
	font-size:10px;
}
.summary dl dd{
	font-size:10px;
	color:#333;
	line-height:1.6em;
	padding:0 0 10px 0;
}
.new {
background: url(img/new_item.gif) no-repeat;
}
#new01{
	position:relative;
	top: 107px;
	left:85px;
}