.font-12 { font-size: 12px; line-height: 17px; color: #000000 }.font-10 { font-size: 10px; line-height: 15px; color: #000000 ; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; height: auto; width: auto}
.w01 {
	padding: 10px;
	border: 1px solid #999999;
}

.w02 {  border: 1px #FF9999 solid}

.w03 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	margin: 2px;
	padding: 2px;
	clear: none;
	float: none;
}
.w04 {
	border: medium solid #FF9999;
}


.font-13 {
	font-size: 14px;
	line-height: 19px;
	color: #000000;
}
.font16r {  font-size: 16px; line-height: 21px; color: #FF6666}
.font15tya-b {
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #660000;
}
.font15tya-bCopy {
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #FF6699;
}

.font-12tya-b {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #660000;
}
.link12 {
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	
}

.link12:link {/* 未訪問のリンク*/
	color: #000000;/*オレンジ*/
}
.link12:visited { /* 訪問済みのリンク*/
	color: #000000;/*緑*/
	text-decoration: none; /* 下線を消す */
}
.link12:hover { /* カーソルが上にある時のリンク*/
	color: #CC0000;/*ピンク*/
	text-decoration: underline; /* 下線を消す */
}
.link12:active { /* クリック時のリンク*/
	color: #000000;/*黄*/
}
