.buttom {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-color: #EFEFEF;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFF66;
	background-color: #AF7A92;
}
a:active {
	text-decoration: none;
}

.tit {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}

.home {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-color: #EFEFEF;
	border: thin solid #CCCCCC;
}

.tit-bor {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	line-height: 22px;
}
.pic-r {
	margin: 3px;
	float: right;
	border: none;
}
.pic-l {
	margin: 3px;
	float: left;
	border: none;
}
