@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:336px;
	left:-190px;
	}

#main div.brandbar	{
	width:466px;
	height:25px;
	padding:20px 0 0 0;
	}

#main h2	{
	width:466px;
	font-size:18px;
	color:#683800;
	padding-left: 10px;
	}

#main p.lanai	{
	width:466px;
	font-size:14px;
	line-height:1.2em;
	padding-left: 20px;
	background-color: #FFFFFF;
	}
	
#main p.brand	{
	width:466px;
	font-size:14px;
	line-height:1.2em;
	padding-left: 20px;
	font-family: "Times New Roman", Times, serif;
	}
	
#main h2.jp	{
	font-size:18px;
	color:#683800;
	margin:25px 0 25px 0;
	}

#main div.conceptbar	{
	width:466px;
	height:25px;
	margin:48px 0 0 0;
	}

#main ul	{
	width:466px;
	height:auto;
	list-style:none;
	margin:20px 0 20px 0;
	}

#main ul li	{
	width:210px;
	float:left;
	margin:0 0 25px 0;
	font-size:13px;
	}

#main ul li.left	{
	margin-right:46px;
	}

#main ul li h3	{
	margin-top:7px;
	padding-bottom:3px;
	font-size:15px;
	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;}
	}
