/* CSS Document */
body {
	margin-left: 50px;
}
.style1 {
color: #FFFFFF
}
.style2 {
	font-size: 12px;
	font-weight: bold;
}
.style3 {
  font-size: 12px;	
  color: #0066CC;
	font-weight: bold;
}
.style4 {
font-size: 11px
}
.style5 {
	color: #006633;
	font-size: 12px;
	font-weight: bold;
	padding-left: 7px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #006633;
}

.tittxt_green_deco {
	color: #006633;
	font-size: 12px;
	font-weight: bold;
	padding-left: 7px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #006633;
}

.tittxt_green {
	color: #006633;
	font-size: 12px;
	font-weight: bold;
}

.style6 {
font-size: 14px
}
.style7 {
 font-size:12px;
 color: #FF6600;
 font-weight: bold;
}
.style8 {
	color: #FF0000;
	font-size: 11px;
}
.subtit_blue {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	line-height: 15px;
	color: #0083DA;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
}

.line_dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	height: 10px;
}

.line_dot2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	background-position: center;
	padding: 0px;
	margin-top: 5px;
	line-height: 18px;
}

.main_tit {
	bottom: 10px;
	text-align: left;
	margin-bottom: 10px;
}
.line_blue {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.line_gre {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
