/*==================================================================================*/
/* 共通用	Default.css																*/
/*==================================================================================*/

/*-----------------------------------------------------------------------------------
	bodyタグ共通
-----------------------------------------------------------------------------------*/
body
{
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	line-height: 1.5em;
	font-size: 100%;
	color: #000000;
}
/* 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; }


/*-----------------------------------------------------------------------------------
	ol,ul,liタグ共通
-----------------------------------------------------------------------------------*/
ol,ul,li
{
	margin: 0px;
	padding: 0px;
}


/*-----------------------------------------------------------------------------------
	dl,dt,ddタグ共通
-----------------------------------------------------------------------------------*/
dl,dt,dd
{
	margin: 0px;
	padding: 0px;
}

/*-----------------------------------------------------------------------------------
	アンカー共通
-----------------------------------------------------------------------------------*/
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: 110%;
	font-weight: bold;
	line-height : 1.5em;
}
h2
{
	
	font-size: 110%;
	font-weight: bold;
	line-height : 1.5em;
}
h3
{
	font-size: 110%;
	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_top
{
	margin: 0px auto;
	text-align: left;
}
div.topimg
{
	margin: 0px auto;
	text-align: left;
}

/*-----------------------------------------------------------------------------------
	メニューバー　menubar
-----------------------------------------------------------------------------------*/
div.menubar
{
	text-align: left;
    position: relative;
	margin: 3px 5px 3px 5px;
}
.menubar:after
{
	display:block;
	margin-top:-1px;
	height:1px;
	content:"";
	clear:both;
}
div.menubar01
{
    width: 60%;
	text-align: left;
    float: left;
}
.menubar01 ul
{
	margin: 0px;
	padding: 0px;
}
.menubar01 li
{
	display: inline;
	float: left;
	margin-right: 10px;	
	list-style-type: none;
	background: transparent url(../top_images/li_01.gif) no-repeat;
	background-position: 3px 50%;
	padding: 0px 0px 0px 20px;
	font-size: 90%;	
}
div.menubar02
{
    width: 40%;
	text-align: right;
    float: left;
	clear: right;
}
.menubar02 input
{
	margin-right: 3px;
	vertical-align: top;
}
.menubar02 p
{
	display: inline;
}
form#googlesearch
{
	display: inline;
}
form#aboutsearch
{
	display: inline;
}

p.aboutsearch
{
	display: inline;
}
a.aboutsearch
{
	vertical-align: middle;
}
/*-----------------------------------------------------------------------------------
	自治体情報　cityinfo
-----------------------------------------------------------------------------------*/
div.cityinfo
{
	line-height : 1.5em;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	border-top: 1px solid #000000;
}
.cityinfo a
{
	font-weight: normal;
}

/*-----------------------------------------------------------------------------------
	サイドニュー　sidemenu
-----------------------------------------------------------------------------------*/
h1.sidemenu_title
{
	text-align: center;
	font-weight: bold;
	color: #000000;
}
div.sidemenu_frame
{
	line-height : 1.5em;
	letter-spacing: 1px;
	margin: 0px 0px 10px 0px;
	padding: 0px 3px 3px 3px;
	text-align: left;
}
.sidemenu_frame ul
{
	margin : 0px;
	padding : 0px;
}
.sidemenu_frame li
{
	list-style-type: none;
	background: transparent url(../top_images/li_01.gif) no-repeat;
	background-position: 3px 0.5em;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 90%;	
	border-bottom: 1px dotted #cccccc;
}
li.sidemenu_img
{
	list-style-image: none;
	list-style-type: none;
	margin : 5px 0px 5px 0px;
	padding : 0px;
	background-image: none;
}
.sidemenu_img div
{
	text-align: center;
	margin: 0 auto;
	background-image: none;
}

/*-----------------------------------------------------------------------------------
	ピックアップ　pickup
-----------------------------------------------------------------------------------*/
h1.pickup_title
{
	text-align: center;
	font-weight: bold;
	color: #000000;
}
div.pickup_frame
{
	line-height : 1.3em;
	letter-spacing: 1px;
	margin: 0px 0px 10px 0px;
	text-align: left;
	font-size: 90%;
	background-image: url("../top_images/frame_bg.gif");
	background-repeat: repeat-y;
}
div.pickup_frame_bottom
{
	padding: 0px 10px 5px 10px;
	background-image: url("../top_images/frame_bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}
.pickup_frame h2
{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
div.pickup_img
{
	text-align: center;
	padding: 3px;
}
div.pickup_link
{
	text-align: right;
	font-size: 80%;
	margin-top: 5px;
}
.pickup_link img
{
	margin-right: 5px;
	vertical-align: middle;
}
/*-----------------------------------------------------------------------------------
	広告バナー　banner
-----------------------------------------------------------------------------------*/
h1.banner_title
{
	text-align: center;
	font-weight: bold;
	color: #000000;
}
div.banner_frame
{
	line-height : 1.3em;
	letter-spacing: 1px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	background-image: url("../top_images/frame_bg.gif");
	background-repeat: repeat-y;
}
div.banner_frame_bottom
{
	padding: 10px 0px 5px 0px;
	background-image: url("../top_images/frame_bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}
.banner_frame_bottom div
{
	margin-bottom: 10px;
}
/*-----------------------------------------------------------------------------------
	パンくず　topicpath
-----------------------------------------------------------------------------------*/
div.topicpath
{
	margin-bottom: 5px;
	padding: 5px 5px 7px 5px;
	font-size: 90%;
	text-align:left;
	background-image: url("../top_images/topicpath_bg.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ffffff;
	border: solid 1px #000000;
}
.topicpath p
{
	line-height: 1em;
	padding: 2px 0px;
}
.topicpath img
{
	vertical-align: middle;
	margin: 0px 3px;
}


/*-----------------------------------------------------------------------------------
	サイトポリシー　sitepolicy
-----------------------------------------------------------------------------------*/
div.sitepolicy
{
	margin: 20px 0px 0px 0px;
	color: #fb9904;
}


/*-----------------------------------------------------------------------------------
	title_short
-----------------------------------------------------------------------------------*/
h1.title_short
{
	margin: 0px;
	padding: 5px 5px 7px 5px;
	color: #000000;
	min-height: 25px;
}
div.title_short_t
{
	background: transparent url(../top_images/title_short_top.gif) no-repeat top;
}
div.title_short_m
{
	background: transparent url(../top_images/title_short_middle.gif) repeat-y top;
}
div.title_short_b
{
	background: transparent url(../top_images/title_short_bottom.gif) no-repeat bottom;
}


