@charset "utf-8";
@import url("../../css/common.css");

#container	{
	width:800px;
	margin:0 auto;
	}


#main	{
	position:relative;
	width:514px;
	padding:20px 0 0 48px;
	border-left:#f29600 solid 238px;
	background-color: #FEFADA;
	}

#main div.title	{
	width:142px;
	height:142px;
	position:absolute;
	top:40px;
	left:-190px;
	}

#main a.series	{
	font-size:20px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	}
	
#main div.collectbar	{
	clear:both;
	width:466px;
	height:25px;
	padding-top:30px;
	}

#main div.photo	{
	clear:both;
	width:504px;
	padding-top:30px;
	}
	
#main p.note	{
	clear:left;
	width:466px;
	font-size:13px;
	text-indent:-1em;
	color:#683800;
	padding-left:1em;
	}

#main p.footer	{
	margin-top:20px;
	}

/* 印刷調整 */
@media print {
	#container	{width:801px;}
	ul.menubar	{width:801px;}
	#main div.title	{_left:48px;}
	*:first-child+html #main div.title	{left:48px;}
	#main div.storelink {_left:48px;}
	*:first-child+html #main div.storelink	{left:48px;}
	#main ul#collection	{width:472px;}
	}



