/*** 秋田県南部男女参画センター ***/

/* 印刷時のみ */
@media print {
body {
_zoom: 0.88;
}
}

/* 全体 */
body {
   margin:0px;
   color:#333333;
   background-color: #FFFFFF;
   line-height: 130%;
   text-align: center;
}

/* 幅と中央揃え */ 
 div.content{
  width: 720px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
 }


/* テキストリンク */
a:link { color:#008822; text-decoration:underline; }
a:visited { color:#006688; text-decoration:underline; }
a:focus { color:#007777; text-decoration:underline;background:#eeffcc; }
a:hover { color:#007777; text-decoration:underline;background:#eeffcc; }
a:active { color:#007777; text-decoration:underline;background:#eeffcc; }



/* 見出し指定 */
h1 { 
    color:#008855; 
   line-height: 120%;
   margin:0 0 10px 0;
   }
h2 { 
    color:#333333; 
   font-size: 130%;
   line-height: 120%;
   margin:5px 0 20px 0;
   }
h3 { 
    color:#333333;
   font-size: 105%;
   line-height: 120%;
   margin:0 0 5px 0;
   }
h4 { 
    color:#333333;
   line-height: 100%;
   margin:0 0 0 0;
   }

/* トップバー */
div.top {
   font-size: 100%;
   float: left;
   width: 400px;
}

/* ヘッダー情報 */
div.head {
   text-align:right;
   font-size: 75%;
   line-height: 130%;
   padding:0px 0px 10px 0px;
}

/* 文字サイズ変更 */
div.fontsize {
   text-align:right;
   font-size: 75%;
   line-height: 130%;
   padding:0px 0px 0px 0px;
}


/* タブ */
div.tab {
   clear: both; 
   line-height: 120%;
   font-size: 80%; 
}

#menu_tab a { 
display: block; /* ブロック要素 */ 
width: 100%; /* リンク部分の横幅 */ 
} 

#menu_tab a:link { 
color: #4444aa; /* マウスオーバー時の文字色 */ 
}

#menu_tab a:hover { 
background-color: #eeffcc; /* マウスオーバー時の背景色 */ 
color: #008888; /* マウスオーバー時の文字色 */ 
}



/* グローバル・ナビ */
div.navi {
   clear: both;
   text-align:left;
   font-size: 80%;
   padding:0px 0px 5px 0px;
}


/* パンくず */
div.bread {
   clear: both;
   font-size: 80%;
   padding:0px 0px 5px 0px;
}

/* ページタイトル */
div.title {
   clear: both;
   float: left;
   padding:10px 0px 10px 0px;
}

/* もくじ */
div.index {
   float: left;
   line-height: 130%;
}

/* 本文 */
div.main {
   clear: both;
   line-height: 150%;
}


/* トップおしらせ */
div.topnews {
   clear: both;
   line-height: 130%;
   text-align: left;
   margin-left: auto;
   margin-right: auto;
}

/* 区切りの破線 */
div.dot{
 background-image:url("img/dot.gif");
 background-repeat: repeat-x;
}

/* ページトップへ */
div.pagetop{
   padding:0px 0px 0px 0px;
   text-align:right;
   font-size: 75%;
}


/* フッター */
div.footer {
   clear: both;
   text-align:left;
   font-size: 75%;
   line-height: 130%;
}
