
body {

color: #222222;
font-size:13px;
}

/*
a:link { color : #4C4B99 ; text-decoration : none ; }
a:active { color : #4C4B99 ; text-decoration : none ; }
a:visited { color : #440000 ; text-decoration : none ; }
a:hover { color : #990033 ; text-decoration : none ; font-weight : bold ; }
*/

A {
	COLOR: #080761; TEXT-DECORATION: none
}
A:hover {
	COLOR: #DE5300; TEXT-DECORATION: underline
}

/* テーブル 通常文字サイズ13px*/
table{
color: #222222;
font-size:13px;
}


/* 各ページのタイトル部分で使用する 19pt　通常文字サイズ13px bold */
.title {
color: #222222;
font-size:19px;
font-weight:bold
}

/* 特殊タイトル 17px bold */
.title2 {
color: #222222;
font-size:17px;
font-weight:bold
}

/* 特殊タイトル 15px bold */
.title3 {
color: #222222;
font-size:15px;
font-weight:bold
}


/* サブタイトル 15pt */
.subtitle15 {
color: #222222;
font-size:15px;
}



/* サイドメニュータイトル */
.sidemenutabletit {
color: #222222;
font-size:14px;
font-weight:bold
}

/* サイドメニューテーブル */
.sidemenutable {
color: #222222;
font-size:13px;
line-height:15px;
}