/* for common */
body{
	background-image:url(/img/parts/body_bg.gif);
	background-position:center top;
	/* base color */
	color:#493035;
}

img{
	border:none;
}

/* for links */
a:link{color:#b80428; text-decoration:underline}
a:visited{color:#b80428; text-decoration:underline}
a:hover{color:#e00428; text-decoration:underline}
a:active{color:#e00428; text-decoration:underline}

/* for title */
.title{
	width:700;height:70;
	background-image:url(/img/parts/title_bg.gif);
	background-repeat:no-repeat;
}
a.navi:link{color:#dfccab; text-decoration:none}
a.navi:visited{color:#dfccab; text-decoration:none}
a.navi:hover{color:#dfccab; text-decoration:underline}
a.navi:active{color:#dfccab; text-decoration:underline}

/* for footer */
.footer{
	color:#dfccab;
	width:700;height:42;
	background-image:url(/img/parts/footer_bg.gif);
	background-repeat:no-repeat;
}

/* for hotnews backnumber */
a.back:link{color:#663333;text-decoration:underline}
a.back:visited{color:#663333;text-decoration:underline}
a.back:hover{color:#663333;text-decoration:underline}
a.back:active{color:#663333;text-decoration:underline}

/* for font */
.bold{font-weight:bold}
.distribute{text-align:justify;text-justify:distribute}
.gold{color:#dfccab}
.black{color:#202020}
.white{color:#ffffff}
.red{color:#a30039}
.brown{color:#663333}
