
/* 基本設定*/

a:link		{ color: #0000CC; text-decoration: none; }
a:visited	{ color: #0000CC; text-decoration: none; }
a:hover		{ color: #0000CC; text-decoration: underline; }
a:active	{ color: #0000CC; text-decoration: underline; }

.m_txt		{ font-size: 12px; line-height: 130%;}
.s_txt		{ font-size: 10px; line-height: 130%;}
.s2_txt		{ font-size: 10px; line-height: 130%;}

/*赤設定*/
.m_red { font-size: 12px; color: #CC0000; line-height: 130%;}
.s_red { font-size: 10px; color: #CC0000; line-height: 130%;}


/*青設定*/
.m_bl { font-size: 12px; color: #000099; line-height: 130%;}
.s_bl { font-size: 10px; color: #000099; line-height: 130%;}

/*赤リンク設定*/
a.link_red:link		{ color: #CC0000; text-decoration: none; }
a.link_red:visited	{ color: #CC0000; text-decoration: none; }
a.link_red:hover	{ color: #CC0000; text-decoration: underline; }
a.link_red:active	{ color: #CC0000; text-decoration: underline; }

/*左メニューリンク設定*/
a.lmenu:link		{ font-size: 12px; color: #000000; text-decoration: none; }
a.lmenu:visited	{ font-size: 12px; color: #000000; text-decoration: none; }
a.lmenu:hover	{ font-size: 12px; color: #FF6600; text-decoration: none; }
a.lmenu:active	{ font-size: 12px; color: #FF6600; text-decoration: none; }


.torihiki_img_right {
	border-right:dotted 1px #999999;
}

.torihiki_img_top {
	font-size: 12px;
	color: #99CCFF;
	border-top:dotted 1px #999999;
	border-bottom:dotted 1px #999999;
}

.torihiki_img_top2 {
	font-size: 12px;
	color: #99CCFF;
	border-top:dotted 1px #999999;
}

.torihiki_img_bottom {
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	border-bottom:dotted 1px #999999;
}

.torihiki_img_round {
	font-size: 12px;
	color: #00ccff;
	border-left:ridge 2px #00ccff;
	border-right:ridge 2px #00ccff;
	border-top:ridge 2px #00ccff;
	border-bottom:ridge 2px #00ccff;
}

.img_round {
	border-left:dotted 1px #999999;
	border-right:dotted 1px #999999;
	border-top:dotted 1px #999999;
	border-bottom:dotted 1px #999999;
}
.img_bottom {
	color: #333333;
	border-bottom:dotted 1px #999999;
}