/*メイン画面の基本設定*/

/**/
body{margin:1em 5%}
/*リンクの設定*/
a:link,a:visited{color:blue}/*未読＆既読リンク＝青*/
a:hover,a:active{color:#c71585}/*オンマウス,選択時＝ピンク*/
/*太い紺色の小文字*/
.blue{color:rgb(25,77,157);font-weight:bold;font-size:85%;text-align:left}
/*太い紺色の文字*/
.bb{color:rgb(25,77,157);font-weight:bold}
/*罫線*/
hr{color:rgb(25,77,157)}
/*短い見出し*/
.info1{background-color:rgb(25,77,157);padding:2px;color:#ffffff;font-weight:bold;
line-height:2}
.info-dd{width:500px}
/*赤リンク用*/
.info2{background-color:red;border:rgb(25,77,157) 3px solid;color:white;font-weight:bold;
padding:2px 2px 0px}
/*長い見出し*/
h2{background-color:rgb(25,77,157);color:white;padding:2px}
/*トップ見出し*/
.title1{font-size:xx-large;font-weight:bold}/*１行用*/
.title2{font-size:200%;font-weight:bold}/*２行用*/
.title3{font-size:250%;font-weight:bold}/*２行用(大きめの字)*/
/*囲みの内容文を上に揃える*/
.top{vertical-align:top}
/*枠付き文章(緑)*/
blockquote{border-style:double;border-color:rgb(121,193,31);padding:0.5em}
/*小さな文字*/
.1{font-size:85%}
/*枠付き文章(青)*/
.2{border:2px solid;border-color:rgb(25,77,157);padding:5px}
/*表示幅*/
.3{width:550px}
/*特大文字*/
.4{font-size:500%;font-weight:bold;line-height:1}
/*灰色の小文字(social welfare corporation HOKUSHOKAI)*/
.5{font-size:85%;color:gray;line-height:0.8}
/*表の内容を下に揃える*/
.6{vertical-align:bottom;text-align:left;font-weight:normal}
/*リストマーク＝水色*/
.7{color:#87ceeb}
/*用語解説の本文背景色*/
.8{background-color:#ebfaff;padding:0.5em;width:25em}

