/* ＨＰスタイル設定（共通） */


/* リンク部分の色の設定 */
/* A:link { color: #58595B } *//* 普通のリンク色 */
/* A:visited { color: #58595B } *//* すでに見たリンク色 */
A:active { color: #ff0000 } /* クリックした時のリンク色 */
A:hover { color: #ff0000 } /* カーソルが乗った時のリンク色 */


/* 本文の文字 */
.honbun{font-size:80%;line-height:140%}
.honbunb{font-size:90%;line-height:140% }
.honbunb2{font-size:90%;line-height:150% }
.honbunw{font-size:105%;line-height:125%;font-weight: bold}
.honbund{font-size:110%;line-height:130%;font-weight: bold}
.honbunq{font-size:80%;line-height:140%;color: #1f51ae}


/* 見出し・タイトルの文字 */
h1 {
     text-align:center;
     text-valign:middle;
     font-size:100%;
     font-weight:normal;
     color: #f08080}

h2 {
     width: 100%;
     font-weight: bold;
     font-size: 1em;
     color: #ffffff;
     background-color: #8484ee;
     border: 1px none #8888f8;
     border-top: 1px solid #ccccff;
     border-left: 1px solid #ccccff;
     border-right: 1px solid #666699;
     border-bottom: 1px solid #666699;
     padding: 5px 3px 3px 0.5em;}


/* テーブル枠の線 */
.sen1 {
         height: auto;
         width: 300px;
         border: thin solid #f08080;
         margin:5pt; 
         padding:5pt;
         font-size:80%;
         line-height:130%}

.sen2 {
         height: auto;
         width: auto;
         border-style: double;
         margin:4pt; 
         padding:4pt;
         font-size:80%;
         color: #f08080}

.sen3 {
         background-color: #ffcccc;
         width: 170px;
         border-right: 1px dotted #999999; 
         padding:2pt;
         font-size:75%;
         line-height:20px}

.sen3-2 {
         background-color: #ffffff;
         width: 40%;
         border-right: 1px dotted #999999; 
         padding:5pt;
         font-size:80%;
         line-height:130%}

.sen4 {
         width: 450px;
         margin: 0;
         padding: 3px 0;
         font-weight: bold;
         font-size:90%;
         background-color: #DBE2FF;
         border-top: 3px double #999999;
         border-bottom: 3px double #999999;}

.sen4-1 {
         width: 220px;
         margin: 0;
     	 text-align:center;
         padding: 3px 0;
         font-weight: bold;
         font-size:90%;
         background-color: #DBE2FF;
         border-top: 3px double #999999;
         border-bottom: 3px double #999999;}

.sen4-2 {
         width: 700px;
         margin: 0;
         padding: 3px 0;
         font-weight: bold;
         font-size:90%;
         background-color: #DBE2FF;
         border-top: 3px double #999999;
         border-bottom: 3px double #999999;}

.sen5 {
         height: auto;
         width: 450px;
         margin:0pt; 
         padding:5pt;
         font-size:80%;
         line-height:130%}

.sen6 {
         width: 300px;
         border-bottom: 1px dotted #999999; 
         padding:5pt;
         font-size:80%;
         line-height:130%}

img{border:0px;
}

