/* CSS Document */

#in-contents {
	width: 585px;
	float: right;
}
#in-title {
	height: 50px;
	width: 585px;
	background-color: #FFFFCC;
}
#in-title-txt {
	width: 585px;
}
#meal {
	width: 565px;
	margin-left: 10px;
}
#meal1 {
	float: left;
	height: 207px;
	width: 278px;
	background-color: #FFFFCC;
}
#meal2 {
	float: right;
	height: 207px;
	width: 278px;
	background-color: #CCFF66;
}
#bbb {
	width: 565px;
	margin-left: 10px;
}
#bbb1 {
	float: left;
	height: 150px;
	width: 277px;
	background-color: #FFFFCC;
}
#bbb2 {
	float: right;
	height: 125px;
	width: 277px;
	background-color: #CCFFFF;
}
#bbb3 {
	width: 500px;
	font-size: 80%;
}
#ccc {
	width: 565px;
	margin-left: 10px;
}
#ccc1 {
	float: left;
	height: auto;
	width: 181px;
	text-align: center;
}
#ccc2 {
	float: left;
	height: auto;
	width: 181px;
	text-align: center;
	margin-left: 11px;
}
#ccc3 {
	float: right;
	height: auto;
	width: 181px;
	text-align: center;
}
.ccc-ph {
	height: 100px;
	width: 125px;
	background-color: #9999FF;
}
.ccc-txt {
	font-size: 80%;
	line-height: 120%;
	padding: 3px 3px 3px 20px;
	text-align: left;
}
#eee {
	width: 565px;
	margin-left: 10px;
}
#eee1 {
	float: left;
	height: 100px;
	width: 132px;
	background-color: #FFFFCC;
	text-align: center;
}
#eee2 {
	float: left;
	height: 100px;
	width: 132px;
	background-color: #CCFFFF;
	margin-left: 5px;
}
#eee3 {
	float: left;
	height: 100px;
	width: 132px;
	background-color: #CCFFFF;
	margin-left: 5px;
}
#eee4 {
	float: left;
	height: 100px;
	width: 132px;
	background-color: #CCFFFF;
	margin-left: 5px;
}
#fff {
	width: 565px;
	margin-left: 10px;
}
#fff1 {
	float: left;
	height: 75px;
	width: 110px;
	background-color: #FFFFFF;
}
#fff2 {
	float: left;
	height: 75px;
	width: 110px;
	background-color: #FFFF99;
}
#fff3 {
	float: left;
	height: 75px;
	width: 110px;
	background-color: #FFFF66;
}
#fff4 {
	float: left;
	height: 75px;
	width: 110px;
	background-color: #FFFF33;
}
#fff5 {
	float: left;
	height: 75px;
	width: 110px;
	background-color: #FFCC00;
}
#ggg {
	width: 565px;
	margin-left: 10px;
}
#ggg1 {
	height: 150px;
	width: 200px;
	float: left;
}
#ggg2 {
	width: 365px;
	float: left;
	height: 150px;
}
#ggg3 {
	background-color: #D7D7D7;
	height: 30px;
	width: 365px;
}
#ggg4 {
	width: 365px;
	font-size: 80%;
}
#ggg5 {
	padding: 5px;
}
#ggg h2 {
	padding: 3px;
}
#hhh {
	width: 565px;
	margin-left: 10px;
}
#hhh1 {
	height: 150px;
	width: 300px;
	float: right;
}
#hhh2 {
	width: 265px;
	float: left;
	height: 150px;
}
#hhh3 {
	background-color: #9999FF;
	height: 150px;
	width: 265px;
}
#hhh4 {
	width: 265px;
	font-size: 80%;
}
#hhh5 {
	writing-mode: lr-tb;
	padding: 5px;
}
#zzz {
	margin-left: 10px;
	width: 565px;
}
#year8 {
	width: 565px;
	text-align: center;
}
#marishiten-title {
	width: 565px;
}
.year8-txt {
	text-align: left;
	width: 130px;
	font-size: 80%;
	line-height: 110%;
	margin-top: 5px;
}
#marishiten {
	background-color: #FFFFFF;
	width: 565px;
	margin-left: 10px;
}
#marishiten2 {
	font-size: 80%;
	line-height: 120%;
	padding: 5px;
}
#marishiten3 {
	float: left;
	width: 278px;
	height: 200px;
	background-color: #FF0000;
}
#marishiten4 {
	float: right;
	width: 278px;
	height: 200px;
	background-color: #000000;
}
#meal-4 {
	background-color: #FFFFFF;
	width: 565px;
	margin-left: 10px;
}
#meal-4-2 {
	font-size: 80%;
	line-height: 120%;
	padding: 5px;
}
#meal-4-3 {
	float: left;
	width: 278px;
	height: 200px;
	background-color: #FF0000;
}
#meal-4-4 {
	float: right;
	width: 278px;
	height: 200px;
	background-color: #000000;
}
.meal-title {
	width: 565px;
	margin-left: 10px;
}
/*----------------------------------------------------------*/
.thumbnail{
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}
/*----------------------------------------------------------*/
.border-tbl {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#main-txt {
	width: 555px;
	margin-left: 10px;
	font-size: 80%;
	line-height: 120%;
}