﻿@charset "utf-8";

/* ================================
    CSS STYLES FOR i-SITE PORTAL
    v1.3, 2005/4/10
   ================================
  framestyle_hv
*/
/****************** フレーム用定義 ******************/
/* 画面の幅と各ペインの決定方法
　　※各ペイン間の余白は、それぞれのパディングで設定する。
    ※モジュールのない場合はLeftPane,ContentPane,RightPaneは消える。
    ※モジュールのない場合でもContentPaneかRightPaneのどちらかは残る。
スタイルHV用(Header領域が左端まであるもの)：portal_m.css適用後
+--BaseTable--
| 732px
|+--SystemMenu----------------------------------+
||                                              |
|+----------------------------------------------+
|+--HeaderPane----------------------------------+
||                                              |
|+----------------------------------------------+
|+--LeftPane---+--ContentPane---+--RightPane---+|
|| 160px       | padding-left   |              ||
||             | 10px           |              ||
||             |                |              ||
|+-------------+----------------+--------------+|
|+--FooterPane----------------------------------+
||                                              |
|+----------------------------------------------+
+-------------
*/

body  /*margin,paddingは上右下左の順*/
{
  margin: 0px 0px 0px 0px;
  background-color: white;
  font-family: 'ＭＳ Ｐゴシック', 'Osaka', 'Arial', sans-serif;
  font-size: medium;
  /*font-family: 'ＭＳ ゴシック', 'Osaka－等幅', 'Courier New', 'Courier', monospace;*/
  /*font-family: 'ＭＳ Ｐ明朝', '細明朝体', 'Times New Roman', 'Times', serif;*/
  /*font-family: 'ＭＳ 明朝', '平成明朝', 'Courier New', 'Courier', monospace;*/
  /*font-family: 'Arial', 'Helvetica', sans-serif;*/
  /*font-family: 'Courier New', 'Courier', monospace;*/
  /*font-family: 'Times New Roman', 'Times', serif;*/
  /*font-family: cursive;*/
  /*font-family: fantasy;*/
}

button, checkbox, file, options, password, radio, select, reset, submit, text, textarea, A
{
  font-family: 'ＭＳ Ｐゴシック', 'Osaka', 'Arial', sans-serif;
}

/* == 大枠 == */
#BaseTable
{
  width:950px;
/*  padding: 0px 0px 0px 0px;*/
/*  background-image: url("../Images/grayback.gif");*/
}

/* == システムメニュー == */
#SystemMenu
{
/*  padding: 0px 0px 0px 0px;*/
}

/* == ヘッダー == */
#HeaderPane
{
/*  padding: 0px 0px 0px 0px;*/
}

/* == 左ペイン幅 == */
#LeftPane
{
  width:180px;
/*  padding: 0px 0px 0px 0px;*/
}

/* == MAIN(中央)ペイン == */
#ContentPane
{
width:570px; 
 padding: 0px 0px 0px 10px;
}

/* == 右ペイン == */
#RightPane
{
width:180px; 
  text-align:center;
/*  padding: 0px 0px 0px 0px;*/
}

/* == フッター == */
#FooterPane
{
/*  padding: 0px 0px 0px 0px;*/
}

/* 0000000.html */
/* CSS Document */

*{

}

#inquire {
	width:190px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
	padding: 0px;
	font-size: 10.5pt;
}
#inquire_top {
	background-image: url("../../../../Images/inquire_top.gif");
	background-repeat: no-repeat;
	background-position: top;
	height: 36px;
	width: 190px;
	margin: 0px;
	padding: 0px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}
#inquire_center {
	background-image: url("../../../../Images/inquire_center.gif");
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	margin: 0px;
}
#inquire_bottom {
	background-image: url("../../../../Images/inquire_bottom.gif");
	background-repeat: no-repeat;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

.section{
	margin-bottom: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #66CC66;
	text-indent: 7px;
	vertical-align: middle;
	padding: 0px;
	margin-top: 0px;
}
.section p{
	line-height: 14px;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.post{
	margin-bottom: 5px;
	letter-spacing: 0.1em;
}
.post p{
	line-height: 14px;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.address{
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
.address p{
	line-height: 14px;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.telT{
	margin-bottom: 5px;
}
.tel{
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
.tel p{
	line-height: 14px;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.faxT{
	margin-bottom: 5px;
}
.fax{
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
.fax p{
	line-height: 14px;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.mailT{
	margin-bottom: 5px;
}
.mail{
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
.mail p{
	line-height: 14px;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}



/* 101-1 */
/*  header部分  */
#shiratop {
	background-image: url(../../../../Images/header_top.jpg);
	background-repeat: no-repeat;
	height: 151px;
	width: 950px;
	margin: 0px;
	padding: 0px;
}
.relative {
	position: relative;
}

#shiratop_navi {
	height: 20px;
	width: 385px;
	visibility: visible;
	left: 260px;
	position: absolute;
	top: 20px;
}
#shiratop_navi ul{
	list-style-type:none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#shiratop_navi li{
	float: left;
	padding-left: 7px;
}
#shiratop_navi1 a{
	background-image: url(../../../../Images/header_introduce.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 80px;
}
#shiratop_navi1 a:hover{
	background-image: url(../../../../Images/header_introduce.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 80px;
}

#shiratop_navi2 a{
	background-image: url(../../../../Images/header_guidance.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 80px;
}
#shiratop_navi2 a:hover{
	background-image: url(../../../../Images/header_guidance.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 80px;
}

#shiratop_navi3 a{
	background-image: url(../../../../Images/header_sitemap.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 95px;
}
#shiratop_navi3 a:hover{
	background-image: url(../../../../Images/header_sitemap.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 95px;
}

#shiratop_navi4 a{
	background-image: url(../../../../Images/header_faq.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 95px;
}
#shiratop_navi4 a:hover{
	background-image: url(../../../../Images/header_faq.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 20px;
	width: 95px;
}
#shiratop_search {
	height: 22px;
	width: 240px;
	visibility: visible;
	left: 710px;
	position: absolute;
	top: 125px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
#shiratop_font {
	height: 30px;
	width: 159px;
	visibility: visible;
	position: absolute;
	top: 11px;
	margin: 0px;
	padding: 0px;
	left: 791px;
}

#shiratop_fontT {
	margin: 0px;
	padding: 0px;
	background-image: url(../../../../Images/fontsize_title.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 115px;
	top: 11px;
	visibility: visible;
	left: 676px;
	position: absolute;
}
#shiratop_font ul{
	margin: 0px;
	padding: 0px;
	float: left;
}
#shiratop_font li{
	float: left;
}
#shiratop_font1 a{
	background-image: url(../../../../Images/fontsize_01.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 75px;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
}
#shiratop_font2 a{
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 84px;
	background-image: url(../../../../Images/fontsize_02.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

/*  NAVI部分  */
#indexmenu {
	height: 50px;
	width: 950px;
	background-image: url(../../../../Images/indexmenu_bk.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#indexmenu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#indexmenu li{
	float: left;
}
#indexmenu1 a{
	background-image: url(../../../../Images/indexmenu_01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 31px;
	width: 76px;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 5px;
}
#indexmenu1 a:hover{
	background-image: url(../../../../Images/indexmenu_01hov.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 31px;
	width: 76px;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 5px;
}

#indexmenu2 a{
	background-image: url(../../../../Images/indexmenu_02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 31px;
	width: 141px;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 2px;
}
#indexmenu2 a:hover{
	background-image: url(../../../../Images/indexmenu_02hov.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 31px;
	width: 141px;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 2px;
}

#indexmenu3 a{
	background-image: url(../../../../Images/indexmenu_03.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 31px;
	width: 141px;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 2px;
}
#indexmenu3 a:hover{
	background-image: url(../../../../Images/indexmenu_03hov.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 31px;
	width: 141px;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 2px;
}

#indexmenu4 a{
	background-image: url(../../../../Images/indexmenu_04.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 31px;
	width: 141px;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 2px;
}
#indexmenu4 a:hover{
	background-image: url(../../../../Images/indexmenu_04hov.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 31px;
	width: 141px;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 2px;
}

#indexmenu5 a{
	background-image: url(../../../../Images/indexmenu_05.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 31px;
	width: 141px;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 2px;
}
#indexmenu5 a:hover{
	background-image: url(../../../../Images/indexmenu_05hov.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 31px;
	width: 141px;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 2px;
}

#indexmenu6 a{
	background-image: url(../../../../Images/indexmenu_06.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 31px;
	width: 141px;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 2px;
}
#indexmenu6 a:hover{
	background-image: url(../../../../Images/indexmenu_06hov.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 31px;
	width: 141px;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 2px;
}

#indexmenu7 a{
	background-image: url(../../../../Images/indexmenu_07.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 31px;
	width: 141px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 2px;
}
#indexmenu7 a:hover{
	background-image: url(../../../../Images/indexmenu_07hov.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 31px;
	width: 141px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 2px;
}

/*  1005 町政情報  */	
#townadmin {
	background-image: url("../../../../Images/townadmin_bk.gif");
	background-repeat: no-repeat;
	background-position: center top;
	height: 312px;
	width: 180px;
	vertical-align: top;
}
#townadmin img {
	margin-right: 1px;
	margin-left: 1px;
}

#townadmin ul{
	list-style-type:none;
	margin:0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	}
	
#townadmin li{
	margin-bottom:2px;
	}

.townadmin1 a{
	background-image:url("../../../../Images/townadmin_bt01.gif");
	background-repeat:no-repeat;
	width:170px;
	height:35px;
	text-indent:25px;
	display:block;
	vertical-align: middle;
	font-size: 11pt;
	line-height: 35px;
	text-align: left;
	}
	
.townadmin1 a:hover{
	background-image:url("../../../../Images/townadmin_bt01.gif");
	background-repeat:no-repeat;
	width:170px;
	height:35px;
	text-indent:25px;
	display:block;
	vertical-align: middle;
	font-size: 11pt;
	line-height: 35px;
	text-align: left;
	}


/* 1010 人生のできごとから探す */
#dekigoto {
	background-image: url("../../../../Images/dekigoto_bk.gif");
	background-repeat: no-repeat;
	background-position: center top;
	height: 130px;
	width: 570px;
	padding: 0px;
	margin: 0px;
}
#dekigoto ul{
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}

#dekigoto li{
	float: left;
}

#dekigoto1 a{
	background-image:url("../../../../Images/dekigoto_bt01.gif");
	background-repeat:no-repeat;
	width:49px;
	height:85px;
	text-indent:-9999px;
	display:block;
	margin-right: 2px;
	margin-left: 6px;
	margin-top: 35px;
}
#dekigoto1 a:hover{
	background-image:url("../../../../Images/dekigoto_bt01.gif");
	background-repeat:no-repeat;
	width:49px;
	height:85px;
	text-indent:-9999px;
	display:block;
	margin-right: 2px;
	margin-left: 6px;
	margin-top: 34px;
}

#dekigoto2 a{
	background-image:url("../../../../Images/dekigoto_bt02.gif");
	background-repeat:no-repeat;
	width:49px;
	height:85px;
	text-indent:-9999px;
	display:block;
	margin-right: 2px;
	margin-top: 35px;
}
#dekigoto2 a:hover{
	background-image:url("../../../../Images/dekigoto_bt02.gif");
	background-repeat:no-repeat;
	width:49px;
	height:85px;
	text-indent:-9999px;
	display:block;
	margin-right: 2px;
	margin-top: 34px;
}

#dekigoto3 a{
	background-image:url("../../../../Images/dekigoto_bt03.gif");
	background-repeat:no-repeat;
	width:49px;
	height:85px;
	text-indent:-9999px;
	display:block;
	margin-right: 2px;
	margin-top: 35px;
}
#dekigoto3 a:hover{
	background-image:url("../../../../Images/dekigoto_bt03.gif");
	background-repeat:no-repeat;
	width:49px;
	height:85px;
	text-indent:-9999px;
	display:block;
	margin-right: 2px;
	margin-top: 34px;
}

#dekigoto4 a{
	background-image:url("../../../../Images/dekigoto_bt04.gif");
	background-repeat:no-repeat;
	width:49px;
	height:85px;
	text-indent:-9999px;
	display:block;
	margin-right: 2px;
	margin-top: 35px;
}
#dekigoto4 a:hover{
	background-image:url("../../../../Images/dekigoto_bt04.gif");
	background-repeat:no-repeat;
	width:49px;
	height:85px;
	text-indent:-9999px;
	display:block;
	margin-right: 2px;
	margin-top: 34px;
}

#dekigoto5 a{
	background-image:url("../../../../Images/dekigoto_bt05.gif");
	background-repeat:no-repeat;
	width:49px;
	height:85px;
	text-indent:-9999px;
	display:block;
	margin-right: 2px;
	margin-top: 35px;
}
#dekigoto5 a:hover{
	background-image:url("../../../../Images/dekigoto_bt05.gif");
	background-repeat:no-repeat;
	width:49px;
	height:85px;
	text-indent:-9999px;
	display:block;
	margin-right: 2px;
	margin-top: 34px;
}

#dekigoto6 a{
	background-image:url("../../../../Images/dekigoto_bt06.gif");
	background-repeat:no-repeat;
	width:49px;
	height:85px;
	text-indent:-9999px;
	display:block;
	margin-right: 2px;
	margin-top: 35px;
}
#dekigoto6 a:hover{
	background-image:url("../../../../Images/dekigoto_bt06.gif");
	background-repeat:no-repeat;
	width:49px;
	height:85px;
	text-indent:-9999px;
	display:block;
	margin-right: 2px;
	margin-top: 34px;
}

#dekigoto7 a{
	background-image:url("../../../../Images/dekigoto_bt07.gif");
	background-repeat:no-repeat;
	width:49px;
	height:85px;
	text-indent:-9999px;
	display:block;
	margin-right: 2px;
	margin-top: 35px;
}
#dekigoto7 a:hover{
	background-image:url("../../../../Images/dekigoto_bt07.gif");
	background-repeat:no-repeat;
	width:49px;
	height:85px;
	text-indent:-9999px;
	display:block;
	margin-right: 2px;
	margin-top: 34px;
}

#dekigoto8 a{
	background-image:url("../../../../Images/dekigoto_bt08.gif");
	background-repeat:no-repeat;
	width:49px;
	height:85px;
	text-indent:-9999px;
	display:block;
	margin-right: 2px;
	margin-top: 35px;
}
#dekigoto8 a:hover{
	background-image:url("../../../../Images/dekigoto_bt08.gif");
	background-repeat:no-repeat;
	width:49px;
	height:85px;
	text-indent:-9999px;
	display:block;
	margin-right: 2px;
	margin-top: 34px;
}

#dekigoto9 a{
	background-image:url(../../../../Images/dekigoto_bt09.gif);
	background-repeat:no-repeat;
	width:49px;
	height:85px;
	text-indent:-9999px;
	display:block;
	margin-right: 2px;
	margin-top: 35px;
}
#dekigoto9 a:hover{
	background-image:url(../../../../Images/dekigoto_bt09.gif);
	background-repeat:no-repeat;
	width:49px;
	height:85px;
	text-indent:-9999px;
	display:block;
	margin-right: 2px;
	margin-top: 34px;
}

#dekigoto10 a{
	background-image:url(../../../../Images/dekigoto_bt10.gif);
	background-repeat:no-repeat;
	width:49px;
	height:85px;
	text-indent:-9999px;
	display:block;
	margin-right: 2px;
	margin-top: 35px;
}
#dekigoto10 a:hover{
	background-image:url(../../../../Images/dekigoto_bt10.gif);
	background-repeat:no-repeat;
	width:49px;
	height:85px;
	text-indent:-9999px;
	display:block;
	margin-right: 2px;
	margin-top: 34px;
}

#dekigoto11 a{
	background-image:url(../../../../Images/dekigoto_bt11.gif);
	background-repeat:no-repeat;
	width:49px;
	height:85px;
	text-indent:-9999px;
	display:block;
	margin-right: 5px;
	margin-top: 35px;
}
#dekigoto11 a:hover{
	background-image:url(../../../../Images/dekigoto_bt11.gif);
	background-repeat:no-repeat;
	width:49px;
	height:85px;
	text-indent:-9999px;
	display:block;
	margin-right: 5px;
	margin-top: 34px;
}

/* 1011-1 */
#info_11-1 {
	height: 45px;
	width: 570px;
	background-image: url("../../../../Images/info_bk.gif");
	background-position: left;
	background-repeat: no-repeat;
}
#info_11-1 ul{
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}
#info_11-1 li{
	float: left;
}
#info1_11-1 a{
	background-image: url("../../../../Images/info_town01.gif");
	background-repeat: no-repeat;
	height: 45px;
	width: 156px;
	text-indent: -9999px;
	display: block;
}
#info1_11-1 a:hover{
	background-image: url("../../../../Images/info_town01.gif");
	background-repeat: no-repeat;
	height: 45px;
	width: 156px;
	text-indent: -9999px;
	display: block;
}
#info2_11-1 a{
	background-image: url("../../../../Images/info_schedule02.gif");
	background-repeat: no-repeat;
	height: 45px;
	width: 111px;
	text-indent: -9999px;
	display: block;
}
#info2_11-1 a:hover{
	background-image: url("../../../../Images/info_schedule01.gif");
	background-repeat: no-repeat;
	height: 45px;
	width: 111px;
	text-indent: -9999px;
	display: block;
}

#info3_11-1 a{
	background-image: url("../../../../Images/info_event02.gif");
	background-repeat: no-repeat;
	height: 45px;
	width: 111px;
	text-indent: -9999px;
	display: block;
}
#info3_11-1 a:hover{
	background-image: url("../../../../Images/info_event01.gif");
	background-repeat: no-repeat;
	height: 45px;
	width: 111px;
	text-indent: -9999px;
	display: block;
}

/* 1011-2 */
#info_11-2 {
	height: 45px;
	width: 570px;
	background-image: url("../../../../Images/info_bk.gif");
	background-position: left;
	background-repeat: no-repeat;
}
#info_11-2 ul{
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}
#info_11-2 li{
	float: left;
}
#info1_11-2 a{
	background-image: url("../../../../Images/info_town02.gif");
	background-repeat: no-repeat;
	height: 45px;
	width: 156px;
	text-indent: -9999px;
	display: block;
}
#info1_11-2 a:hover{
	background-image: url("../../../../Images/info_town01.gif");
	background-repeat: no-repeat;
	height: 45px;
	width: 156px;
	text-indent: -9999px;
	display: block;
}
#info2_11-2 a{
	background-image: url("../../../../Images/info_schedule01.gif");
	background-repeat: no-repeat;
	height: 45px;
	width: 111px;
	text-indent: -9999px;
	display: block;
}
#info2_11-2 a:hover{
	background-image: url("../../../../Images/info_schedule01.gif");
	background-repeat: no-repeat;
	height: 45px;
	width: 111px;
	text-indent: -9999px;
	display: block;
}

#info3_11-2 a{
	background-image: url("../../../../Images/info_event02.gif");
	background-repeat: no-repeat;
	height: 45px;
	width: 111px;
	text-indent: -9999px;
	display: block;
}
#info3_11-2 a:hover{
	background-image: url("../../../../Images/info_event01.gif");
	background-repeat: no-repeat;
	height: 45px;
	width: 111px;
	text-indent: -9999px;
	display: block;
}
#info_11-2 {
	background-image: url("../../../../Images/info_bk.gif");
	background-repeat: no-repeat;
	background-position: left;
	height: 45px;
	width: 570px;
}

/* 1011-3 */
#info_11-3 {
	height: 45px;
	width: 570px;
	background-image: url("../../../../Images/info_bk.gif");
	background-position: left;
	background-repeat: no-repeat;
}
#info_11-3 ul{
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}
#info_11-3 li{
	float: left;
}
#info1_11-3 a{
	background-image: url("../../../../Images/info_town02.gif");
	background-repeat: no-repeat;
	height: 45px;
	width: 156px;
	text-indent: -9999px;
	display: block;
}
#info1_11-3 a:hover{
	background-image: url("../../../../Images/info_town01.gif");
	background-repeat: no-repeat;
	height: 45px;
	width: 156px;
	text-indent: -9999px;
	display: block;
}
#info2_11-3 a{
	background-image: url("../../../../Images/info_schedule02.gif");
	background-repeat: no-repeat;
	height: 45px;
	width: 111px;
	text-indent: -9999px;
	display: block;
}
#info2_11-3 a:hover{
	background-image: url("../../../../Images/info_schedule01.gif");
	background-repeat: no-repeat;
	height: 45px;
	width: 111px;
	text-indent: -9999px;
	display: block;
}

#info3_11-3 a{
	background-image: url("../../../../Images/info_event01.gif");
	background-repeat: no-repeat;
	height: 45px;
	width: 111px;
	text-indent: -9999px;
	display: block;
}
#info3_11-3 a:hover{
	background-image: url("../../../../Images/info_event01.gif");
	background-repeat: no-repeat;
	height: 45px;
	width: 111px;
	text-indent: -9999px;
	display: block;
}




/*  1013 インターネットで利用できる手続き  */	
#iservice {
	background-image: url('../../../../Images/inetservice_bk.gif');
	background-repeat: no-repeat;
	background-position: center top;
	height: 203px;
	width: 180px;
	vertical-align: top;
	margin-bottom: 10px;
}
#iservice img {
	margin-right: 1px;
	margin-left: 1px;
}

#iservice ul{
	list-style-type:none;
	margin:0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	}
	
#iservice li{
	margin-bottom:2px;
	}
/*    */	
.iservice1 a{
	background-image:url('../../../../Images/inetservice_bt.gif');
	background-repeat:no-repeat;
	width:170px;
	height:35px;
	text-indent:25px;
	display:block;
	vertical-align: middle;
	font-size: 11pt;
	line-height: 35px;
	}
	
.iservice1 a:hover{
	background-image:url('../../../../Images/inetservice_bt.gif');
	background-repeat:no-repeat;
	width:170px;
	height:35px;
	text-indent:25px;
	display:block;
	vertical-align: middle;
	font-size: 11pt;
	line-height: 35px;
	}


/* 102 緊急情報 */
#urgent {
	background-image: url("../../../../Images/urgent_bk.gif");
	background-repeat: no-repeat;
	background-position: center top;
	height: 260px;
	width: 180px;
	vertical-align: top;
	margin-bottom: 5px;
}
#urgent img {
	margin-right: 1px;
	margin-left: 1px;
}

#urgent ul{
	list-style-type:none;
	margin:0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	}
	
#urgent li{
	margin-bottom:3px;
	}
/*    */	
#urgent1 a{
	background-image:url("../../../../Images/urgent_bt01.gif");
	background-repeat:no-repeat;
	width:170px;
	height:38px;
	text-indent:30px;
	display:block;
	vertical-align: middle;
	font-size: 10pt;
	line-height: 38px;
	}
	
#urgent2 a{
	background-image:url("../../../../Images/urgent_bt02.gif");
	background-repeat:no-repeat;
	width:170px;
	height:38px;
	text-indent:30px;
	display:block;
	vertical-align: middle;
	font-size: 10pt;
	line-height: 38px;
	}
	
#urgent3 a{
	background-image:url("../../../../Images/urgent_bt03.gif");
	background-repeat:no-repeat;
	width:170px;
	height:38px;
	text-indent:30px;
	display:block;
	vertical-align: middle;
	font-size: 10pt;
	line-height: 38px;
	}
	
#urgent4 a{
	background-image:url("../../../../Images/urgent_bt04.gif");
	background-repeat:no-repeat;
	width:170px;
	height:38px;
	text-indent:30px;
	display:block;
	vertical-align: middle;
	font-size: 10pt;
	line-height: 38px;
	}
	
#urgent5 a{
	background-image:url("../../../../Images/urgent_bt05.gif");
	background-repeat:no-repeat;
	width:170px;
	height:38px;
	text-indent:30px;
	display:block;
	vertical-align: middle;
	font-size: 10pt;
	line-height: 38px;
	}
	
/* */

.footer_style3 {
	background-image: url('../../../../Images/footer_bk.gif');
	background-repeat: no-repeat;
}

/*旬の写真 */
#syunPhoto {
	background-image: url(../../../../Images/syunPhoto_bk.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 187px;
	width: 160px;
	vertical-align: top;
	font-size: medium;
	padding-top: 36px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 6px;
}
#photoArea  {
	height: 130px;
	width: 160px;
	margin-bottom: 8px;
}
#textArea {
	height: 2.5em;
	width: 160px;
}
/*広報しらたかタイトル一覧 */
.kouhou {
	width: 740px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.kouhou th {
	text-align: left;
	vertical-align: top;
	width: 190px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	padding: 5px;
	background-color: #BEEAA2;
}
.kouhou td  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding: 5px;
	vertical-align: top;
}
.green {
	color: #005B00;
}
.yellow {
	color: #F90;
}

/* */
/* */
/* */
