/***********************************************/
/* headerArea                              */
/***********************************************/


#headerArea{
	height: 110px;
}


/* ===== headrightArea ===== */


#headrightArea{
	width: 540px;
}




/* ===== blogArea ===== */

#blogArea{
	text-align: left;
}

#blogArea dl{
	float: right;
	clear: both;
	width: 310px;
	border-bottom: 1px solid #333333;
}

#blogArea dl dt{
	clear: both;
	height: 12px;
	background-image: url(../../img/blogto.jpg);
	background-repeat: no-repeat;
	text-indent: -9999em;
	font-size: 0.1em;
}

#blogArea dl dt a{
	height: 12px;
	background-image: url(../../img/blogto.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px; 
	display: block;
}

#blogArea dl dt a:hover{
	background-position: 0px -12px;
}


#blogArea dl dd{
	clear: both;
	min-height: 2em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

* html body #blogArea dl dd{/* ===== IE hack ===== */
	height: 2em;
}

#blogArea dl dd span{
	margin-left: 4px;
}



/* ===== begin styles for RSS Feed ===== */

.rss_box{
	padding: 0px;
	margin: 0px;
}

.rss_title, rss_title a{
	padding: 0;
	font-size: 0.9em;
	font-weight:bold;
}

.rss_items{
	padding: 0px;
	margin: 3px;
}

.rss_item{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	font-weight : normal; 
	font-size: 1em;
	color: #333;
	word-break: break-all;
}

.rss_item a:link,
.rss_item a:visited,
.rss_item a:active{
	font-weight: bold;
	font-size: 1em;
	color: #333;
}

.rss_item a:hover{ 
	font-weight: bold;
	font-size: 1em;
	color: #F90;
}

.rss_date{
	font-size: 0.8em;
	font-weight : normal;
}





/***********************************************/
/* contentsArea                                */
/***********************************************/


/* ===== contentsArea ===== */

#contentsArea{
}






/***********************************************/
/* leftArea                                */
/***********************************************/


#leftArea{
	width: 150px;
	padding-top: 1.65em;
}






/* ===== lnavArea ===== */

#lnavArea{
	clear: both;
	margin-bottom: 14px;
	border-top: 1px solid #333333;
	font-size: 0.9em;
}

#lnavArea ul{
	clear: both;
}

#lnavArea ul li{
	clear: both;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #999999;
}

#lnavArea ul li.home a{
	font-weight: bold;
}

#lnavArea ul li.f2 a{
	color: #FF9900;
	text-decoration: none;
}

#lnavArea ul li a{
	color: #666666;
}

#lnavArea ul li a:hover{
	color: #FF9900;
}

#lnavArea ul li.f2 ul li{
	clear: both;
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: none;
	font-size: 0.8em;
}

#lnavArea ul li.f2 ul li a{
	padding-top: 1px;
	padding-bottom: 1px;
	color: #000033;
}

#lnavArea ul li.f2 ul li ahover{
	color: #FF9900;
}







/***********************************************/
/* rightArea                                */
/***********************************************/

#rightArea{
	width: 590px;
}



#rightArea h2{
	clear: both;
	margin-bottom: 16px;
	background-repeat: no-repeat;
	background-position: bottom;
	border-bottom: 1px solid #999999;
	text-indent: -9999em;
}

#rightArea h2.outline{
	background-image: url(../../outline/img/ttl.jpg);
}

#rightArea h2.philosophy{
	background-image: url(../../philosophy/img/ttl.jpg);
}

#rightArea h2.company{
	background-image: url(../../message/img/ttl.jpg);
}

#rightArea h2.message{
	background-image: url(../../message/img/ttl.jpg);
}

#rightArea h2.information{
	background-image: url(../../information/img/ttl.jpg);
}

#rightArea h2.contact{
	background-image: url(../../contact/img/ttl.jpg);
}

#rightArea h2.food{
	background-image: url(../../outline/food/img/ttl.jpg);
}

#rightArea h2.fcstory{
	background-image: url(../../outline/food/fcstory/img/ttl.jpg);
}

#rightArea h2.orners{
	background-image: url(../../outline/food/orners/img/ttl.jpg);
}

#rightArea h2.orners01{
	background-image: url(../../outline/food/orners/01/img/ttl.jpg);
}

#rightArea h2.entertainment{
	background-image: url(../../outline/entertainment/img/ttl.jpg);
}

#rightArea h2.event{
	background-image: url(../../outline/entertainment/event/img/ttl.jpg);
}

#rightArea h2.sponsor{
	background-image: url(../../outline/entertainment/sponsor/img/ttl.jpg);
}

#rightArea h2.lohas{
	background-image: url(../../outline/lohas/img/ttl.jpg);
}

#rightArea h2.mental{
	background-image: url(../../outline/lohas/mental/img/ttl.jpg);
}

#rightArea h2.community{
	background-image: url(../../outline/community/img/ttl.jpg);
}

#rightArea h2.sitemap{
	background-image: url(../../sitemap/img/ttl.jpg);
}

#rightArea h2.terms{
	background-image: url(../../terms/img/ttl.jpg);
}

#rightArea h2.link{
	background-image: url(../../link/img/ttl.jpg);
}

#rightArea h2.news{
	background-image: url(../../news/img/ttl.jpg);
}




/* ===== txtArea ===== */

.txtArea{
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 16px;
}

.txtArea p{
	margin-bottom: 1em;
}







/* ===== newsArea ===== */

#newsArea dl dt{
	clear: both;
	font-weight: bold;
}

#newsArea dl dd{
	clear: both;
	padding-left: 0.5em;
}

#newsArea dl dd a{
	font-weight: bold;
}




/* ===== presidenttArea ===== */

#presidenttArea{
	clear: both;
	margin-bottom: 16px;
	text-align: right;
	font-size: 0.8em;
}

#presidenttArea img{
	clear: both;
	margin-bottom: 0.3em;
}





/* ===== bluebackArea ===== */

.bluebackArea{
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 16px;
	background-color: #DDE8FF;
	border-left: 1px solid #6699FF;	
	border-right: 1px solid #6699FF;
}

.bluebackArea ul{
	clear: both;
}

.bluebackArea ul li{
	margin-bottom: 0.5em;
}

.bluebackArea ol{
	clear: both;
	margin-left: 32px;
}

.bluebackArea ol li{
	clear: both;
	margin-bottom: 0.4em;
	list-style-type: decimal;
	vertical-align: top;
}


html:first-child body div.bluebackArea  ol li dl{/* ===== Opera hack ===== */
}


.bluebackArea ol.message{
	position: relative;
}

.bluebackArea ol.message span.left{
	float: none;
	clear: left;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bluebackArea ol.message span.center{
	position: absolute;
	left: 230px;
}

.bluebackArea ol.message span.right{
	float: none;
	clear: right;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: right;
	font-weight: bold;
	position: absolute;
	right: 20px;
}


.bluebackArea div.leftArea{
	float: left;
	clear: left;
	width: 260px;
}

.bluebackArea div.rightArea{
	float: right;
	clear: right;
	width: 260px;
}




/* ===== photoArea ===== */

.photoArea{
	clear: both;
	margin-bottom: 1em;
	text-align: center;
}

.photoArea img{
	margin-left: auto;
	margin-right: auto;
}




/* ===== chainArea ===== */

#chainArea dl{
	clear: both;
	padding-left:3px;
	padding-right: 3px;
	margin-bottom: 0.4em;
}

#chainArea div.dllistArea{
	clear: both;
	padding-left: 16px;
	margin-bottom: 16px;
}

#chainArea div.dllistArea dl{
	clear: both;
	margin-bottom: 0.4em;
}

#chainArea div.dllistArea dl dt{
	float: left;
	clear: left;
	width: 140px;
}

#chainArea div.dllistArea dl dt span.left{
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #993300;
}

#chainArea div.dllistArea dl dt span.right{
	margin-left: 0px;
	margin-bottom: 0px;
}


#chainArea div.dllistArea dl dd{
	float: right;
	clear: right;
	width: 370px;
}



/* ===== bnr ===== */

a.outline01{
	width: 200px;
	height: 30px;
	background-image: url(../../outline/img/bnr_food.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999em;
	text-decoration: none;
	display: block;
}

a.outline01:hover{
	background-position: 0px -30px;
}


a.outline02{
	width: 200px;
	height: 30px;
	background-image: url(../../outline/img/bnr_entartainment.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999em;
	text-decoration: none;
	display: block;
}

a.outline02:hover{
	background-position: 0px -30px;
}


a.outline03{
	width: 200px;
	height: 30px;
	background-image: url(../../outline/img/bnr_lohas.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999em;
	text-decoration: none;
	display: block;
}

a.outline03:hover{
	background-position: 0px -30px;
}


a.outline04{
	width: 200px;
	height: 30px;
	background-image: url(../../outline/img/bnr_community.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999em;
	text-decoration: none;
	display: block;
}

a.outline04:hover{
	background-position: 0px -30px;
}



a.torokatsu{
	width: 200px;
	height: 60px;
	background-image: url(../../outline/food/img/honoomove.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999em;
	text-decoration: none;
	display: block;
}


a.fbs{
	width: 340px;
	height: 60px;
	background-image: url(../../outline/entertainment/img/bnr_fbs2007.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999em;
	text-decoration: none;
	display: block;
}


a.community{
	width: 330px;
	height: 76px;
	background-image: url(../../outline/community/img/bnr_lohas.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999em;
	text-decoration: none;
	display: block;
}



a.fcbosyu{
	width: 200px;
	height: 30px;
	background-image: url(../../outline/food/img/bnr_fcbosyu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999em;
	text-decoration: none;
	display: block;
}

a.fcbosyu:hover{
	background-position: 0px -30px;
}



a.fcstory{
	width: 200px;
	height: 30px;
	background-image: url(../../outline/food/img/bnr_fcstory.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999em;
	text-decoration: none;
	display: block;
}

a.fcstory:hover{
	background-position: 0px -30px;
}



a.orners{
	width: 200px;
	height: 30px;
	background-image: url(../../outline/food/img/bnr_orners.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999em;
	text-decoration: none;
	display: block;
}

a.orners:hover{
	background-position: 0px -30px;
}


a.orners01{
	width: 200px;
	height: 30px;
	background-image: url(../../outline/food/orners/img/bnr_orners01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999em;
	text-decoration: none;
	display: block;
}

a.orners01:hover{
	background-position: 0px -30px;
}



a.sponsor{
	width: 200px;
	height: 30px;
	background-image: url(../../outline/entertainment/img/bnr_sponsor.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999em;
	text-decoration: none;
	display: block;
}

a.sponsor:hover{
	background-position: 0px -30px;
}



a.event{
	width: 200px;
	height: 30px;
	background-image: url(../../outline/entertainment/img/bnr_event.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999em;
	text-decoration: none;
	display: block;
}

a.event:hover{
	background-position: 0px -30px;
}



a.lohas{
	width: 200px;
	height: 30px;
	background-image: url(../../outline/lohas/img/bnr_lohas.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999em;
	text-decoration: none;
	display: block;
}

a.lohas:hover{
	background-position: 0px -30px;
}



a.report_a{
	width: 200px;
	height: 30px;
	background-image: url(../../outline/community/img/bnr_report01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999em;
	text-decoration: none;
	display: block;
}

a.report_a:hover{
	background-position: 0px -30px;
}



a.report_b{
	width: 200px;
	height: 30px;
	background-image: url(../../outline/community/img/bnr_report02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999em;
	text-decoration: none;
	display: block;
}

a.report_b:hover{
	background-position: 0px -30px;
}




/* ===== dltableArea ===== */

.dltableArea{
	clear: both;
	margin-bottom: 16px;
}

.dltableArea dl{
	clear: both;
	background-color: #EFEFEF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.dltableArea dl.end{
	border-bottom: 1px solid #CCCCCC;
}

.dltableArea dl dt{
	float: left;
	clear: left;
	width: 98px;
	padding: 4px;
	padding-left: 8px;
	display: block;
}

.dltableArea dl dd{
	float: right;
	clear: right;
	width: 446px;
	padding: 4px;
	padding-left: 8px;
	background-color: #FFFFFF;
	display: block;
}




/* ===== indentArea ===== */

.indentArea{
	clear: both;
	margin-left: 16px;
}



/* ===== dllistArea ===== */

.dllistArea{
	clear: both;
	padding-left: 16px;
	margin-bottom: 16px;
}

.dllistArea dl{
	clear: both;
	margin-bottom: 0.4em;
}

.dllistArea dl dt{
	float: left;
	clear: left;
	width: 120px;
}

.dllistArea dl dt span.left{
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #993300;
}

.dllistArea dl dt span.right{
	margin-left: 0px;
	margin-bottom: 0px;
}


.dllistArea dl dd{
	float: right;
	clear: right;
	width: 430px;
}





/* ===== contactArea ===== */

#contactArea{
	clear: both;
	padding-right: 16px;
	margin-left: 16px;
}

#contactArea a{
	float: right;
	width: 140px;
	height: 35px;
	background-image: url(../img/btn_contact.jpg);
	background-repeat: no-repeat;
	text-indent: -9999em;
	text-decoration: none;
	display: block;
}





/* ===== newsArea ===== */

#newsArea{
	clear: both;
}

#newsArea dl{
	clear: both;
	padding-bottom: 0.7em;
	margin-bottom: 0.7em;
	border-bottom: 1px solid #CCCCCC;
}

#newsArea dl dt{
	clear: both;
	font-weight: bold;
}

#newsArea dl dd{
	clear: both;
	padding-left: 0.5em;
}

#newsArea dl dd a{
	font-weight: bold;
}



/***********************************************/
/* footerArea                                  */
/***********************************************/

/* ===== counterArea ===== */

.counterArea{
	display: none;
}




/***********************************************/
/* clearfix                                */
/***********************************************/

#blogArea:after,
.bluebackArea:after,
.bluebackArea ol li dl:after,
#chainArea:after,
#chainArea dl:after,
.dltableArea dl:after,
.dllistArea:after,
#contactArea:after{
	content: ",";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


#blogArea,
.bluebackArea,
.bluebackArea ol li dl,
#chainArea,
#chainArea dl,
.dltableArea dl,
.dllistArea,
#contactArea{/* ===== IE hack ===== */
	display: inline-block;
}


#blogArea,
.bluebackArea,
.bluebackArea ol li dl,
#chainArea,
#chainArea dl,
.dltableArea dl,
.dllistArea,
#contactArea{/* ===== Opera ===== */
	display: block;
}

