/* ■Link Color設定 */
/*   他の設定との競合が考えられるので文字サイズなどの指定はなし */
a:link {  color: #006699; text-decoration: none}
a:active {  color: #006699; text-decoration: none}
a:visited {  color: #006699; text-decoration: none}
a:hover {  color: #FF0000; text-decoration: none}




.top_small {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 9px;
	color: #666666;
}
.maintext {
	font-size: 12px;
	line-height: 18px;
}
.maintext_s {
	font-size: 10px;
	line-height: 18px;
}
.submenutext {
	font-size: 10px;
	line-height: 15px;
	font-weight: 400;	
}
.submenu {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #566C3C;
	height: 22px;
	padding: 5px;
	background-image: url(img/sub.jpg);
	background-repeat: no-repeat;
	width: 190px;
}

.maru {
	font-size: 12px;
	color: #FF9900;
}
.marutext {
	font-size: 12px;
	color: #FF6600;
	line-height: 18px;
}
.subtitletext {
	font-size: 12px;
	font-weight: 600;
	color: #000000;
	line-height: 18px;
}
.chuu {
	font-size: 10px;
	color: #CC0000;

}
.unix {
	font-size: 12px;
	color: #4169E1;

}
.unix2 {
	font-size: 13px;
	color: #4169E1;

}


.st_text {
	font-size: 12px;
	color: #CC0000;
	line-height: 18px;
}
.st_text2 {
	font-size: 12px;
	line-height: 18px;
	font-weight: 800;
	color: #006699;
}
.submenutitle {
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	color: #666666;
}
.pagetop_text {
	font-size: 9px;
	color: #666666;
}
.maintext_q {
	font-size: 12px;
	line-height: 18px;
	color: #009999;
	font-weight: 700;
}
.maintext_faq {

	font-size: 12px;
	line-height: 18px;
	color: #009999;
	font-weight: 700;
}
.submenutext_gray {
	font-size: 10px;
	line-height: 15px;
	font-weight: 400;
	color: #666666;
}
.subtitletext_gray {

	font-size: 11px;
	font-weight: 600;
	color: #333333;
	line-height: 18px;
}
.submenutext_grn {

	font-size: 10px;
	line-height: 15px;
	font-weight: 400;
	color: #B0C495;
}
.maintext_b {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
.word_type {
	FONT-SIZE: 10px;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	padding: 1px;
	font-weight: normal;
	background-color: #FF9900;
	line-height: 16px;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}
.word_type2 {
	FONT-SIZE: 10px;
	COLOR: #ffffff;
	TEXT-DECORATION: none;
	padding: 1px;
	font-weight: normal;
	background-color: #666666;
	line-height: 16px;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}
.maintext hr {
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}
.rect {
	border: thin solid #CCCCCC;
	font-size: 12px;
	line-height: 25px;
	background-color: #FFFFCC;
	margin: 10px;
	border-collapse: collapse; /* 枠線の表示方法 */
	border: 1px solid #999999; /* テーブル全体の枠線（太さ・色・スタイル） */
}
.rect TD {
	border: 1px solid #999999; /* セルの枠線（太さ・色・スタイル） */
} 
.maintext_form {
	font-size: 12px;
	line-height: 18px;
}