/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image : url(haikei5.gif);
}
.text8 {font-size: 8px; line-height: 130%; color: #333333;
}
.text10 {font-size: 10px; line-height: 130%; color: #333333;
}
.text10b {font-size: 10px; line-height: 130%; color: #333333; font-weight: bold;
}
.text12 {font-size: 12px; line-height: 140%; color: #333333;
}
.text12b {font-size: 12px; line-height: 140%; font-weight: bold; color: #666666;
}
.text14 {font-size: 14px; line-height: 140%; color: #333333;
}
.text12red {font-size: 12px; line-height: 140%; color: red;
}
.text12orange {font-size: 12px; line-height: 140%; color: #ff3300;
}
.text12orange-b {font-size: 12px; line-height: 140%; color: #ff3300; font-weight: bold;
}
.text12green {font-size: 12px; line-height: 140%; color: #70a200;
}
.text12green-b {font-size: 12px; line-height: 140%; color: #70a200; font-weight: bold;
}
.text12brack-b {font-size: 12px; line-height: 140%; color: #333333; font-weight: bold;
}
.text12white-b {font-size: 12px; line-height: 140%; color: #ffffff; font-weight: bold;
}

/* N */
a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #70a200;
	text-decoration: none;
}