a:link{
	text-decoration:none;
	color:#333399;
	font-weight: bold;
}
a:visited{
	text-decoration:none;
	color:#993399;
	font-weight: bold;
}
a:active{
	text-decoration:underline;
	color:#333333;
	font-weight: bold;
}
a:hover{
	text-decoration:underline;
	color:#FF6600;
	font-weight: bold;
}

.normal{
	font-size:12px;
	line-height: 15px;
	color: #333333;
}

.img_left {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.img_right {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
.back01 {
	color: #333333;
	background-image: url(../img/back_main01.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 12px;
	line-height: 13px;
}
