/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FDFDFA;
    text-align: center;
    font-size: 100%;
}

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

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

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

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

a { text-decoration: none;
}

a:hover{
	color: #006633;
}

.font01 {
	font-size: 90%;
	line-height: 130%;
	color: #333333;
}

.button2 {
	font-size: 90%;
	line-height: 100%;
	text-underline: no;
	color: #666666;
	text-decoration: none;
}

.button3 {
	font-size: 85%;
	line-height: 110%;
	text-underline: no;
	color: #333333;
	text-decoration: none;
}

.button {
	font-size: 85%;
	line-height: 200%;
	text-underline: no;
	color: #003300;
	text-decoration: none;
}

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

.font02 {
	font-size: 95%;
	line-height: 150%;
}

.font02b {
	font-size: 95%;
	font-weight: bold;
	line-height: 150%;
	color: #666666;
}

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

.font03_waku {
	font-size: 90%;
	font-weight: bold;
	line-height: 140%;
	color: #333333;
	width: 710px;
	background-image: url(./img/waku.gif);
}

.font03 {
	font-size: 90%;
	line-height: 140%;
	color: #333333;
}

.font036 {
	font-size: 90%;
	font-weight: bold;
	line-height: 140%;
	color: #666666;
}

.font04b {
	font-size: 80%;
	font-weight: bold;
	line-height: 130%;
	color: #666666;
}

.under {
	line-height:130%;
	color: #FFFFFF;
}


/* print */

@media Print
{
BODY {
	ZOOM: 90%
	}
