@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #81bb12;
}

.bg01 {
	background-image: url(../images/bg05.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.text_foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
}

.text_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}
.text_normal1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 20px;
}
.text_normal2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 20px;
	font-weight: bold;
}

.text_title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #E80000;
	line-height: 20px;
	font-weight: bold;
}
.text_title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0066CC;
	line-height: 20px;
	font-weight: bold;
}
.text_title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	font-weight: bold;
	background-color: #E8EED2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.text_title4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC0000;
	line-height: 20px;
	font-weight: bold;
}

.box1 {
	border: 1px solid #858585;
}
.box2 {
	border: 1px solid #669900;
	width: 200px;
	background-color: #EDF4DD;
}
.box3 {
	border: 1px solid #669900;
	width: 380px;
	background-color: #EDF4DD;
}
.botton1 {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

a.normal_link1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
a.normal_link1:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: underline;
}
a.normal_link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a.normal_link2:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: underline;
}