@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 0 0;
	}

#main p.address	{
	font-size:13px;
	margin:5px 0 0 0;
	}

#main ul.factory	{
	width:432px;
	height:auto;
	list-style:none;
	margin:20px 0 15px 40px;
	}

#main ul.factory li	{
	width:156px;
	float:left;
	margin:0 58px 25px 0;
	font-size:13px;
	display:inherit;
	}

#main ul.factory li p	{
	margin-top:5px;
	}

/* 印刷調整 */
@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;}
	}