@charset "shift_jis";

BODY,TD,DIV{/*全体の文字*/
font-size : 12px;
font-family : Verdana,"MS UI Gothic",Osaka,monospace,;
}
BODY {
  background-repeat: repeat-x              /* 背景は縦のみ繰り返す */
}

A{/*リンクしてある文字に下線青*/
color : blue;
text-decoration : underline blue
}

A:HOVER{/*マウスが触れたとき*/
color : #cc00cc;
text-decoration : none;
}

h1 {
    color:#000099;
    background:16px;
    background-color:#ccffcc;
    font-size:18px;
    line-height:130%;
    margin-left:auto;
    padding-left:10px;
    border-left-color:#000099;
    border-left-style:solid;
    border-left-width:5px;
    border-bottom-color:#000099;
    border-bottom-style:solid;
    border-bottom-width:2px;;#00cc66
}

h2 {
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-left: 10px;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;: 
}

li {
    font-size:14px;
    line-height:150%
}

p {font-size:14px;line-height:120%}

.text_box {
    margin-right: 5px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.line_box {
margin:10px;
padding:10px;
border-color:#000099;
border-style:solid;
border-width:1px 2px 2px 1px
}

.text_center {text-align:center}

.text_right {text-align:right}



/*------イメージセンタリング用コンテナ-----*/
.img_center { /*imgセンタリング用ボックス*/
	width: 600px;
	text-align:center;
	margin: 0px auto;
}
.img_box200 { /*幅200px用*/
	width: 200px;
	margin: 0px auto;
}
.img_box320 { /*幅320px用*/
	width: 320px;
	margin: 0px auto;
}
.img_box500 { /*幅500px用*/
	width: 500px;
	margin: 0px auto;
}


.img_right { /*画像を右寄せ*/
display:block
margin:10px 20px;
padding:10px;
float:right;
}

.box_clear { /*回り込みの解除用*/
float:none;
clear:both
}

/*PDFリンク用（PDFアイコン表示）*/
a.pdf {
   background-image: url("img/PDF.gif");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 30px;
   margin-right: 3px;
}

/*Wordリンク用（Wordアイコン表示）*/
a.word {
   background-image: url("img/Word.gif");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 30px;
   margin-right: 3px;
}

/*Excelリンク用（Excelアイコン表示）*/
a.excel {
   background-image: url("img/Excel.gif");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 30px;
   margin-right: 3px;
}

.pdfimg {display: inline;height: 12px; width: 26px}

.s_text {color:#696969;font-size:12px};