body {
	margin: 0px;
	padding: 0px;
	background: #e5ffb2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9375em;
	line-height: 1.6;
	color: #666666;
}
img, a img {
	border: none;
}
a:link {
	text-decoration: none;
	color: #FF9900;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#contentA a:link {
	display:block;
	border: 1px solid #999;
}
#contentA a:visited {
	display:block;
	border: 1px solid #999;
}
#contentA a:hover {
	display:block;
	border: 1px solid #f90;
}
#contentA a:active {
	display:block;
	border: 1px solid #f90;
}
.chef {
	width: 260px;
	height: 544px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	pointer-events: none;
}
.menu {
	width: 906px;
	height: 60px;
	position: fixed;
	bottom: 10px;
	left: 270px;
	z-index: 2;
}
.menu div {
	width: 72px;
	height: 34px;
	cursor: pointer;
	float: left;
	text-align: center;
	padding-top: 26px;
	background-image: url(../images/menu_0.png);
	color: #999;
}
.footer {
	width: 100%;
	height: 90px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	background-color: #e5ffb2;
}
.content {
	padding: 10px 20px 90px 220px;
	float: left;
}
#contentA, #contentB, #contentC {
	float: left;
}
.genre {
	margin-top: 20px;
	float: left;
}
.genre img {
	margin: 0 4px 0 2px;
	vertical-align: text-bottom;
}
.genre span {
	vertical-align: super;
}
.dash {
	width: 100%;
	height: 5px;
	background: url(../images/dot.gif) repeat-x ;
	float: left;
}
.icon {
	margin: 2px;
	float: left;
}
.icon a, .icon img {
	border-radius: 10px;
}
