/* Color */

.black { color: black;}

.gray { color: gray;}

.silver { color: Silver;}

.white { color: white;}

.red { color: red;}

.yellow { color: yellow;}

.lime { color: lime;}

.aqua { color: aqua;}

.blue { color: blue;}

.fuchsia { color: fuchsia;}

.maroon { color: maroon;}

.olive { color: olive;}

.green { color: green;}

.teal { color: teal;}

.navy { color: navy;}

.purple { color: purple;}



/* disappear underline for a */

a {text-decoration: none}



/* 行間 */

.gyoukan1_5{line-height:1.5;}

.gyoukan150{layout-grid-line:150%;}



/* on mouse over a*/

A:hover { color: red }

a.blueback:hover {color:black;background:#99ccff}

a.nensi:hover {color:red;background:#99ccff;}



/* indent */

.indent1 {text-indent:1em;}

.indent2 {text-indent:2em;}

.indentr1 {text-indent:-1em;}

.indentr2 {text-indent:-2em;}

.margin1 {margin-left:1em;}

.margin2 {margin-left:2em;}

.margin3 {margin-left:3em;}

.margin4 {margin-left:4em;}

.margin5 {margin-left:5em;}

.margin6 {margin-left:6em;}

.margin7 {margin-left:7em;}

.margin8 {margin-left:8em;}

.margin9 {margin-left:9em;}

/* Font Sizes */

.pt8 {font-size: 8pt;}

.pt9 {font-size: 9pt;}

.pt10 {font-size:10pt;}

.pt12 {font-size:12pt;}

.pt14 {font-size:14pt;}

.pt16 {font-size:16pt;}

.pt18 {font-size:18pt;}

.pt36 {font-size:36pt;}





/* Font Family */



.hiragino {font-family:'ヒラギノ丸ゴ Pro W4','平成角ゴシック','ＭＳ Ｐゴシック','ＭＳ ゴシック','sans-serif';}

.hiraginok {font-family:'ヒラギノ角ゴ Pro W3','平成角ゴシック','ＭＳ Ｐゴシック','ＭＳ ゴシック','sans-serif';}

.osaka{ font-family:'Osaka','ヒラギノ角ゴ Pro W3','平成角ゴシック','ＭＳ Ｐゴシック','ＭＳ ゴシック','sans-serif';}

.arial { font-family:'Arial','Verdana','sans-serif';}

.verdana { font-family:'Verdana','Arial','sans-serif';}





/* Specific Font Styles */

.access{ font: italic normal normal 8pt 'ヒラギノ丸ゴ Pro W4','平成角ゴシック','ＭＳ Ｐゴシック','ＭＳ ゴシック','sans-serif'; text-decoration: none; }

.bottompage { font: normal normal normal 10pt 'ヒラギノ丸ゴ Pro W4','平成角ゴシック','ＭＳ Ｐゴシック','ＭＳ ゴシック','sans-serif'; text-decoration: none; }

.news{ font: italic normal normal 10pt 'ヒラギノ丸ゴ Pro W4','平成角ゴシック','ＭＳ Ｐゴシック','ＭＳ ゴシック','sans-serif'; text-decoration: none; }

.top{ font: normal normal normal 9pt 'ヒラギノ丸ゴ Pro W4','平成角ゴシック','ＭＳ Ｐゴシック','ＭＳ ゴシック','sans-serif'; text-decoration: none; }

.largetitle{ font: bold normal normal 18pt 'ヒラギノ丸ゴ Pro W4','平成角ゴシック','ＭＳ Ｐゴシック','ＭＳ ゴシック','sans-serif'; text-decoration: none; }

.comment{ font: normal normal normal 12pt 'ヒラギノ丸ゴ Pro W4','平成角ゴシック','ＭＳ Ｐゴシック','ＭＳ ゴシック','sans-serif'; text-decoration: none; }

.numbers{ font: normal normal normal 12pt 'ヒラギノ丸ゴ Pro W4','平成角ゴシック','ＭＳ Ｐゴシック','ＭＳ ゴシック','sans-serif'; text-decoration: none; }

.middletitle{ font: bold normal normal 14pt 'ヒラギノ丸ゴ Pro W4','平成角ゴシック','ＭＳ Ｐゴシック','ＭＳ ゴシック','sans-serif'; text-decoration: none; }





.bold { font-weight: bold; }