/*==================================================================================*/
/* 共通用	Default.css																*/
/*==================================================================================*/

/*-----------------------------------------------------------------------------------
	bodyタグ共通
-----------------------------------------------------------------------------------*/
body
{
	margin: 5px;
	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: #0000CB;
	text-decoration: underline;
}
a:active
{
	color: #8B0000;
	text-decoration: underline;
}
a:visited
{
	color: #0000CB;
	text-decoration: underline;
}
a:hover
{
	color: #6A5ACD;
	text-decoration: underline;
}


/*-----------------------------------------------------------------------------------
	見出し（H1〜H6）共通
-----------------------------------------------------------------------------------*/
h1
{
	font-size: 100%;
	font-weight: bold;
	line-height : 1.5em;
	margin: 0px;
	padding: 0px;
}
h2
{
	font-size: 130%;
	font-weight: bold;
	line-height : 1.5em;
	margin: 0px;
	padding: 0px;
}
h3
{
	font-size: 120%;
	font-weight: bold;
	line-height : 1.5em;
	margin: 0px;
	padding: 0px;
}
h4
{
	font-size: 110%;
	font-weight: bold;
	line-height : 1.5em;
	margin: 0px;
	padding: 0px;
}
h5
{
	font-size: 100%;
	font-weight: bold;
	line-height : 1.5em;
	margin: 0px;
	padding: 0px;
}
h6
{
	font-size: 100%;
	font-weight: bold;
	line-height : 1.5em;
	margin: 0px;
	padding: 0px;
}


/*-----------------------------------------------------------------------------------
	画像共通
-----------------------------------------------------------------------------------*/
img
{
	border: none;
}


/*-----------------------------------------------------------------------------------
	非表示用
-----------------------------------------------------------------------------------*/
.hide
{
	display: none;
}


/*-----------------------------------------------------------------------------------
	音声ナビ
-----------------------------------------------------------------------------------*/
.voicenavi
{
	display: none;
}


/*-----------------------------------------------------------------------------------
	トップバナー　topimg
-----------------------------------------------------------------------------------*/
div.topimg
{
	margin: 0px auto;
	text-align: left;
	background-image: url("../top_images/topimg.jpg");
	background-repeat: no-repeat;
	height: 235px;
}
img.cgi
{
	width: 0px;
	height: 0px;
	display: block;
}
/*-----------------------------------------------------------------------------------
	メニューバー　menubar
-----------------------------------------------------------------------------------*/
div.menubar
{
	width: 780px;
	height: 37px;
	margin: 0px 8px 0px 12px;
	position: relative;
	top: 190px;
}
/*
.menubar div
{
	width: 156px;
	text-align: center;
	position: relative;
	float: left;
}
*/
.menubar div
{
	width: 260px;
	text-align: center;
	position: relative;
	float: left;
}

.menubar a
{
	margin: 0px auto;
	height: 37px;
}

/*-----------------------------------------------------------------------------------
	自治体情報　cityinfo
-----------------------------------------------------------------------------------*/
div.cityinfo
{
	line-height : 1em;
	margin: 0px;
	padding: 15px 10px 10px 230px;
	font-weight: normal;
	text-align: left;
	color: #ffffff
}
.cityinfo p
{
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}
p.cityinfo_title
{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 10px;
}
p.copyright
{
	margin-top: 10px;
	font-size: 80%;
}

/* リンク文字 */
.cityinfo a:link
{
	color: #ffffff;
	text-decoration: underline;
}
.cityinfo a:active
{
	color: #ffffff;
	text-decoration: underline;
}
.cityinfo a:visited
{
	color: #ffffff;
	text-decoration: underline;
}
.cityinfo a:hover
{
	color: #ffffff;
	text-decoration: underline;
}


/*-----------------------------------------------------------------------------------
	サイドニュー　sidemenu
-----------------------------------------------------------------------------------*/
h1.sidemenu_title
{
	display: none;
}
div.sidemenu_title_bg
{
	padding: 2px;
	height: 80px;
	background: transparent url(../top_images/sidemenu_title_bg.gif) no-repeat top;
}
div.sidemenu_frame
{
	line-height : 1.3em;
	letter-spacing: 1px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: left;
}
.sidemenu_frame ul
{
	margin :   0px;
	padding :  0px;
}
.sidemenu_frame li
{
	margin: 0px;
	padding: 0.3em 5px 0.3em 27px;
	list-style-type: none;
	background: transparent url(../top_images/li.gif) no-repeat;
	background-position: 3px 50%;
	border-bottom: 1px solid #0000CB;
}
li.sidemenu_img
{
	list-style-image: none;
	list-style-type: none;
	background: none;
	border: none;
	margin : 5px 0px 5px 0px;
	padding : 0px;
	text-align: center;
}


/*-----------------------------------------------------------------------------------
	ピックアップ　pickup
-----------------------------------------------------------------------------------*/
h1.pickup_title
{
	display: none;
}
div.pickup_title_bg
{
	height: 60px;
	background: transparent url(../top_images/pickup_title_bg.gif);
}
div.pickup_frame
{
	line-height : 1.3em;
	letter-spacing: 1px;
	margin: 0px 0px 10px 0px;
	padding: 3px;
	background-color: #FFFFFF;
}
div.pickup_img
{
	text-align: center;
	margin: 3px 0px 3px 0px;
}
.pickup_frame p
{
	margin: 0px 0px 0px 10px;
}


/*-----------------------------------------------------------------------------------
	パンくず　topicpath
-----------------------------------------------------------------------------------*/
div.topicpath
{
	width: 780px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:left;
	position: relative;
	left: 9px;
	float: left;
	clear: both;

	border-top: 1px solid #CCCCCC;
}
.topicpath img
{
	vertical-align: -10%;
	margin:0px 2px;
}

/*-----------------------------------------------------------------------------------
	Google検索　search_top
-----------------------------------------------------------------------------------*/
div.search_title
{
	background: transparent url(../top_images/title_bg_long_m.gif) repeat-y  left top;
}
div.search_title_b
{
	background: transparent url(../top_images/title_bg_long_b.gif) no-repeat left bottom;
}
h1.search_title
{
	padding: 14px 0px 14px 0px;
	margin: 0px;
	text-align: center;
	background: transparent url(../top_images/title_bg_long_t.gif) no-repeat left top;
	color: #ffffff;
	min-height: 30px;
	line-height: 30px;
}
.search_frame form
{
	margin: 5px;
	padding: 3px;
	border: 2px solid #4aa1d6;
	color: #000000;
	font-size: 80%;
}
