/*リンク箇所の色指定*/
a:link {
	color:#0033ff;
	text-decoration: none;
}
/*リンク箇所の色指定(訪ねたことがある場合)*/
a:visited {
	color:#0033ff;
	text-decoration: none;
}
/*リンク箇所の色指定(クリックした瞬間)*/
a:active {
	color:#0033ff;
	text-decoration: none;
}
/*リンク箇所の色指定(マウスが乗っているとき)*/
a:hover {
	color:#cc0000;
	text-decoration: underline;
}
/*テーブル内の設定*/
TABLE, TD, TH {
	font-family: "ＨＧ創英角ﾎﾟｯﾌﾟ体";
	font-size: 12px;
/*	background-repeat: no-repeat;*/
	background-position: left bottom;
/*	background-attachment: scroll;*/

}
/*テーブル内の小さな文字サイズ設定*/
TABLE small {
	font-size: 12px;
}
/*プレスリリースの文字サイズ設定*/
.press {
	font-size: 12px;
}
/*タイトル部分の設定*/
.title {
	font-size: 18px;
	font-weight:bold;
	color="#333333";
}
/*特殊文字の色設定*/
.lightblue {
	color="#000099";
}
/*特殊文字の色設定*/
.darkblue {
	color="#036666";
}
/*ボーダーの色設定*/
.border {
	color="#009b9b";
}
/*特殊文字の色設定*/
.char {
	color="#666666";
}
/*特殊文字間の設定*/
.space {
	line-height: 150%; 
}
/*テーブルの線をドット線にする設定*/
.dot { border-bottom: 1px dotted gray; border-left: 1px dotted gray; }
.dot th { border-top: 1px dotted gray; border-right: 1px dotted gray; }
.dot td { border-top: 1px dotted gray; border-right: 1px dotted gray; }

