body {
	margin      : 0; 
	padding     : 0; 
	color       : #000;
}

a {
	font-size   : 12px; 
	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            : 100%;
	margin           : 0;
	padding          : 36px 0 9px; 
	border           : 0; 
	background-color : #fff; 
	text-align       : center; 
	font-size        : 10px; 
	font-weight      : bold; 
}

img {
	width       : 100%; 
	height      : auto; 
	border      : 0; 
	margin      : 12px 0 0; 
}

p {
	width            : 86%; 
	margin-top       : 2px; 
	text-align       : left; 
	line-height      : 130%; 
}

button {
	margin-bottom    : 8px; 
}

.special {
	width            : 100%;
	margin           : 0;
	padding          : 8px 0; 
	border           : 1px solid #0f0; 
	background-color : #e00; 
	color            : #fff; 
	text-align       : center; 
	font-size        : 16px; 
	font-weight      : bold; 
}

.box_s {
	width            : 100%; 
	height           : auto; 
	margin           : 0; 
	padding-top      : 6px; 
	padding-bottom   : 14px; 
	border           : 1px solid  #0f0; 
	background-color : #fee; 
	text-align       : center; 
	font-size        : 12px; 
}

.genre {
	clear            : left;
	width            : 100%;
	margin           : 0;
	padding          : 5px 0; 
	border           : 0; 
	background-color : #eef; 
	text-align       : center; 
	font-size        : 13px; 
}

.box {
	width            : 100%; 
	height           : auto; 
	margin           : 0 auto; 
	padding-bottom   : 10px; 
	border           : 0; 
	background-color : #fff; 
	text-align       : center; 
	font-size        : 11px; 
}

.guide {
	width            : 100%;
	margin           : 0;
	padding          : 10px 0 7px; 
	border           : 0; 
	background-color : #fff; 
	text-align       : center; 
}

.copy {
	clear            : left;
	font-size        : 8px; 
	font-weight      : normal; 
	color            : #888; 
	text-decoration  : none; 
}

