@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:286px;
	position:absolute;
	top:40px;
	left:-190px;
	}

#main div.storelink	{
	width:142px;
	height:57px;
	position:absolute;
	top:192px;
	left:-190px;
	}

#main h2	{
	font-size:18px;
	padding:20px 0 20px 0;
	color:#683800;
	}

#main div.wrap	{
	clear:left;
	width:500px;
	margin:0 0 20px 0;
	overflow:auto;
	}

#main div.thumb	{
	width:72px;
	height:72px;
	float:left;
	border:#f29600 solid 1px;
	padding:3px;
	}

#main div.txt	{
	width:390px;
	float:left;
	margin:0 0 0 20px;
	padding:10px 0 0 0;
	font-size:13px;
	border-top:#f29600 solid 1px;
	line-height:1.5em;
	}

.red	{
	color:#ff0000;
	}

a.title	{
	font-size:18px;
	color:#683800;
	text-decoration:none;
	
	}
a:hover	{
	color:#f29600;
	}

a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	}

#main div.thumbno	{
	width:80px;
	height:80px;
	float:left;
	}

span.noimg	{
	font-size:18px;
	color:#683800;
	}


/* 印刷調整 */
@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;}
	}