/* テキスト*/
.txt10 { font-size:10px; line-height:14px; color:#666666 }
.txt12 { font-size:12px; line-height:18px; color:#666666 }
.txt13 { font-size:12px; line-height:18px; color:#FF6600; font-weight:bold; }
.txt14 { font-size:12px; line-height:18px; color:#1d1771 }
.right-box{
	float:right;
	text-align:center;
	padding: 0px 10px;
}
.left-box{
	float:left;
	text-align:center;
	padding: 0 10px 10px;
	margin-right:5px;
}

/* リンク -- 検索結果 */
a:link { color:#ff6600; text-decoration:none }
a:visited { color:#ff6600; text-decoration:none }
a:hover { color:#ff0000; text-decoration:underline }
a:active { color:#ff6600; text-decoration:underline }
