/* 通常すべて */
body,th,td {
	font-family: ＭＳ Ｐゴシック, Osaka;
	font-size: 12px;
	line-height:120%;
	color:#333333;
}

/* リンクの色 */
a:link {
	text-decoration: underline;
	color: #111111;
}

/* リンクの色（訪問済み） */
a:visited {
	text-decoration: underline;
	color: #000000;
}

/* リンクの色（クリック時） */
a:active {
	text-decoration: underline;
	color: #FF9900;
}

/* リンクの色（カーソル） */
a:hover {
	text-decoration: underline;
	color: #FF9900;
}

/* 見出し1 */
H2 {
	margin:  10px 0px 20px 0px;
	font-size: 16px;
	font-weight: bold;
	color:#990000;
}

/* 見出し2 */
H3 {
	margin:  20px 0px 10px 10px;
	font-size: 14px;
	font-weight: bold;
	color:#000099;
}

/* 文字10px */
.text10 {
	font-size: 11px;
	line-height:130%;
}

/* 文字10px赤 */
.redtext10 {
	font-size: 11px;
	line-height:130%;
	color: #990000;
}

/* 文字12px */
.text12 {
	font-size: 12px;
	line-height:120%;
}

/* 文字12px赤 */
.redtext12 {
	font-size: 12px;
	line-height:120%;
	color: #990000;
}

/* 文字14px */
.text14 {
	font-size: 14px;
	line-height:125%;
}

/* 文字14px赤 */
.redtext14 {
	font-size: 14px;
	line-height:125%;
	color: #990000;
}

/* 文字16px */
.text16 {
	font-size: 16px;
	line-height:130%;
}

/* 濃い赤 */
.redtext {	
	color: #990000;
}

/* 濃い青 */
.bluetext {
	color: #000099;
}

/* インデント付きのパラグラフ */
.indent-list {
	margin-left: 20px;
	text-indent: -15px;
}

/* 新着情報の上部分（水色） */
ul.whatsnew-top {
	margin: 10px 0px 10px 0px;
	color: #003366;
}

li.whatsnew-top {
	text-align:left;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 3px 0px;
}

/* 新着情報（水色） */
.whatsnew {
	margin:  10px 0px 10px 0px;
	color: #003366;
}

a.whatsnew {
	text-decoration:underline;
}

li.whatsnew {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 4px 0px;
}

.whatsnew-date {
	font-size: 10px;
}

/* ヘッダのリンク部分  */
.headerlink {
	margin:  10px 0px 10px 0px;
	text-align: center;
}

/* フッタ */
.footer {
	font-size: 12px;
	color: #666666;
}

/* フッタリンク用 */
a.footer {
	color: #666666;
}

/* エラーメッセージ */
.error {
	color: #EE0000;
	font-weight: bold;
}

/* フォーム関連 */

form {
	font-size: 12px;
	}

input {
	font-size: 12px;
}

textarea {
	font-size: 12px;
}

/* 古いもの ------- */
.mainfont {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.style1 {color: #990000;}
.style2 {color: #000000;}
.style3 {color: #333333;}
.style4 {color: #FFCC33;}
.style5 {color: #990000;}
.style6 {color: #000000;}
.style8 {color: #003366;}
