@CHARSET "utf-8";

div#productcontainer {
	text-align:left;
	margin:5px auto 0px auto;
	font-size:12px;
	width:570px;
	height:605px;
/*	width:460px;
	height:400px;*/
}

/*	おまじない (BLOCK内BLOCKを内包させる for FF etc...)
=============================================================== */
div#productcontainer div#productdesc:after, 
div#productcontainer:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div#productcontainer div#producttitle {
	position:relative;
}

div#productcontainer div#producttitle div#productname {
	position:relative;
	left:76px;
	top:0;
	width:360px;
}

div#productcontainer div#producttitle div#productname h1 {
	font-size:12px;
	font-weight:normal;
	display:inline;
}

div#productcontainer div#producttitle p.pubdate {
	font-size:9px;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#ffffff;
	position:absolute;
	left:0;
	top:0;
	width:71px;
	height:11px;
	margin-top:1px;
	padding:0 1px 0 3px;
	background-image:url(../images/pubdatearrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

div#productcontainer div#productdesc {
	margin-top:15px;
}

div#productcontainer div#productdesc img.itempict {
	width:265px;
	height:auto;
}

div#productcontainer div#productdesc .introduce {
	float:right;
	width:280px;
	line-height:1.5;
}

div#productcontainer div#productdesc div.introduce p.introducetext {
	width:250px;
}

div#productcontainer div#productdesc .linkurl {
	margin-top:5px;
}

div#productcontainer div#productdesc img {
	margin:0 14px 11px 0;
	padding:0;
}
