/*一般に使うスタイル(サイト全般共通)*/
.large { font-size: 110%; line-height:120%; ; font-weight: bolder} /*大サイズ*/
.regular { font-size: 90%; line-height: 110%; } /*通常使う文字*/
.regular-equal { font-size: 90%; line-height: 120%; ; font-family: "ＭＳ ゴシック", "Osaka−等幅"} /*通常使う等幅文字*/
.middle { font-size: 84%; line-height: 108%; } /*中サイズ文字*/
.small { font-size: 72%; line-height: 130%; } /*小さい文字*/
.ex-small { font-size: 60%; line-height: 108%;} /*かなり小さい文字*/
H3 { line-height:100%; ; font-weight: bolder} /*各ページのサブタイトル文字*/
H2 {  line-height: 100%; font-weight: bold}/*各ページのタイトル文字*/

/*太くしたい文字に使うスタイル*/
.reg-bold { font-size: 90%; font-weight: bolder; } /*太文字*/

/*リンクに使うスタイル*/
A:link { color: #0099CC; }
A:visited { color: #663333; }
A:hover { color: #FF3333; }.blue {  color: #0066CC}
.table_bg {  background-image: url(images/temp/menu_bg.gif); background-repeat: repeat-y}
.menu {  font-size: 84%; line-height: 108%}
.brown {  color: #663333}
