a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

.box {
	border: 1px solid #666666;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
}
.text2Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.text2Italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
	text-decoration: none;
}
.color01 {
	background-color: #CCCCCC;
}
.line {
	border: 1px solid #333333;
}
.text2ItalicYellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 10px;
	font-style: italic;
	text-decoration: none;
	color: #FFCC33;
	letter-spacing: 0.14em;
}

.title {
	color: #55682F;
	font-weight: bold;
}

.text2 a {
	color: #55682F;
}

.text2 a:hover { text-decoration:underline}

