body {
	margin      : 0; 
	padding     : 1px 0 1px 1px; 
	color       : #000;
	background-color: #ccc; 
}

a {
	font-size   : 15px; 
	font-weight : bold; 
}
a:link      { color: #00f; text-decoration: underline;}
a:visited   { color: #00f; text-decoration: underline;}
a:active    { color: #0f0; text-decoration: none;}
a:hover     { color: #f00; text-decoration: none;}

h1 {
	width            : 99.8%;
	margin           : 0;
	padding          : 30px 0 0; 
	border           : 0; 
	background-color : #fff; 
	text-align       : center; 
	font-size        : 28px; 
	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.98%;
	margin           : 0;
	padding          : 10px 30px; 
	border           : 2px solid #0f0; 
	background-color : #e00; 
	color            : #fff; 
	text-align       : left; 
	font-size        : 18px; 
	font-weight      : bold; 
}

.box_s {
	float            : left; 
	width            : 49.99%; 
	height           : 180px; 
	margin           : 0 auto; 
	padding-top      : 7px; 
	border           : 2px solid  #0f0; 
	background-color : #fec; 
	text-align       : center; 
	font-size        : 14px; 
	font-weight      : bold; 
	overflow         : hidden;
}

.genre {
	clear            : left;
	width            : 99.98%;
	margin           : 0;
	padding          : 5px 20px; 
	border           : 1px solid #ccc; 
	background-color : #bdf; 
	text-align       : left; 
	font-size        : 15px; 
}

.box {
	float            : left; 
	width            : 49.99%; 
	height           : 147px; 
	margin           : 0 auto; 
	border           : 1px solid  #ccc; 
	background-color : #fee; 
	text-align       : center; 
	font-size        : 13px; 
	overflow         : hidden;
}

.guide {
	width            : 99.8%;
	margin           : 0;
	padding          : 10px 20px 6px; 
	border           : 0; 
	background-color : #fff; 
	text-align       : center; 
}

.copy {
	float            : right; 
	font-size        : 11px; 
	font-weight      : normal; 
	color            : #888; 
	text-decoration  : none; 
}

