@charset "utf-8";


#mainContents {
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#mainContents #stage {
	float: left;
	width: 483px;
	margin-right: 10px;
}

#mainContents #stage #photoArea {
	height: 450px;
	width: 480px;
	border: 1px solid #BBAE7B;
	margin-top: 3px;
}
#mainContents #stage #photoArea #photo {
	margin: 2px;
	height: 440px;
	width: 470px;
	border: 1px solid #BBAE7B;
	padding: 2px;
}
#mainContents #stage #mainTextArea {
	background-image: url(../images/food_maincontents_text.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 467px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
}
#mainContents #stage #mainTextArea dt {
	font-size: 120%;
	line-height: 100%;
	font-weight: bold;
	margin-bottom: 5px;
}
#mainContents #stage #mainTextArea dd {
	font-size: 100%;
	line-height: 120%;
}
#mainContents #sideContents {
	width: 288px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DCDBD3;
	float: left;
	margin-bottom: 5px;
}
.sideContentsBtn     {
	background-image: url(../images/food_r4_c13.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 69px;
	width: 288px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDBD3;
	padding-top: 5px;
	padding-left: 2px;
}
.sideContentsBtnOver {
	background-image: url(../images/food_r4_c13.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 69px;
	width: 288px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	padding-top: 5px;
	padding-left: 2px;
}
.sideContentsBtnOver #title {
	font-weight: bold;
}


.sideBtnPhoto       {
	float: left;
	height: 65px;
	width: 65px;
	margin-right: 14px;
}
sideBtnText       {
	width: 205px;
	float: left;
}
sideBtnText     p#title             {
	font-size: 120%;
	font-weight: bold;
	color: #695710;
	line-height: 100%;
	background-image: url(../images/food_maincontents_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 1px;
	margin-bottom: 5px;
	padding-left: 10px;
}
sideBtnText   #text       {
	line-height: 120%;
	color: #695710;
}

#mainContents #subContents {
	clear: both;
}

#mainContents #subContents h4 {
	margin-bottom: 3px;
}
#mainContents #subContents .content #contentText {
	float: left;
	width: 483px;
	padding-left: 10px;
	padding-top: 5px;
}
#mainContents #subContents .content #contentText #contentTitle {
	font-size: 120%;
	line-height: 130%;
	font-weight: bold;
	margin-bottom: 5px;
}
