/*==================================================================================*/
/* 共通用	Default.css																*/
/*==================================================================================*/

/*-----------------------------------------------------------------------------------
	ネスケ用サイズ合わせ
-----------------------------------------------------------------------------------*/
*{ box-sizing : border-box; }
*{ -moz-box-sizing : border-box; }


/*-----------------------------------------------------------------------------------
	bodyタグ共通
-----------------------------------------------------------------------------------*/
body
{
	text-align: center;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	line-height : 1.5em;
	font-size: 100%;
	color: #000000;
	background: #ffffff;
	background-repeat: repeat;
}
/* IEのみに適用する \*/
*html body{ word-break: break-all; overflow: auto; }


/*-----------------------------------------------------------------------------------
	formタグ共通
-----------------------------------------------------------------------------------*/
form
{
	margin: 0px;
	padding: 0px;
}


/*-----------------------------------------------------------------------------------
	pタグ共通
-----------------------------------------------------------------------------------*/
p
{
	margin: 0px;
	padding: 0px;
}


/*-----------------------------------------------------------------------------------
	divタグ共通
-----------------------------------------------------------------------------------*/
div
{
	margin: 0px;
	padding: 0px;
}
/* IEバグ対策用ハック(Mac版非対応) \*/
*html div { height: 1px; }


/*-----------------------------------------------------------------------------------
	アンカー共通
-----------------------------------------------------------------------------------*/
a:link
{
	color: #0000FF;
	text-decoration: underline;
}
a:active
{
	color: #660000;
	text-decoration: underline;
}
a:visited
{
	color: #660000;
	text-decoration: underline;
}
a:hover
{
	color: #030D4A;
	text-decoration: underline;
}


/*-----------------------------------------------------------------------------------
	見出し（H1〜H6）共通
-----------------------------------------------------------------------------------*/
h1
{
	font-size: 100%;
	font-weight: bold;
	line-height : 1.5em;
}
h2
{
	font-size: 130%;
	font-weight: bold;
	line-height : 1.5em;
}
h3
{
	font-size: 120%;
	font-weight: bold;
	line-height : 1.5em;
}
h4
{
	font-size: 110%;
	font-weight: bold;
	line-height : 1.5em;
}
h5
{
	font-size: 100%;
	font-weight: bold;
	line-height : 1.5em;
}
h6
{
	font-size: 100%;
	font-weight: bold;
	line-height : 1.5em;
}


/*-----------------------------------------------------------------------------------
	画像共通
-----------------------------------------------------------------------------------*/
img
{
	border: none;
}


/*-----------------------------------------------------------------------------------
	非表示用
-----------------------------------------------------------------------------------*/
.hide
{
	display: none;
}


/*-----------------------------------------------------------------------------------
	音声ナビ
-----------------------------------------------------------------------------------*/
.voicenavi
{
	display: none;
}


/*-----------------------------------------------------------------------------------
	外国語サイト・サイトマップ・組織表示リンク表示　toplink
-----------------------------------------------------------------------------------*/
div.toplink
{
	color: #FF9900;
	text-align: right;
}

/*-----------------------------------------------------------------------------------
	トップバナー　topimg
-----------------------------------------------------------------------------------*/
div.topimg
{
	margin: 0px auto;
	text-align: left;
	background-color: #ffffff;
	background-image: url("../com_images/topimg_bg.gif");
	background-repeat: no-repeat;
	background-position: top right;
}
div.topimg_top	/* トップページ用 */
{
	margin: 0px auto;
	text-align: left;
	background-image: url("../com_images/topimg_top_r.gif");
	background-repeat: no-repeat;
	background-position: top right;
}
div.topimg_top_bg	/* トップページ用 */
{
	background-image: url("../com_images/topimg_bg.gif");
	background-repeat: repeat-x;
}


/*-----------------------------------------------------------------------------------
	メニューバー　menubar
-----------------------------------------------------------------------------------*/
a.menubar
{
	display: block;
}

a.menubar:link
{
	color: #ffffff;
	text-decoration: none;
}
a.menubar:visited
{
	color: #ffffff;
	text-decoration: none;
}
a.menubar:hover
{
	color: #0000CD;
	text-decoration: underline;
	background-color: #F0FFFF;
}

div.menubar_01
{
	margin: 0px auto;
	text-align: center;
	vertical-align: middle;
	background-image: none;
	background-color: #3333cc; 
	padding: 3px;
	overflow: auto; /* netscape用 */
}
/* IEのみに適用する \*/
*html div.menubar_01{ overflow:visible; }

div.menubar_02
{
	color: #ffffff;
	text-align: center;
	background-color: #3333cc;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
/* IEのみに適用する \*/
* html div.menubar_01{height: 1%}
* html div.menubar_02{height: 100%;}

.menubar_01 ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 0.5%;
	list-style: none;
	display: block;
	overflow: auto;
}
.menubar_01 li 
{
	width: 19.8%;
	text-align: center;
	vertical-align: middle;
	border-style: none;
	padding: 1px;
	margin: 0px;
	float: left;
	display: block;
}
/* IEのみに適用する \*/
* html .menubar_01 ul { height: 1%; padding-left: 1.2%; overflow: visible; }
* html .menubar_01 li { height: 100%; }


/*-----------------------------------------------------------------------------------
	自治体情報　cityinfo
-----------------------------------------------------------------------------------*/
div.cityinfo
{
	line-height : 1.5em;
	margin: 0px;
	padding: 5px 5px 15px 5px;
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	background-color: #CCFFFF;
}


/*-----------------------------------------------------------------------------------
	サイドニュー　sidemenu
-----------------------------------------------------------------------------------*/
h1.sidemenu_title
{
	margin: 0px;
	padding: 0px 5px 0px 5px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 32px;
	min-height: 32px;
}
div.sidemenu_title_bg
{
	background: transparent url(../com_images/sidemenu_title_bg.gif);
}
div.sidemenu_title_l
{
	background: transparent url(../com_images/sidemenu_title_l.gif) no-repeat top left;
}
div.sidemenu_title_r
{
	background: transparent url(../com_images/sidemenu_title_r.gif) no-repeat top right;
}
div.sidemenu_frame
{
	line-height : 1.3em;
	letter-spacing: 1px;
	margin: 0px 0px 10px 0px;
	padding: 3px;
	text-align: left;
	border: 2px solid #0099CC;
	background-color: #FFFFFF;
}
.sidemenu_frame ul
{
	margin :   0px 0px 0px 22px;
	padding :  0px;
}
.sidemenu_frame li
{
	list-style-image: url("../com_images/arrow_01.gif");
	list-style-position: outside;
	vertical-align: text-bottom;
	margin : 5px 0px 5px 0px;
	padding : 0px;
}
li.sidemenu_img
{
	list-style-image: none;
	list-style-type: none;
	margin : 5px 0px 5px 0px;
	padding : 0px;
}


/*-----------------------------------------------------------------------------------
	ピックアップ　pickup
-----------------------------------------------------------------------------------*/
h1.pickup_title
{
	margin: 0px;
	padding: 0px 5px 0px 5px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	line-height: 32px;
	min-height: 32px;
}
div.pickup_title_bg
{
	background: transparent url(../com_images/pickup_title_bg.gif);
}
div.pickup_title_l
{
	background: transparent url(../com_images/pickup_title_l.gif) no-repeat top left;
}
div.pickup_title_r
{
	background: transparent url(../com_images/pickup_title_r.gif) no-repeat top right;
}
div.pickup_frame
{
	line-height : 1.3em;
	letter-spacing: 1px;
	margin: 0px 0px 10px 0px;
	padding: 3px;
	border: 2px solid #0099CC;
	background-color: #FFFFFF;
}

div.pickup_img
{
	text-align: center;
	padding: 3px;
	text-align: center;
}


/*-----------------------------------------------------------------------------------
	サイト情報　siteinfo
-----------------------------------------------------------------------------------*/
h1.siteinfo_title
{
	margin: 0px;
	padding: 0px 5px 0px 5px;
	text-align: center;
	font-weight: bold;
	color: #000000;
}
div.siteinfo_title_bg
{
	background: transparent url(../com_images/siteinfo_title_bg.gif);
}
div.siteinfo_title_l
{
	background: transparent url(../com_images/siteinfo_title_l.gif) no-repeat top left;
}
div.siteinfo_title_r
{
	background: transparent url(../com_images/siteinfo_title_r.gif) no-repeat top right;
}
div.siteinfo_frame
{
	line-height : 1.3em;
	letter-spacing: 1px;
	margin: 0px 0px 10px 0px;
	padding: 3px;
	text-align: left;
	border: 1px solid #50A850;
	background-color: #FFFFFF;
}
.siteinfo_frame ul
{
	margin :   0px 0px 0px 25px;
	padding :  0px;
}
.siteinfo_frame li
{
	list-style-image: url("../com_images/arrow_01.gif");
	list-style-position: outside;
	vertical-align: text-bottom;
	margin : 5px 0px 5px 0px;
	padding : 0px;
}


/*-----------------------------------------------------------------------------------
	サイト内検索　search
-----------------------------------------------------------------------------------*/
h1.search_title
{
	margin: 0px;
	padding: 0px 5px 0px 5px;
	text-align: center;
	font-weight: bold;
	color: #000000;
}
div.search_title_bg
{
	background: transparent url(../com_images/login_title_bg.gif);
}
div.search_title_l
{
	background: transparent url(../com_images/login_title_l.gif) no-repeat top left;
}
div.search_title_r
{
	background: transparent url(../com_images/login_title_r.gif) no-repeat top right;
}
div.search_frame
{
	line-height : 1.3em;
	letter-spacing: 1px;
	margin: 0px 0px 10px 0px;
	padding: 3px;
	text-align: left;
	border: 1px solid #D7B760;
	background-color: #FFFFFF;
}
div.search_01
{
	margin: 0px 0px 5px 0px;
	padding: 3px;
	text-align: left;
}
div.search_02
{
	margin: 0px 0px 5px 0px;
	padding: 3px;
	text-align: right;
}
.search_02 img
{
	vertical-align: middle;
}

div.search_err
{
	margin: 0px;
	font-size: 90%;
	font-weight: bold;
	color: #FF0000;
	text-align: left;
}

input.search_text
{
	width: 75%; 
	vertical-align: bottom;
}
select.search_select
{
	width: 75%; 
	vertical-align: bottom;
}
input.search_submit
{
	vertical-align: middle;
}


/*-----------------------------------------------------------------------------------
	今週のイベント　event
-----------------------------------------------------------------------------------*/
h1.event_title
{
	margin: 0px;
	padding: 0px 5px 0px 5px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	line-height: 32px;
	min-height: 32px;
}
div.event_title_bg
{
	background: transparent url(../com_images/event_title_bg.gif);
}
div.event_title_l
{
	background: transparent url(../com_images/event_title_l.gif) no-repeat top left;
}
div.event_title_r
{
	background: transparent url(../com_images/event_title_r.gif) no-repeat top right;
}
div.event_frame
{
	line-height : 1.3em;
	letter-spacing: 1px;
	margin: 0px 0px 10px 0px;
	padding: 3px;
	text-align: left;
	border: 2px solid #0099CC;
	background-color: #FFFFFF;
}
.event_frame ul
{
	margin :   0px;
	padding :  0px;
}
.event_frame li
{
	list-style-image: none;
	list-style-type: none;
	vertical-align: text-bottom;
	margin : 5px 0px 5px 0px;
	padding : 0px;
}

div.event_01
{
	margin: 0px 0px 0px 15px;
	text-align: left;
}
div.event_02
{
/*	line-height : 1.3em;*/
/*	letter-spacing: 1px;*/
	margin: 0px 0px 5px 0px;
	padding: 3px;
	text-align: right;
	font-size: 90%;
}
.event_02 img
{
	vertical-align: middle;
}


/*-----------------------------------------------------------------------------------
	人口情報　population
-----------------------------------------------------------------------------------*/
h1.population_title
{
	margin: 0px;
	padding: 0px 5px 0px 5px;
	text-align: center;
	font-weight: bold;
	color: #000000;
}
div.population_title_bg
{
	background: transparent url(../com_images/population_title_bg.gif);
}
div.population_title_l
{
	background: transparent url(../com_images/population_title_l.gif) no-repeat top left;
}
div.population_title_r
{
	background: transparent url(../com_images/population_title_r.gif) no-repeat top right;
}
div.population_frame
{
	line-height: 1.3em;
	letter-spacing: 1px;
	margin: 0px 0px 10px 0px;
	padding: 3px;
	text-align: center;
	border: 2px solid #CCCCCC;
	background-color: #FFFFFF;
}
table.population
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.population th
{
	font-weight: normal;
	width: 50%;
	text-align: left;
}
.population td
{
	font-weight: normal;
	width: 50%;
	text-align: right;
}


/*-----------------------------------------------------------------------------------
	広告バナー　banner
-----------------------------------------------------------------------------------*/
table.banner
{
	width: 100%;
}
.banner td
{
	text-align: center
}


/*-----------------------------------------------------------------------------------
	パンくず　topicpath
-----------------------------------------------------------------------------------*/
div.topicpath
{
	margin: 0px 0px 5px 0px;
	padding: 3px;
	background-color: #FFFFFF;
	border: solid 2px #CCCCCC;
	font-size: 90%;
	text-align:left;
}
.topicpath img
{
	vertical-align: middle;
	margin:0px 2px;
}



/*-----------------------------------------------------------------------------------
	Google検索　google
-----------------------------------------------------------------------------------*/
div.google_frame
{
	margin: 0px 0px 10px 0px;
	padding: 2px;
	border: 2px solid #CCCCCC;
}
.google_frame p{
	margin: 0px;
	padding: 0px;
}
