/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	background-color: #6d3300;
	font-size: 11px;
	font-family: Osaka, Geneva, Arial, Helvetica, sans-serif ;
}
body{
	text-align:left;
	min-width:800px;/* for mozilla*/
	background-color: #6d3300;
	height:100%;
	background:  url(images/bg.gif) repeat-x left top;
	font-size: 12px;
	line-height: 118%;
	color: #3A1903;
}
#wrapper {
	_height: 82px;
}

#outer{
	width:800px;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
	background: url(http://feelin-co.jp/assets/templates/feelin/images/inner_back_3clm.gif);
	background-repeat: repeat-y;
	background-position: left top;

}

#header{
	top:0px;
	left:0px;
	width:800px;
	height:93px;
	z-index:74;
	background:  url(images/top_header2.gif) no-repeat left top;

}

#headbanner{
	float: right;
	height: 60px;
	width: 400px;
	margin-top: 20px;


}

#logo {
	position:absolute;
	top:30px;
	left:17px;
	width:170px;
	height:48px;
	text-indent: -5000px;
	z-index:300;
	background:  url(images/logo_237x63.gif) no-repeat left top;
}

/* mac hide \*/
* html #outer{
	width:800px
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

#inner{
	height:99.9%;
	min-height:100%;
	width:100%;/*needed to make room for header*/

} 
/* mac hide \*/
* html #outer, * html #header {width:800px}
/* end hide*/
#footer {
	color: #ffffff;
	width:800px;
	height:82px;
	text-align:right;
	left:0px;
	bottom:0px;
	background:  url(images/foot_back.gif) no-repeat left top;

}
#footer p {
	margin-top: 10px;
}
#footer p a {
	text-decoration: none;
	color: #ffffff;
}
* html #footer{
	margin-bottom:-1px
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:82px;
	/* for ie*/
}
/* end hide*/

div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/
#left {
	position:relative;/*ie needs this to show float */
	width:150px;
	float:left;
	z-index: 56;
}
#left-inner {
	background-position: left;
	padding-bottom: 10px;
	width: 130px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#center {
	position:relative;/*ie needs this to show float */
	width:450px;
	float:left;
	z-index: 56;
}
#center-inner {
	background-position: left;
	padding-bottom: 10px;
	width: 430px;
	margin-right: auto;
	margin-left: auto;
}

#right {
	width:200px;
	float:right;
	z-index: 55;
}
#right-inner {
	width: 180px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#clearfooter {
	width:100%;
	height:82px;
	clear:both;
} /* to clear footer */

html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-82px;
} /*safari wrapper */


#footer p {
	padding: 8px;
}

.highlight {
	font-size: 12px;
	background-color: #f2f2f2;
	color: #618200;
	font-weight: bold;
	line-height: 18px;
	_line-height: 16px;

}

.c-both{
	clear: both;
}

