@charset "UTF-8";

/*------------------------------------------------------
ページ共通
------------------------------------------------------*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../images/backimage2.gif);
	background-repeat: repeat;
}
#wrapper {
	 text-align:left;
	width: 1000px;
	background-color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #000000;
}

p{
margin: 0px 10px 1.0em 10px;
font-size:100%;
line-height:180%;
width: 80%;
min-width: 28em;
max-width: 35em;
}

q{
margin: 0px 10px 1.0em 10px;
font-size:100%;
line-height:180%;
width: 80%;
min-width: 10em;
max-width: 20em;
}

r{
margin: 0px 10px 1.0em 10px;
font-size:100%;
line-height:180%;
width: 80%;
min-width: 40em;
max-width: 70em;
}
#contents{
clear: both;
margin-bottom: 30px;
padding:0;
width:1000px;
}
#contents2{
margin:0;
padding:0;
width:1000px;
float:right;
}
#navi{
margin:0;
padding:0;
float:left;
width:485px;
}
#navi2{
margin:0;
padding:0;
float:left;
width:330px;
}
#main{
margin:0;
padding:0;
float:right;
width:485px;
}
#main2{
margin:0;
padding:0;
float:right;
width:670px;
}
#navi3{
margin-top: 30px;
padding:0;
float:left;
width:200px;
}
#main3{
margin-top: 30px;
padding:0;
float:right;
width:800px;
margin-bottom: 35px;
}
#main4{
margin:0;
padding:0;
float:right;
width:755px;
margin-bottom: 35px;
}
#navi4{
margin:0;
padding:0;
float:left;
width:1000px;
margin-bottom: 35px;
}

ul#nav1 li {
    float: left;
    margin-left: -1px;
    width: 100px;
    height: 30px;
    overflow: hidden;
}

ul#nav1 li.nav1 {
background:url(images/navi1.gif) no-repeat 0px -29px’;
}

#gNavBox {
	color: #333;
	width: 902px;
	float: left;
	padding: 0px;
	height: 62px;
	display: inline;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	clear: both;
}
#header{
	display: inline;
}

div.pdfbox {
	width:250px;
	height:270px;
	float: left;
	margin-top:10px;
	margin-left:20px;
	margin-right:21px;
	padding:20px;
	border:1px solid gray;
	background-color:black;
	text-align: center;
} 

#footer {
	width: 1000px;
	clear: both;
	color: #000000;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a{
	color: #333333;
	text-decoration: none;
}
a:hover{
	color: #CC0066;
	text-decoration: underline;
}


/*------------------------------------------------------
アコーディオンメニュー
------------------------------------------------------*/

ul.acc, ul.acc li ul { 
  margin: 0; 
  padding: 0; 
  list-style: none; 
} 
 
ul.acc a{ 
  display: block; 
  height: 30px; 
  line-height: 30px; 
  color: #feffff; 
} 
 
ul.acc { 
  background-color: #185AAC; 
} 
 
ul.acc li ul { 
  background-color: #A6B5E2; 
} 

.menu{
      font-family: century;
}

.menu ul{
    list-style: none;
    margin:0;
    padding:0;
    width:200px;
}
.menu ul li ul{
    width:200px;
}
.menu ul li{
    margin:0;
    padding:5px;
    background-color: transparent;
}
.menu ul li a{
    padding-top:5px;
    border-color: #404040 #1A1A1A #1A1A1A #505050;
    border-style: solid;
    border-width: 1px;
    padding-left: 5px;
    display:block;
    text-decoration: none;
    color:white;
    font:bold 17px Arial,Helvetica,sans-serif;
    height:30px;
    background: #888888 url(arrow.png) no-repeat center right;
    line-height: 1.3em;
}
.menu ul li ul a{
    border-color: #404040 #1A1A1A #1A1A1A #505050;
    border-style: solid;
    border-width: 1px;
    margin-top:2px;
    padding-left: 5px;
    display:block;
    text-decoration: none;
    color:white;
    font-size:14px;
    height:25px;
    font-weight: normal;
    background: #0D0D0D;
}
.menu ul li a:hover{
    background: #5DB1E0 url(arrow2.png) no-repeat center right;
}
.menu ul li ul a:hover{
    background: #4698ca;
}

.menu ul li ul{
    display:none;

}

.menu2{
      font-family: century;
}
.menu2 ul{
    list-style: none;
    margin:0;
    padding:0;
    width:230px;
}
.menu2 ul li ul{
    width:230px;
}
.menu2 ul li{
    margin:0;
    padding:5px;
    background-color: transparent;
}
.menu2 ul li a{
    padding-top:5px;
    border-color: #404040 #1A1A1A #1A1A1A #505050;
    border-style: solid;
    border-width: 1px;
    padding-left: 5px;
    display:block;
    text-decoration: none;
    color:white;
    font:bold 17px Arial,Helvetica,sans-serif;
    height:30px;
    background: #888888 url(arrow.png) no-repeat center right;
    line-height: 1.3em;
}
.menu2 ul li ul a{
    border-color: #404040 #1A1A1A #1A1A1A #505050;
    border-style: solid;
    border-width: 1px;
    margin-top:2px;
    padding-left: 5px;
    display:block;
    text-decoration: none;
    color:white;
    font-size:14px;
    height:25px;
    font-weight: normal;
    background: #0D0D0D;
}
.menu2 ul li a:hover{
    background: #5DB1E0 url(arrow2.png) no-repeat center right;
}
.menu2 ul li ul a:hover{
    background: #4698ca;
}

.menu2 ul li ul{
    display:none;

}

/*------------------------------------------------------
カテゴリメニュー
------------------------------------------------------*/

/* リスト全体 */
.tag ul
   {
    width:800px;            /* リスト全体の幅 */
    height:35px;            /* リスト全体の高さ */
    list-style:none;        /* リストマークを無しにする */
    text-align:center;      /* 文字を中央 */
    font-size:130%;         /* 文字を大きく */
    font-weight:bold;       /* 文字を太く */
    line-height:150%;       /* 行の高さを調整 */
   }

/* 各項目 */
.tag li
   {
    width:160px;            /* 項目の幅 */
    height:35px;            /* 項目の高さ */
    float:left;             /* 各項目を左側から回り込み */
   }

/* リンク部分 */
.tag a
   {
    display:block;            /* リンク範囲をブロックに変換 */
    width:100%;               /* リンク範囲（幅）をリスト項目範囲全て */
    height:100%;              /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url('tag13_01.png'); /* リンク範囲の背景画像設定 */
    background-position:0px 0px; /* ★背景画像の（0px 0px）の位置★ */
   /* background-repeat:no-repeat;  背景画像繰り返し表示しない */
    color:#ff0000;            /* リンク文字色 */
   }

.tag a:link
   {color:#ffffff;}         /* まだ見ていないリンク色 */

.tag a:visited
   {color:#ffffff;}         /* 既に見たリンク色 */
 
.tag a:hover
   {
    background-image:url('tag13_02.png');    /* マウスが上に来た時の背景画像設定 */
    background-position:0px -35px;  /* ★背景画像を（0px -35px）に移動★ */
    color:#ff0000;          /* マウスが上に来た時の文字色 */
   }


/*------------------------------------------------------
ヘッダーナビゲーション
------------------------------------------------------*/
#logo{
	float: left;
	padding-left: 10px;
}

#pNav{
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	width: 570px;
	padding-bottom: 5px;
}
#pNav ul{
	text-align: right;
	padding-bottom: 10px;
	padding-top: 5px;

}
#pNav ul li{
	display: inline;
	padding-left: 20px;
	font-size: 0.8em;
	font-weight: 700;
	margin-left: 10px;
}
#pNav ul li a{
	text-decoration: none;
	color: #999999;
}
#pNav ul li a:hover{
	color: #CC0066;
}
#pNav ul li img{
	vertical-align: bottom;
}
#pNav ul li.iTranslation{
	background-image: url(../images/icon_translation.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#pNav ul li.iMail{
	background-image: url(../images/icon_mail.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#pNav ul li.iSitemap{
	background-image: url(../images/icon_sitemap.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#pNav ul li.iMobile{
	background-image: url(../images/phone.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#pNav2{
	clear: both;
	padding: 0px;
	width: 18.5em;
	font-size: 0.8em;
	font-weight: 700;
	color: #999999;
	margin-top: 7px;
	text-align: right;
	float: right;
}
#pNav2 img{
	vertical-align: bottom;
}

#searchBox{
	display: inline;
	text-align: right;
}
#cse-search-box{
	text-align: right;
	font-size: 0.8em;
	font-weight: 700;
	color: #666666;
}
/*------------------------------------------------------
ブロックジャンプ
------------------------------------------------------*/
.offleft,
#skipLink {
	text-indent:-9999px !important; /* for MODERN blowser */
	text-indent:0;
	font-size:0;
	height:0;
}

.offleft span,
#skipLink span {
	text-indent:-9999px; /* for ALL WIN IE */
}

.offleft a,
#skipLink a {
	text-decoration:none;
}

/*------------------------------------------------------
フッター
------------------------------------------------------*/
#footer ul{
	text-align: right;
	float: right;
}
#footer ul li{
	background-image: url(../images/foot_menu_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	list-style-type: none;
	display: inline;
	font-size: 0.8em;
	margin-left: 10px;
}
#footer ul li a{
	text-decoration: none;
}
#footer ul li a:hover{
}

p#copyright{
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 0.7em;
	letter-spacing: 0.05em;
}

/*---------------------------------------------------
サムネイル表示
---------------------------------------------------*/

ul.thumbzoom {
 list-style-type: none;
}
ul.thumbzoom li {
 float: left;
 margin: 0 20px 20px 0;
}
ul.thumbzoom a {
 display: block;
 width: 120px;
 height: 90px;
 overflow: hidden;
 position: relative;
 z-index: 1;
}

ul.thumbzoom a:hover {
 overflow: visible;
 z-index: 2;
}
ul.thumbzoom a:hover img {
 width: 320px;
 height: 240px;
}

dl.thumbnail div {
 float: left;				/* 左回り込み */
 margin: 0 5px 5px 0;			/* 右と下にスペース 5px */
}
dl.thumbnail img {
 border: 2px solid #bbb;		/* 画像に 2pxの枠 */
 width: 120px;				/* 画像の幅 */
 height: 90px;				/* 画像の高さ */
}
dl.thumbnail a { display: block; }	/* リンクをブロックレベルへ */
dl.thumbnail dd {
 text-align: center;			/* 中央揃え */
 margin-left: 0;			/* Google Chrome用ハック */
 margin-top: 2px;			/* 画像と文字列間のスペース */
}
/*------------------------------------------------------
Clear Fix
------------------------------------------------------*/

/* for modern browser */
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */




/* ラッパー */
#container {
	float:left;
	width:684px;
}

/* 中央 */
#content {
	float:right;
	width:440px;
}

/* 左 */
#menu {
	float:left;
	width:220px;
	padding-left: 10px;
}

#menu2 {
	float:left;
	width:220px;
	padding-left: 10px;
}
/* 右 */
#submenu {
	float:right;
	width:220px;
}

/* 下 */
#bottomBanner {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: both;
	background-color: #EEEECC;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#bottomBanner img{
	margin-right: 5px;
	margin-bottom: 3px;
}

/* 便利ガイド */
.benriguide {
	vertical-align: baseline;
	font-size: 80%; /* ボックスの文字サイズ */
	margin: 0px 5px 15px 5px;
	border: 1px #c0c0c0 solid; /* ボックスの枠線 */
}

/* 便利ガイド */
.benriguide2 {
	margin: 5px 10px 15px 10px;
}


/* 左上のショートカット（テキスト） */
#shortcutlist{
	margin-bottom: 20px;
}

/* 左上のバナー（テキスト） */
ul#bunnerList li{
	padding-left: 20px;
	font-size: 0.8em;
	line-height: 1.3em;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
}

/* 市民の皆さまへ */
#siminlist{
	margin-bottom: 10px;
}

/* 島外の皆さまへ */
#tougailist{
	margin-bottom: 10px;
}

/* 右側のリスト */
ul#cityhallList li{
	padding-left: 20px;
	font-size: 0.8em;
	line-height: 1.3em;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
}

/* ごとうチャンネル広告 */
#gotochannel{
	margin-bottom: 10px;
	text-align: center;
	padding-bottom: 5px;
}

#gotochannel ul li{
	margin: 0px;
	padding: 0px;
}

/* 広報ごとう広告 */
#kouhousi{
	margin-bottom: 10px;
	text-align: center;
	padding-bottom: 5px;
}
#kouhousi ul li{
	margin: 0px;
	padding: 0px;
}

/* ごとうチャンネル・広報ごとうタイトル */
.sideTitle2{
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-top: 5px;
	background-image: url(../images/sidetitle2_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
}

/* 左側バナー */
#cityhallBanner{
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 5px;
}
#cityhallBanner ul li{
	margin: 0px;
	padding: 0px;
}

.simincal{
	background-image: url(../images/icon_calender.gif);
	background-repeat: no-repeat;
}

.siminkoe{
	background-image: url(../images/icon_siminkoe.gif);
	background-repeat: no-repeat;
}

.sika{
	background-image: url(../images/icon_sika.gif);
	background-repeat: no-repeat;
}

.awasenegal{
	background-image: url(../images/icon_senegal.gif);
	background-repeat: no-repeat;
}

.netkoubai{
	background-image: url(../images/icon_netkoubai.gif);
	background-repeat: no-repeat;
}

.kansa{
	background-image: url(../images/icon_kansa.gif);
	background-repeat: no-repeat;
}

.download{
	background-image: url(../images/icon_download.gif);
	background-repeat: no-repeat;
}

.reikisyu{
	background-image: url(../images/icon_reikisyu.gif);
	background-repeat: no-repeat;
}

.inakagurasi{
	background-image: url(../images/icon_inakagurasi.gif);
	background-repeat: no-repeat;
}

.kihukin{
	background-image: url(../images/icon_hart2.gif);
	background-repeat: no-repeat;
}

.nyuusatu{
	background-image: url(../images/icon_nyuusatu.gif);
	background-repeat: no-repeat;
}

.tosyokan{
	background-image: url(../images/icon_tosyokan.gif);
	background-repeat: no-repeat;
}

.siryoukan{
	background-image: url(../images/icon_siryoukan.gif);
	background-repeat: no-repeat;
}

.yoyakusystem{
	background-image: url(../images/icon_yoyakusystem.gif);
	background-repeat: no-repeat;
}


.ironman{
	background-image: url(../images/icon_ironman.gif);
	background-repeat: no-repeat;
}

.triathlon{
	background-image: url(../images/icon_triathlon.gif);
	background-repeat: no-repeat;
}

.furusatosimin{
	background-image: url(../images/icon_furusato.gif);
	background-repeat: no-repeat;
}

.nousuiinfo{
	background-image: url(../images/icon_nousuiinfo.gif);
	background-repeat: no-repeat;
}

.fukudokubook{
	background-image: url(../images/icon_fukudokubook.gif);
	background-repeat: no-repeat;
}

.baramonkids{
	background-image: url(../images/icon_baramonkids.gif);
	background-repeat: no-repeat;
}

.katarannet{
	background-image: url(../images/icon_katarannet.gif);
	background-repeat: no-repeat;
}

.sportsyuuchi{
	background-image: url(../images/icon_sportsyuuchi.gif);
	background-repeat: no-repeat;
}
