@charset "utf-8";
/* ======================================================
 
 page name: linda common
 create : 2010/6/11
 update : 2010/6/14
 
======================================================= */

/* ===================================================== */
/* ID/CLASS ELEMENT SET */
/* ===================================================== */
section{
	padding:0 0 0 48px;
}

/* navigation */
#naviArea{
	width:1200px;
	padding:17px 0 8px 0;
	background:url(../img/bg_naviarea.gif) 150px 37px no-repeat;
	margin:0 auto;
}
#logo{
	width:138px;
	padding:0 0 30px 0;
	float:left;
	text-align:right;
}
#navi{
	width:828px;
	float:left;
}
#navi ul{
	margin:0 0 0 91px;
	padding:0;
}
#navi ul li{
	line-height:13px;
	float:left;
	margin:0;
	padding:3px 0 29px 50px;
}
#navi ul li a{
	line-height:13px;
	font-size:9px;
}
#navi ul li a img{
	vertical-align:middle;
}
#copy{
	padding:0 0 0 315px;
	text-align:left;
}
#jumpothersite{
	padding:26px 0 0 0;
}



/* detail pages */
#bgTtl1{
	width:287px;
	padding:51px 0 283px 0;
	background:url(../img/bg_ttl01.gif) left bottom no-repeat;
	float:left;
}
#bgTtl2{
	width:287px;
	padding:51px 0 128px 0;
	background:url(../../collection/img/bg_ttl02.gif) left bottom no-repeat;
	float:left;
}
#contents{
	width:865px;
	padding:51px 0 0 0;
	float:left;
}

/* ===================================================== */
/* CLEAR FIX */
/* ===================================================== */

/*----------------------*/
#naviArea{
	min-height:1%;
}
#naviArea:after{
/* for modern browser */ 
	content: "";
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
} 

* html #naviArea{/* for IE */ 
/*\*/height:1%;/* for WinIE*/ 
display:inline-table;/* for MacIE*/ 
}

body*#naviArea:after{
	content: ".";
}
/*----------------------*/
#navi ul{
	min-height:1%;
}
#navi ul:after{
/* for modern browser */ 
	content: "";
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
} 

* html #navi ul{/* for IE */ 
/*\*/height:1%;/* for WinIE*/ 
display:inline-table;/* for MacIE*/ 
}

body*#navi ul:after{
	content: ".";
}
/*----------------------*/
#contents{
	min-height:1%;
}
#contents:after{
/* for modern browser */ 
	content: "";
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
} 

* html #contents{/* for IE */ 
/*\*/height:1%;/* for WinIE*/ 
display:inline-table;/* for MacIE*/ 
}

body*#contents:after{
	content: ".";
}
