.strong {
	font-weight: bold;
}
.strong_green {
	font-weight: bold;
	color: #009900;
}
.strong_red {
	font-weight: bold;
	color: #CC3300;
}
.clear {
	clear: both;
}
.gototop {
	font-size: 70%;
	text-align: right;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}
.note {
	font-size: 80%;
	color: #CC3300;
	line-height: 130%;
	margin-bottom: 10px;
}
.contact {
	font-weight: bold;
	color: #FF6633;
	font-size: 90%;
	text-align: center;
	clear: both;
	padding-bottom: 10px;
}
.strong_orange {
	font-weight: bold;
	color: #FF6600;
}
.text_center {
	text-align: center;
}
.point {
	font-size: 100%;
	line-height: 150%;
	font-weight: bold;
	color: #333333;
	background-color: #CFF0EE;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #66CCCC;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66CCCC;
	clear: left;
}
.text {
	font-size: 90%;
	line-height: 150%;
	color: #333333;
	text-indent: 1em;
}
.type {
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 100%;
	font-size: 10px;
	margin-bottom: 10px;
	color: #666666;
}
.type img {
	margin-bottom: -6px;
}
.img_right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 0px;
}
.text2 {
	font-size: 90%;
	line-height: 150%;
	color: #333333;
}
#link td, #link th {
	line-height: 120%;
	padding: 4px;
	border: 1px solid #999999;
	font-size: 80%;
}
#link th {
	background-color: #99CCFF;
	text-align: center;
}
#link td a {
	text-decoration: none;
}
#link table {
	border-collapse: collapse;
	margin: 0px;
	border: 1px solid #999999;
}
#link td a:hover {
	text-decoration: underline;
}
#link .c1 {
	width: 60%;
}
#link .c2 {
	width: 23%;
}
#link .c3 {
	width: 17%;
}
.img_left {
	float: left;
	padding-right: 10px;
}

