/*INDEXメニューリンク*/
.menu {
	font-size:100%;
	line-height:2.0em;
}

.menu a:link {
	color: #330000; text-decoration:underline;}
.menu a:visited {
	color: #330000; text-decoration:underline;}
.menu a:hover {
	color: #CC0000; text-decoration:underline;}
.menu a:active {
	color: #CC0000; text-decoration:underline;}

/*INDEXタイトル部分テキスト*/	
.index {
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	line-height: 1.4em;

}

/*MENU横渡りリンク*/
.smenu {
	line-height:180%;
	font-size:90%;
	font-weight: bold;
	color: #330000;

}

.smenu a:link {
	color: #330000; text-decoration:underline;}
.smenu a:visited {
	color: #330000; text-decoration:underline;}
.smenu a:hover {
	color: #CC0000; text-decoration:underline;}
.smenu a:active {
	color: #CC0000; text-decoration:underline;}

/*本文キャプションテキスト用*/	
.captions {
	font-weight: bold;
	color: #CC3300;
}

/*本文Q&Aテキスト用*/
.qa {
	font-weight: bold;
	color: #993333;
	margin-left: 12px;
}

/*本文テキストカラー用*/
.red {
	font-weight: bold;
	color: #CC0000;
}

.square {
	font-size: 7px;
	color: #FF6666;
	margin-right: 3px;
}

