/*メイン画面用スタイルシート*/
body {
 background-color:#CCCCCC;
}

#container {
 background-color:#ffffff;
}

.t8 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 8pt; font-style: normal;}
.t9 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 9pt; font-style: normal;}
.t08 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 8pt; font-style: normal;}
.t09 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 9pt; font-style: normal;}
.t10 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 10pt; font-style: normal;}
.t11 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 11pt; font-style: normal;}
.t12 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 12pt; font-style: normal;}
.t14 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 14pt; font-style: normal;}

.text01 {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 10pt; font-style: normal; color: #003399;}	/*タイトル行頭文字（■、▼など）*/

/*各メニュートップのリンクメニュー*/
td.menu{color:#000000;font-size:10pt; font-family: "ＭＳ Ｐゴシック","Osaka"; font-style: normal;}
td.menu A{text-decoration:none;}
td.menu A:link{color:#000099;}
td.menu A:active{color:#CC3300;}
td.menu A:visited{color:#000099;}
td.menu A:hover{color:#CC3300;}

.bg01 {background-color: #000099;}
.bg02 {background-color: #FFFFEE;}
.bg03 {background-color: #faf0e6;}
.bgul {background-color: #000099;}

.fc01 {color: #003399;}	/*■、▼などの色のみ指定(中メニュー)*/
.fc02 {color: #336699;}	/*■、▼などの色のみ指定(小メニュー)*/
.fc03 {color: #FF0000;}	/*計算結果など強調色*/
.fcUC {color: #AAAAAA;}	/*準備中メニュー*/
.fcBG01 {color: #FFFFFF}	/*背景がbg01の時の色*/

.bc01 {border: solid thin #003466;}	/*表の枠の色*/

.lg01 {width:146; height:10;}	/*画面右下のロゴサイズ*/
.lg02 {width:124; height:35;}	/*辞書右上のロゴサイズ*/

a:hover {color: #CC0033;}

.t10b { font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 10pt; font-style: normal ; line-height: 150%;}
.t10p { font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 10pt; font-style: normal ; padding:2px;}
.voice_title {  font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 14px; font-style: normal; line-height: 25px; font-weight: bold; font-variant: normal; text-transform: none; color: #333333; letter-spacing: normal; word-spacing: normal; clip: rect(   );}
.voice_title_3line { font-family: "ＭＳ Ｐゴシック", "Osaka"; font-size: 13px; font-style: normal; line-height: 22px; font-weight: bold; font-variant: normal; text-transform: none; color: #333333; letter-spacing: normal; word-spacing: normal; clip: rect( ) ;}

/*一部一覧表 細いボーダーつけたいときのもの*/
.table td { 
 border-top: 1px #999999 solid;
	border-left: 1px #999999 solid;
}

.td_b_r {
	border-right: 1px #999999 solid;
}

.td_b_b {
	border-bottom: 1px #999999 solid;
}