body {
	margin      : 0; 
	padding     : 1px 0 1px 1px; 
	color       : #eee;
	background-color: #444; 
}

a {
	font-size   : 15px; 
	font-weight : bold; 
}
a:link      { color: #fff; text-decoration: underline;}
a:visited   { color: #fff; text-decoration: underline;}
a:active    { color: #0ff; text-decoration: none;}
a:hover     { color: #ff0; text-decoration: none;}

h1 {
	width            : 100%;
	margin           : 0;
	padding          : 26px 0 0; 
	border           : 0; 
	background-color : #460; 
	text-align       : center; 
	font-size        : 34px; 
	font-weight      : bold; 
}

img {
	width       : 200px; 
	height      : 60px; 
	border      : 0; 
	margin      : 15px auto 0; 
}

p {
	width       : 86%; 
	margin-top  : 2px; 
	text-align  : left; 
	line-height : 130%; 
}

.special {
	clear            : left;
	width            : 99.9%;
	margin           : 0;
	padding          : 9px 30px; 
	border           : 2px solid #fcc; 
	background-color : #ff8; 
	color            : #000; 
	text-align       : left; 
	font-size        : 20px; 
	font-weight      : bold; 
}

.box_s {
	float            : left; 
	width            : 33.3%; 
	height           : 180px; 
	margin           : 0 auto; 
	padding-top      : 7px; 
	border           : 2px solid  #fcc; 
	background-color : #035; 
	text-align       : center; 
	font-size        : 14px; 
	font-weight      : bold; 
	overflow         : hidden;
}

.genre {
	clear            : left;
	width            : 99.9%;
	margin           : 0;
	padding          : 5px 20px; 
	border           : 1px solid #444; 
	background-color : #604; 
	text-align       : left; 
	font-size        : 15px; 
}

.box {
	float            : left; 
	width            : 33.3%; 
	height           : 147px; 
	margin           : 0 auto; 
	border           : 1px solid  #444; 
	background-color : #000; 
	text-align       : center; 
	font-size        : 13px; 
	overflow         : hidden;
}

.guide {
	width            : 100%;
	margin           : 0;
	padding          : 8px 20px 6px; 
	border           : 0; 
	background-color : #460; 
	text-align       : center; 
}

.copy {
	float            : right; 
	font-size        : 11px; 
	font-weight      : normal; 
	color            : #999; 
	text-decoration  : none; 
}

