/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/back.gif);
}

.back01 {
	background-image: url(img/back01.gif);
}

.back02 {
	background-color: #999999;
}

.back03 {
	background-color: #FFFFFF;
}

.back04 {
	background-image: url(img/title.gif);
}

a{
	color: #333333;
	text-underline:yes;
}

a:hover{
	color: #CC0000;
	text-underline:yes;
}

.font_middle01 {
	font-size: 80%;
	line-height: 120%;
	color: #333333;
}

.font_middle02 {
	font-size: 80%;
	line-height: 120%;
	color: #333333;
	font-weight: bold;
}

.font_big01 {
	font-size: 90%;
	line-height: 120%;
	color: #CC0000;
	font-weight: bold;
}

.font_big02 {
	font-size: 100%;
	line-height: 120%;
	color: #333333;
	font-weight: bold;
}

.font_big03 {
	font-size: 90%;
	line-height: 120%;
	color: #333333;
	font-weight: bold;
}

/* print */

@media Print    
{
BODY {
	ZOOM: 82%
}
