@charset "Shift_JIS";

/* ==================================================
	init
================================================== */
body,h1,h2,h3,h4,h5,h6,td,th,p,form {
	margin:0; padding:0;
}

body {
	font-size:12px;
	color: #FFF;
	margin: 0 auto 0 auto;
	background: #000;
	text-align:center;
}

body#doubt {
	background:#000;
}


/* ==================================================
	link basic
================================================== */
a:link{
	color: #969039;
	text-decoration: underline;
}

a:visited{
	color: #969039;
	text-decoration: underline;
}

a:hover{
	color: #DDD164;
	text-decoration: underline;
}

a:active{
	color: #969039;
	text-decoration: none;
}
