body {
  margin : 0px;
  background-color: #e4e9c2;
  color : #000000 ;
}
a:link { color: #0000cc ; }
a:visited { color: #3333cc ; }
a:active { color: cc0000 ; }
a:HOVER{
  text-decoration : underline;color : #cc0000;
  background-color : #ffffcc;
}
.text-s {
  font-size: x-small;
  line-height: 120%;
}
.text-95{
  font-size : 95%;
  line-height : 130%;
}
.text-80{
  font-size : 80%;
  line-height: 120%;
}
.text-m {
  font-size: small;
  line-height: 120%;
}
.wakusen {
  font-size: small;
  line-height: 135%;
  margin-bottom: 3px;
  margin-left: 10px;
  border-top: 1px solid #6699CC;
  border-right: 3px solid #6699CC;
  border-bottom: 3px solid #6699CC;
  border-left: 1px solid #6699CC;
  padding: 4px;
  background-color: #DFDFFF;
}
.wakusen-st {
  line-height: 135%;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  padding: 3px;
}
.margin {
  margin-left: 10px;
}
.table-main{
  border-collapse: collapse;
  background-color : white;
  line-height: 150%;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
}
.td-main{
  background-color : white;
  line-height: 150%;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
}
ol {
  font-size: small;
  font-weight: normal;
  margin-left: 0px;
  list-style-type: decimal;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 150%;
  list-style-position: inside;
}

/* 通常のリスト */
UL {
  font-size: small;
  font-weight: normal;
  margin-left : 20px;
  line-height : 150%;
  margin-top : 3px;
  margin-bottom : 3px;
}

/* 課名の見出しH1（class指定） */
.kameiH1{
  border: none; 
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image : url(images/h1logo.gif);
  background-repeat: no-repeat;
  text-indent : 1.5em;
  width : 720px;
  background-position: 1px;
  margin-left : 0px;
  line-height : 1em;
  color : #336699 ;
}

/* 市章入りのH1 */
.sisyouH1 {
  font-weight: bold;
  border: 1px solid #6699CC;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
  background-image : url(images/h1logo.gif);
  background-repeat: no-repeat;
  text-indent : 40px ;
  width : 720px;
  background-position: 1px;
  margin-left : 0px;
  line-height : 1.2em;
}

/* 目的別目次の見出しH1（class指定） */
.lifeH1 {
  width : 700px;
  border: none; 
  padding : 10px;
  margin : 10px;
  color : #336699 ;
  background-image : none ;
  text-indent : 5px;
}

/* 目的別目次のH3見出し　幅300ピクセル(p class="lifeH3") */
.lifeH3 {
  width : 300px;
  background-color : #ddffee;
  margin-left : 0px ;
  margin-right : 0px ;
  margin-top: 20px;
  margin-bottom : 10px;
  line-height: 120%;
  font-weight: bold;
  border-width: 0 0 0 10px;
  border-style: solid;
  border-color: #66cc99;
  margin-left : 10px;
  padding : 3px;
  color : #339966 ;
}

/* 通常の見出し */
H1 {
  font-weight: bold;
  border-top : 3px solid #6699CC;
  border-right : 3px solid #6699CC;
  border-bottom : 3px solid #6699CC;
  border-left : 3px solid #6699CC;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left : 5px;
  margin-top: 10px;
  margin-bottom: 30px;
  text-indent : 0 ;
  background-image : none;
/*  width : 720px; */
  line-height : 1.2em;
}
H2 {
  padding-left : 10px;
  margin-right : 5%;
  font-weight: bold;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 10px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #6699CC;
  border-right-color: #6699CC;
  border-bottom-color: #6699CC;
  border-left-color: #6699CC;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 0px;
}
H3 {
  margin-left : 5px;
  margin-right : 10%;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left : 6px;
  font-weight: bold;
  padding-right: 5px;
  border-bottom-color: #99CCEE;
  border-bottom-width : 1px;
  border-bottom-style: solid;
  border-left-color : #99CCEE;
  border-left-width : 6px;
  border-left-style : solid;
}
H4{
  border-bottom-color: #99ccff;
  border-bottom-style : dotted;
  margin-top: 15px;
  margin-left : 8px;
  margin-bottom: 5px;
  padding-left : 5px;
  border-bottom-width : 1px;
}
p {
  line-height: 150%;
  margin : 0.5em 10px 0.5em 10px;
}
.wakusen-index {
  font-size: small;
  line-height: 135%;
  margin-bottom: 3px;
  margin-left: 10px;
  border-top: 1px solid #6699CC;
  border-right: 3px solid #6699CC;
  border-bottom: 3px solid #6699CC;
  border-left: 1px solid #6699CC;
  padding: 4px;
}
.bc {
  font-weight: bold;
  color: #CC0000;
}
.wakusen-s {
  font-size: x-small;
  line-height: 135%;
  margin-bottom: 3px;
  margin-left: 10px;
  border-top: 1px solid #6699CC;
  border-right: 3px solid #6699CC;
  border-bottom: 3px solid #6699CC;
  border-left: 1px solid #6699CC;
  padding: 4px;
  background-color: #FFFFFF;
}
.wakusen-l {
  font-size: small;
  line-height: 135%;
  margin-bottom: 3px;
  margin-left: 10px;
  border-top: 1px solid #0066FF;
  border-right: 3px solid #0066FF;
  border-bottom: 3px solid #0066FF;
  border-left: 1px solid #0066FF;
  padding: 4px;
}

.text-l {
  font-size: large;
  line-height : 130%;
  font-weight: bold;
  font-style: normal;
  
  background-color: #FFFFCC;
}.text-150{
  font-size : 150%;
  line-height : 130%;
  font-weight: bold;
  font-style: normal;
  
  
}.text-130{
  font-size : 130%;
  line-height : 130%;
  font-weight: bold;
  font-style: normal;
  
  
}.text-120{
  font-size : 120%;
  line-height : 130%;
  font-weight: bold;
  font-style: normal;
  
  
}

/* 情報ページの目的別目次への戻りリンク段落用(p class="subindexback") */
.subindexback{
  width : 760px;
  background-color : #ffffff;
  margin-top: 0px;
  margin-bottom : 0px;
  font-size : 90%;
  font-weight: bold;
  padding-top : 2px;
  padding-bottom : 2px;
  padding-right : 5px;
  text-align : right;
  margin-left : auto;
  margin-right : auto;
}

/* 情報ページの課名段落用(p class="kamei") */
.kamei{
  width : 760px;
  background-color : #ffffff;
  margin-top: 0px;
  margin-bottom : 0px;
  font-size : 95%;
  font-weight: bold;
  padding-top : 2px;
  padding-bottom : 2px;
  padding-right : 5px;
  text-align : right;
  margin-left : auto;
  margin-right : auto;
}

/* 問い合わせ先段落用(p class="toi") */
.toi{
  background-color : #f7f9d0;
  margin-top: 10px;
  margin-bottom : 10px;
  margin-left : 10px;
  line-height: 120%;
  font-weight: bold;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #993333;
  padding : 5px 5px 5px 5px ;
}

/* 問い合わせ先段落用　幅350ピクセル(p class="toi-w350") */
.toi-w350{
  width : 350px;
  background-color : #f7f9d0;
  margin-top: 10px;
  margin-bottom : 10px;
  line-height: 120%;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  border-color: #993333;
  margin-left : 10px;
  padding : 5px;
}

/* リンクの頭にマークを付ける(a class="link") */
.link{
  margin-left: 0.5em;
  margin-right: 0.5em;
  background-image : url(images/go_b.gif);
  background-repeat: no-repeat;
  background-position: 1px;
  padding-left : 12px;
}

/* リンクの頭にマークを付けるの中のマーク無し(a class="linknone") */
.linknone{
  margin-left: 0;
  margin-right: 0;
  background-image : none;
  padding-left : 0px;
}


/* リストのリンクの頭にマークを付ける(ul class="li-link") */
ul.li-link {
  margin-left : 20px;
  line-height : 120%;
  margin-top : 0.5em;
  margin-bottom : 0.5em;
  list-style-image : url(images/go_b.gif);
  margin-left : 1em;
}
ul.li-link li {
  line-height : 120%;
  margin-top : 0.5em;
  margin-bottom : 0.5em;
  list-style-image : url(images/go_b.gif);
  margin-left : 1em;
}

/* リストのリンクの頭にマークを付ける(DIV id="menu" 内) */
DIV#menu ul {
  margin-left : 20px;
  line-height : 120%;
  margin-top : 0.5em;
  margin-bottom : 0.5em;
  list-style-image : url(images/go_b.gif);
  margin-left : 1em;
}
DIV#menu ul li {
  line-height : 120%;
  margin-top : 0.5em;
  margin-bottom : 0.5em;
  list-style-image : url(images/go_b.gif);
  margin-left : 1em;
}

/* 広報の表 */
.kouhou-table{
  line-height : 150%;
  margin-left : 10px;
  margin-top : 1em;
  margin-bottom : 1em;
}

/* 細線のみの表 */
table.line1 {
  border-width : 1px;
  border-style : solid;
  border-color : #666666 ;
  border-collapse: collapse;
  margin : 0.5em;
}
table.line1 td {
  line-height : 130%;
  padding : 3px 5px 3px 5px ;
  border-width : 1px;
  border-style : solid;
  border-color : #999999 ;
  border-collapse: collapse;
  vertical-align : top ;
}
table.line1 th {
  line-height : 130%;
  padding : 3px 5px 3px 5px ;
  border-width : 1px;
  border-style : solid;
  border-color : #999999 ;
  border-collapse: collapse;
  background-color : #eeeeee ;
  vertical-align : top ;
}

/* 点線下線のみの表 */
table.uline {
  border-top-width : 1px;
  border-top-style : dotted;
  border-top-color : silver;
  border-collapse: collapse;
  margin : 0.5em;
}
table.uline th, table.uline td {
  line-height : 130%;
  padding-left : 8px;
  padding-right : 8px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : silver;
  vertical-align : top ;
}
table.uline td.tdlink a {
  margin-left: 1px ;
  margin-right: 0 ;
  background-image : url(images/go_b.gif);
  background-repeat: no-repeat;
  background-position: left 1px ;
  padding-left : 15px ;
}

/* 点線下線のみの表　リンクマーク入り */
table.ulinelink {
  border-top-width : 1px;
  border-top-style : dotted;
  border-top-color : silver;
  border-collapse: collapse;
  margin : 0.5em;
}
table.ulinelink th, table.ulinelink td {
  line-height : 130%;
  padding-left : 8px;
  padding-right : 8px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : silver;
  vertical-align : top ;
}
table.ulinelink a {
  margin-left: 1px ;
  margin-right: 0 ;
  background-image : url(images/go_b.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left : 15px;
}

/* 表のインデント */
.table-indent20px{
  margin-left : 20px;
  margin-right : 10px;
  line-height : 130%;
}
.table-indent10px{
  margin-left : 10px;
  margin-right : 10px;
  line-height : 130%;
}

/* コメント用の表 */
.table-comment{
  background-color : #ddeeff;
  margin : 10px;
  padding : 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #0099cc;
  font-size : 95%;
  line-height : 130%;
}

/* コメント段落用（p class="comment"） */
.comment{
  background-color : #ddeeff;
  margin : 10px;
  padding : 5px;
  line-height: 120%;
  border-width: 1px;
  border-style: solid;
  border-color: #0099cc;
  font-size : 95%;
  line-height : 130%;
}

/* トップバーのアイコン枠(td class="topbar-tb") */
td.topbar-tb a {
  padding : 1px;
}
td.topbar-tb {
  font-size : 13px;
  line-height : 13px;
  background-image : url(images/topbar2.gif);
  background-repeat: no-repeat;
  background-position: 0px;
}
BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

/* 目的別目次のリンク表　(table class="lifelink") */
table.lifelink {
  border-width : 0 0 0 0 ;
  margin : 0.5em;
}
TABLE.lifelink TH {
  background-color : #ddffee;
  font-weight: bold;
  border-width: 0 0 0 10px;
  border-style: solid;
  border-color: #66cc99;
  padding : 3px 3px 3px 5px;
  color : #339966 ;
  font-size : 110%;
}
TABLE.lifelink TD {
  padding-left : 8px;
  line-height : 130%;
}
table.lifelink a {
  margin-left: 1px ;
  margin-right: 0 ;
  background-image : url(images/go_b.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left : 15px;
}


/* 課目次のリンク表　(table class="kalink") */
table.kalink {
  border-width : 0 0 0 0 ;
  margin : 0.5em;
}
TABLE.kalink TH {
  font-weight: bold;
  border-width: 0 0 2px 0;
  padding : 5px 3px 2px 5px;
  color : #6699cc ;
  border-color: #6699cc;
  border-style : dotted;
}
TABLE.kalink td {
  padding-left : 8px;
  line-height : 130%;
}
table.kalink a {
  margin-left: 1px ;
  margin-right: 0 ;
  background-image : url(images/go_b.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left : 15px;
}


/* 各課目次事務内容の表 */
table.jimutable {
  border-width : 1px ;
  border-style : solid ;
  border-color : #666666 ;
  border-collapse: collapse ;
  margin : 10px ;
}
table.jimutable td {
  font-size : 95% ;
  line-height : 130% ;
  padding : 3px 5px 3px 5px ;
  border-width : 1px ;
  border-style : solid ;
  border-color : #999999 ;
  border-collapse: collapse ;
  vertical-align : top ;
}
table.jimutable th {
  line-height : 130% ;
  padding : 3px 5px 3px 5px ;
  border-width : 1px ;
  border-style : solid ;
  border-color : #999999 ;
  border-collapse : collapse ;
  background-color : #ddeeff ;
  vertical-align : top ;
}

/* 点線のＨＲ */
hr.dot-line {
  margin : 1em ;
  border-width : 3px ;
  border-style : dotted ;
  border-color : #6699cc ;
}

/* 重要なお知らせ段落用(p class="imp") */
.imp{
  color : #cc0000;
  background-color : #ffffcc;
  margin-top: 10px;
  margin-bottom : 10px;
  margin-left : 10px;
  line-height: 150%;
  font-weight: bold;
  border-width: 2px 2px 2px 2px ;
  border-style: solid;
  border-color: #cc0000;
  padding : 5px 5px 5px 5px ;
}
