 @charset "utf-8";
/* ======================================================
 
 page name: linda room common
 create : 2010/6/11
 update : 2010/6/14
 
======================================================= */
html{
	background-color: #F9F7EC !important;
}
body{
	background-color: #F9F7EC !important;
}
*{
	color:#231815;
}
/* ===================================================== */
/* a ELEMENT SET */
/* ===================================================== */
/* LINK COLOR */
a:link{
	color:#231815;
	text-decoration: none;
}

a:visited{
	color:#231815;
	text-decoration: none;
}

a:hover{
	color:#8FB16D;
	text-decoration: underline;
}

a:active{
	color:#8FB16D;
	text-decoration: underline;
}



#mainArea{
	background:#FFFFFF;
}


/* ===================================================== */
/* ID/CLASS ELEMENT SET */
/* ===================================================== */
section{
	padding:0 0 0 47px;
}

/* navigation */
#naviArea{
	top:600px;
	width:1200px;
	padding:5px 0 8px 0;
	background:#F9F7EC;
	margin:0 auto;
	text-align:left;
}
#logo{
	width:291px;
	padding:0 0 30px 0;
	float:left;
	text-align:right;
}
#navi{
	width:806px;
	float:left;
}
#navi ul{
	margin:0 0 0 3px;
}
#navi ul li{
	line-height:13px;
	float:left;
	padding:7px 0 29px 57px;
}
#copy{
	padding:0 0 0 174px;
}
#jumpothersite{
	padding:36px 0 0 0;
}



/* detail pages */
#bgTtl1{
	width:138px;
	padding:46px 0 0 0;
	float:left;
}
#bgTtl2{
	width:289px;
	padding:46px 0 50px 0;
	float:left;
}
#contents{
	width:836px;
	padding:111px 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: ".";
}
