@charset "UTF-8";
/* CSS Document */

html{
    color: #000;
	background: #FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	text-align: center;
	background: url(images/bg_body01.gif) repeat-x left 180px;
}

/* for IE6 */
* html body {
    font-size: 75%;
}

/* for IE7 */
*:first-child+html body {
    font-size: 75%;
}
a {
	text-decoration: none;
	color: #333;
	overflow: hidden;
	outline: none;
}
img {
    border: 0;
}
.clear {
	clear: both;
	height: 1px;
}
.block01 .answer a {
	color: #8a9978;
}
