
/* General Settings */
body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 150%;
	font-family: Meiryo, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

table {
	/*width: 100%;
	margin: 0;
	border: none;
	border-collapse: collapse;
	*/
}

td {padding: 0; /*border: 0;*/}
h1 {margin: 0; font-size: 1.3em;}
h2 {
	margin: 0;
	padding: 5px;
	background-color: #CCFFCC;
	font-size: 1.1em;
	color: #333333;
}
h3 {margin: 0; font-size: 1.0em;}
h4 {margin: 0; font-size: 1.0em;}
img {border: 0;}

form {margin: 0; padding: 0;}
textarea {margin: 0; background-color:#f7f7f7; border: #CCCCCC 1px solid; font-size:0.85em; color: #666666; vertical-align: middle;}

/*
a {color: #003399; text-decoration:none;}
a:visited {color: #0066CC;}
a:hover {color: #FF9933; text-decoration:underline;}
*/

a {color: #333333; text-decoration: underline;}
a:visited {color: #333333; text-decoration: underline;}
a:hover {color: #AAAAAA; text-decoration:underline;}


/*#MainColumn ul { margin: 0; padding: 0; list-style: decimal inside; text-align: left;}
#MainColumn li { margin-left: 2px; list-style: square inside; color: #666}*/

.item {border: 1px solid #e6e6e6;}
.itemHead {padding: 3px; background-color: #5a667b; color: #FFFFFF;}
.itemInfo {text-align: right; padding: 3px; background-color: #efefef}
.itemTitle a {font-size: 130%; font-weight: bold; font-variant: small-caps; color: #ffffff; background-color: transparent;}
.itemTitle a:hover {color: #FF9933;}
.itemPoster {font-size: 90%; font-style:italic;}
.itemPostDate {font-size: 90%; font-style:italic;}
.itemStats {font-size: 90%; font-style:italic;}
.itemBody {padding-left: 5px;}
.itemText {margin-top: 5px; margin-bottom: 5px; line-height: 1.5em;}
.itemText:first-letter {font-size: 133%; font-weight: bold;}
.itemFoot {text-align: right; padding: 3px; background-color: #efefef}
.itemAdminLink {font-size: 90%;}
.itemPermaLink {font-size: 90%;}


/* float clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#XoopsBanner {clear: both; text-align: center; padding: 0; margin: 0;}


/* Structure Settings */
#OuterWrapper {
	margin: 0px auto;
	width: 940px;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
	background-color: #EFE4C3;
}
#InnerWrapper {
	margin: 0px auto;
	width: 940px;
	padding: 0px;
	background-color: #EFE4C3;
}
#HeaderMain{
	background-image: url(images/index_header.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	/*height: 255px;*/
	height: 85px;
	width: 940px;
}
#Header {
	min-height: 1px;
}
#SiteTitle {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin: 0px;
}
#SiteTitle a {
	color: #ccc;
	text-decoration: none;
}
#SiteTitle a:hover {
	color: #fff;
}
#SiteSubtitle {
	font-size: 16px;
	color: #ccc;
	font-weight: bold;
	margin: 5px 30px 0 0;
}
#HeaderBottom {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 10px;
}
div#PageTitle {
	padding-top: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	/*background-image: url(images/pageTitle_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;*/
	text-indent: -9999px;
}

#MainWrapper{
	width: 940px;	
}

#MainColumn {
	width: 670px;/*670*/
	float: left;
	padding:0px;
	border: 1px solid #111935;
	background-color: #FFFFFF;
}

#MainInner {
	width: 662px;/*662*/
	padding:0px;
	border: 2px solid #111935;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}

#bread{
	width: 600px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 20px;
	font-size: 90%;
}
#ContentsBody {
/*	width: 454px; */
	width: 620px;
	float: left;
	padding: 15px 10px 10px 20px;
	color: #333333;
}


#ContentsBody ul li.cat{
	display: inline;
	list-style-type: none;	
}

#Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
}

/* Blocks Settings */
#LeftWrapper {
	width: 255px;
	float: left;
}
	#LeftColumn {
	width: 230px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#LeftColumn a {color: #333333; text-decoration: underline;}
#LeftColumn a:visited {color: #333333; text-decoration: none;}
#LeftColumn a:hover {color: #AAAAAA; text-decoration:underline;}

#LeftColumn div.blockTitle {
	background-image: url(images/index_t_base.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 230px;
}
#LeftColumn div.blockTitle .titleText {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	text-indent: 25px;
	overflow: hidden;
}

#RightWrapper {
	width: 150px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#RightMenu img{
	height: 37px;
	width: 140px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#RightMenu img.last{
	height: 37px;
	width: 140px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#RightBtn img{
	/*height: 37px;*/
	width: 140px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}


#RightColumn {
	width: 140px;
	padding-top: 0px;
}


#RightColumn a {color: #D3FCFF; text-decoration: none;}
#RightColumn a:visited {color: #A5C8D2; text-decoration: none;}
#RightColumn a:hover {color: #FF9933; text-decoration:underline;}

#RightColumn div.blockTitle {
	background-image: url(images/rblkTitle_bg.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 140px;
}
#RightColumn div.blockTitle .titleText {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	text-indent: 25px;
	overflow: hidden;
}
.rboxTop {/* Blocks Image Top */
	margin: 3px 0 0 0;
}
.rboxBottom {/* Blocks Image Bottom */
	margin: 0 0 6px 0;
}
.blockContentOuter {
	/*background-image: url(images/rbox_bg.gif);
	background-repeat: repeat-y;*/
}
.blockContentInner {
	display: block;
	/*width: 140px;*/
	width: 185px;
	/*margin: 0 9px 0 8px;*/
	margin: 0px 0px 0px 0px;
	
	padding: 0;
	color: #333333;
	font-size: inherit;
}
.blockContentInner h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
.blockContentInner p {
	margin: 0 9px 0 8px;
	background-color: #e6e6e6;
}
.blockContentInner form p {
	margin: 0;
}
.blockContentInner ul, .blockContentInner dl {
	margin: 0 9px 0 8px;
	padding: 0;
}
.blockContentInner li, .blockContentInner dt, .blockContentInner dd {
	margin: 0 10px;
	color: #e6e6e6;
}
#RightColumn .head, #RightColumn .even, #RightColumn .odd {color: #333;}
#RightColumn .head a, #RightColumn .even a, #RightColumn .odd a {color: #036;}


/* For Menu */
/* Web std */
.blockContentInner #mainmenu {margin: 0; padding: 0;}
.blockContentInner #mainmenu li {margin: 0; padding: 0; list-style-type: none;}
.blockContentInner #mainmenu ul {margin: 0; padding: 0;}
.blockContentInner #usermenu {margin: 0; padding: 0;}
.blockContentInner #usermenu li {margin: 0; padding: 0; list-style-type: none;}
.blockContentInner .mainmenu {margin: 0; padding: 0;}
.blockContentInner .mainmenu li {margin: 0; padding: 0; list-style-type: none;}
.blockContentInner .mainmenu ul {margin: 0; padding: 0;}


/* MainMenu and Multimenu */
.blockContentInner #mainmenu a, .blockContentInner .mainmenu a {
/*
	color: #000;
	display: block;
	overflow: hidden;
	width: 230px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-indent: 30px;
	text-decoration: none;
	vertical-align: middle;
	background:url(images/menu_b.gif) no-repeat 0 0;
*/
	color: #993300;
	display: block;
	overflow: hidden;
	width: 185px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-indent: 16px;
	text-decoration: none;
	vertical-align: middle;

}

.blockContentInner #mainmenu a:visited, .blockContentInner .mainmenu a:visited{
	color: #000;
}


.blockContentInner #mainmenu a:hover, .blockContentInner .mainmenu a:hover {
/*
	color: #000000;
	background:url(images/menu_b_on.gif) no-repeat 0 0;
*/
	color: #FFCC33;
	background:url(images/menu_f2.gif) no-repeat 0 0;
}

.blockContentInner #mainmenu a.menuTop, .blockContentInner .mainmenu a.menuTop {
	width: 220px;/*185*/
	height: 20px;
}

/***********************************************************************************
// 左メニューリンクスタイル
***********************************************************************************/
	/***********************************************************************************
	// 基本設定・選択済の設定
	***********************************************************************************/
		.blockContentInner #mainmenu a.menuTop , .blockContentInner #mainmenu a.menuTop:visited,
		.blockContentInner #mainmenu a.menuMain , .blockContentInner #mainmenu a.menuMain:visited{
			width: 230px;/*185*/
			height: 25px;
			background:url(images/button_glay.gif) no-repeat 0 0;
			font-size: 90%;
			color: #333333;
			text-decoration: underline;
		}
	
		.blockContentInner #usermenu a {
			width: 230px;/*185*/
			height: 25px;
			background:url(images/button_glay.gif) no-repeat 0 0;
			font-size: 90%;
			color: #333333;
			text-decoration: underline;
			text-indent: 16px;
			margin: 0;
			padding: 0;
		}
	
	/***********************************************************************************
	// ロールオーバー時の設定
	***********************************************************************************/
		.blockContentInner #mainmenu a.menuTop:hover,
		.blockContentInner #mainmenu a.menuMain:hover{
			color: #FFFFFF;
			background:url(images/button_lightblue.gif) no-repeat 0 0;
		}

	/***********************************************************************************
	// サブメニューの設定
	***********************************************************************************/
		.blockContentInner #mainmenu a.menuSub, .blockContentInner #mainmenu a.menuSub {
			width: 220px;/*185*/
			height: 20px;
			text-indent: 30px;
			line-height: 23px;
			background:url(images/smenu_f2.gif) no-repeat 0 0;
			margin-top: 1px;
			color: #333333;
			font-size: 85%;
			text-decoration: underline;
			padding: 0px 0px 0px 0px;
		}

		/***********************************************************************************
		// ロールオーバー時の設定
		***********************************************************************************/
			.blockContentInner #mainmenu a.menuSub:hover {
				color: #AAAAAA;
				background-image:none !important;
			}
		

	/***********************************************************************************
	// サブメニューの設定(ユーザーメニュー部分）
	***********************************************************************************/
		/* UserMenu */
		.blockContentInner #usermenu a:visited{
			color: #333333;
		}
		
		.blockContentInner #usermenu a:hover {
			color: #FFFFFF;
			background:url(images/button_lightblue.gif) no-repeat 0 0;
		}


#ContentsBody table {
/*
	width: 100%;
	max-width: 700px;
*/
}
#ContentsBody textarea, #ContentsBody input {max-width: 350px;}/* for modules form broken theme */

div.Centercolumn th {background-color: #2F5376; color: #FFFFFF; vertical-align: middle;}
div.CenterCcolumn {margin-bottom: 15px; padding: 0px 3px 1px 3px;min-height: 1px;}
div.CenterCcolumn div.blockContent {padding: 3px; margin-right: 0px;  margin-left: 0px; margin-bottom: 2px; line-height: 150%;}

div.CenterLeftcolumn {margin-bottom: 15px; float: left; width: 48%; padding: 0px 3px 0px 0px; min-height: 1px;}
div.CenterLeftcolumn div.blockContent {padding: 3px; margin-left: 3px; margin-right: 2px; margin-bottom: 2px; line-height: 150%;}

div.CenterRightcolumn {margin-bottom: 15px; float: right; width: 48%; padding: 0px 3px 0px 0px; min-height: 1px;}
div.CenterCcolumn h3.blockTitle, div.CenterLeftcolumn h3.blockTitle, div.CenterRightcolumn h3.blockTitle {
	background:url(images/obi_new.gif) repeat-x 0 0;
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin: 0;
	padding: 7px 5px 5px 20px;
	height: 36px;
	font-size: 110%;
}
div.CenterRightcolumn div.blockContent {padding: 3px; margin-left: 3px; margin-right: 3px; margin-bottom: 2px; line-height: 150%;}



.outer {border: 1px solid #444;}
.outer th {background-color: #999; color: #FFFFFF; vertical-align: middle;}
.outer th a {color: #fff;text-decoration: underline;}
.outer th a:hover {color: #990033;}
.outer td {border-bottom: 1px dotted #ccc;}
.head {background-color: #e6e6e6; padding: 5px; font-weight: bold; vertical-align:top;}
.even {background-color: #f7f7f7; padding: 5px; vertical-align:top;}
.odd {background-color: #fff; padding: 5px; vertical-align:top;}
.foot {background-color: #c2cdd6; padding: 5px; font-weight: bold;}
tr.even td {background-color: #dee3e7; padding: 5px; vertical-align:top;}
tr.odd td {background-color: #E9E9E9; padding: 5px; vertical-align:top;}

div.errorMsg { background-color: #FFCCCC; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.confirmMsg { background-color: #DDFFDF; color: #136C99; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.resultMsg { background-color : #CCCCCC; color: #333333; text-align: center; border-top: 1px solid silver; border-left: 1px solid silver; font-weight: bold; border-right: 1px solid #666666; border-bottom: 1px solid #666666; padding: 10px;}

div.xoopsCode { background: #FFFFFF; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px; overflow: auto;}
/* code is scroll. for forum */
div.xoopsQuote { background: #FFFFFF; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px;}


.comTitle {color: #000; font-weight: bold; margin-bottom: 2px;}
.comText {padding: 2px; word-break:break-all; overflow: hidden;}/* overflow is hidden for forum */
.comUserStat {font-size: 10px; color: #2F5376; font-weight:bold; border: 1px solid silver; background-color: #ffffff; margin: 2px; padding: 2px;}
.comUserStatCaption {font-weight: normal;}
.comUserStatus {margin-left: 2px; margin-top: 10px; color: #2F5376; font-weight:bold; font-size: 10px;}
.comUserRank {margin: 2px;}
.comUserRankText {font-size: 10px;font-weight:bold;}
.comUserRankImg {border: 0;}
.comUserName {}
.comUserImg {margin: 2px;}
.comDate {font-weight: normal; font-style: italic; font-size: smaller}
.comDateCaption {font-weight: bold; font-style: normal;}

.d3f_form_table td input {max-width: 480px;}/* for d3forum make new forum page */
#MainColumn .d3f_iconexp li {list-style: none;}/* thx hi-debow */
.skip {position: absolute; left: -9000px; margin: 0; padding: 0;}/* for ex templates. thx hi-debow */

/***********************************************************************************
// メール配信希望選択テーブル設定
***********************************************************************************/
table.outer {
	width: 100%;
}

/***********************************************************************************
// カテゴリ一覧使用スタイル
***********************************************************************************/
	/***********************************************************************************
	// カテゴリー内の一覧画面の<ul>タグ
	***********************************************************************************/
		ul.pico_list_contents_in_menu{
			clear: both;
			margin: 0px 0px 0px 50px;
			padding: 0;
		}
	
	/***********************************************************************************
	// カテゴリー内の一覧画面の<h1>タグ
	***********************************************************************************/
		#ContentsBody div.pico_menu h1,
		#ContentsBody div.pico_container h1{
			color: #FFFFFF;
			background-color: #FFFFFF;
			background-repeat: no-repeat;
			margin: 0;
			padding: 7px 5px 5px 20px;
			height: 36px;
		}
		
		/***********************************************************************************
		// <h1>タグの背景画像（市政情報）
		***********************************************************************************/
			#ContentsBody #policy_container h1{
				background-image: url(images/obi_orange_shisei.gif);						/* 背景画像 */
			}
			
		/***********************************************************************************
		// <h1>タグの背景画像（手続き・証明）
		***********************************************************************************/
			#ContentsBody #procedure_container h1{
				background-image: url(images/obi_green_tetsuzuki.gif);						/* 背景画像 */
			}
	
		/***********************************************************************************
		// <h1>タグの背景画像（まちづくり）
		***********************************************************************************/
			#ContentsBody #cityplanning_container h1{
				background-image: url(images/obi_shu_machi.gif);							/* 背景画像 */
			}
	
		/***********************************************************************************
		// <h1>タグの背景画像（健康・福祉）
		***********************************************************************************/
			#ContentsBody #health_container h1{
				background-image: url(images/obi_blue_kenko.gif);							/* 背景画像 */
			}
	
		/***********************************************************************************
		// <h1>タグの背景画像（くらし・環境）
		***********************************************************************************/
			#ContentsBody #ecology_container h1{
				background-image: url(images/obi_purple_kurashi.gif);						/* 背景画像 */
			}
	
		/***********************************************************************************
		// <h1>タグの背景画像（子育て・教育）
		***********************************************************************************/
			#ContentsBody #kyouiku_container h1{
				background-image: url(images/obi_yellow_kosodate.gif);						/* 背景画像 */
			}
	
		/***********************************************************************************
		// <h1>タグの背景画像（ライフライン）
		***********************************************************************************/
			#ContentsBody #lifeline_container h1{
				background-image: url(images/obi_yellowgreen_life.gif);						/* 背景画像 */
			}
	
		/***********************************************************************************
		// <h1>タグの背景画像（市役所）
		***********************************************************************************/
			#ContentsBody #cityoffice_container h1{
				background-image: url(images/obi_pink_siyakusho.gif);						/* 背景画像 */
			}
		
		/***********************************************************************************
		// <h1>タグの背景画像（各課）
		***********************************************************************************/
			#ContentsBody #kakuka_container h1{
				background-image: url(images/obi01.gif);									/* 背景画像 */
			}
		
	
	/***********************************************************************************
	// カテゴリー内の一覧画面の<h1>タグ内のリンク
	***********************************************************************************/
		#ContentsBody div.pico_menu h1 a,
		#ContentsBody div.pico_container h1 a{
			color: #FFFFFF;
			font-size: 110%;
			/*font-weight: bold;*/
			text-decoration: none;								/* リンクの下線 */
		}
	
	/***********************************************************************************
	// カテゴリー内の一覧画面の<h2>タグ
	***********************************************************************************/
		#ContentsBody div.pico_menu h2{
			background-color: #FFFFFF;
			background-image: url(images/obi02.gif);
			background-repeat: no-repeat;
			margin: 0px 0px 0px 30px;
			padding: 6px 5px 0px 40px;
			height: 28px;
		}
	
	/***********************************************************************************
	// カテゴリー内の一覧画面の<h2>タグ内のリンク
	***********************************************************************************/
		#ContentsBody div.pico_menu h2 a{
			color: #523998;
			font-size: 90%;
			text-decoration: none;								/* リンクの下線 */
		}
	
	/***********************************************************************************
	// カテゴリー内の一覧画面の<h3>タグ
	***********************************************************************************/
		#ContentsBody div.pico_menu h3{
			background-color: #FFFFFF;
			background-image: url(images/obi04.gif);
			background-repeat: no-repeat;
			margin: 0px 0px 0px 60px;
			padding: 0px 0px 0px 20px;
			height: 28px;
		}
	
	/***********************************************************************************
	// カテゴリー内の一覧画面の<h3>タグ内のリンク
	***********************************************************************************/
		#ContentsBody div.pico_menu h3 a{
			color: #4F85BC;																/* 文字の色 */
			font-size: 90%;																/* 文字の大きさ */
			text-decoration: none;														/* リンクの下線 */
		}
		
	/***********************************************************************************
	// カテゴリー内の一覧画面の<h4>タグ
	***********************************************************************************/
		#ContentsBody div.pico_menu h4{
			background-color: #FFFFFF;
			background-image: url(images/obi04.gif);
			background-repeat: no-repeat;
			margin: 0px 0px 0px 90px;
			padding: 0px 0px 0px 20px;
			height: 28px;
		}
	
	/***********************************************************************************
	// カテゴリー内の一覧画面の<h4>タグ内のリンク
	***********************************************************************************/
		#ContentsBody div.pico_menu h4 a{
			color: #4F85BC;																/* 文字の色 */
			font-size: 90%;																/* 文字の大きさ */
			text-decoration: none;														/* リンクの下線 */
		}
	
	/***********************************************************************************
	// カテゴリー内の一覧画面のリストのスタイル
	***********************************************************************************/
		#ContentsBody div.pico_menu ul,
		#ContentsBody div.pico_container ul{
			margin-bottom: 30px;														/* マージン（下） */
		}
	
	/***********************************************************************************
	// カテゴリー内の一覧画面のリストの項目のスタイル
	***********************************************************************************/
		#ContentsBody div.pico_menu ul li ,
		#ContentsBody div.pico_container ul.pico_list_contents li {
			list-style-image: none;														/* リスト画像 */
			background: url(images/green_ball.gif) no-repeat 0 8px;						/* 背景画像 */
			padding: 0px 0px 0px 20px;													/* パディング */
		}
	
	/***********************************************************************************
	// カテゴリー内の一覧画面のコンテンツへのリンク
	***********************************************************************************/
		#ContentsBody ul li a{
			color: #333333;																/* 文字の色 */
			font-size: 90%;																/* 文字の大きさ */
			text-decoration: underline;													/* リンク時の下線 */
		}

	/***********************************************************************************
	// カテゴリー内の一覧画面のコンテンツへのリンク
	***********************************************************************************/
		#ContentsBody ul li a:hover{
			color: #AAAAAA;																/* 文字の色 */
			text-decoration: underline;													/* リンク時の下線 */
		}
	
	/***********************************************************************************
	// カテゴリー内の一覧画面の<ul>タグ
	***********************************************************************************/
		div.pico_controllers_in_menu{
			margin: 0;																	/* マージン */
			padding: 0;																	/* パディング */
		}

	/***********************************************************************************
	// カテゴリー内の一覧画面の第二階層タグ
	***********************************************************************************/
		div.level2{
			margin: 0px 0px 0px 60px;													/* マージン */
			padding: 0px 0px 0px 10px;													/* パディング */
		}

	/***********************************************************************************
	// カテゴリー内の一覧画面の第三階層タグ
	***********************************************************************************/
		div.level3{
			margin: 0px 0px 0px 60px;													/* マージン */
			padding: 0px 0px 0px 20px;													/* パディング */
		}

	/***********************************************************************************
	// カテゴリー内の一覧画面の第三階層タグ
	***********************************************************************************/
		div.level4{
			margin: 0px 0px 0px 60px;													/* マージン */
			padding: 0px 0px 0px 40px;													/* パディング */
		}

/***********************************************************************************
// コンテンツ内使用スタイル
***********************************************************************************/
	/***********************************************************************************
	// メインコンテンツ部分
	***********************************************************************************/
		div.pico_body {
			font-size: 90%;																/* 文字の大きさ */
			padding: 8px 10px 8px 20px;													/* パディング */
		}
		
	/***********************************************************************************
	// 大カテゴリー名
	***********************************************************************************/
		div.pico_l_cat_name_in_contents{
			height: 27px;																/* 高さ */
			margin: 0;																	/* マージン */
			padding: 6px 0px 5px 20px;													/* パディング */
			background-color: #FFFFFF;													/* 背景色 */
			background-image: url(images/obi01.gif);									/* 背景画像 */
			background-repeat: no-repeat;												/* 背景画像の繰り返し */
			color: #FFFFFF;																/* 文字の色 */
			font-size: 120%;															/* 文字の大きさ */
			font-weight: bold;															/* 文字の太さ */
		}
		
		/***********************************************************************************
		// 大カテゴリー名（市政情報）背景画像
		***********************************************************************************/
			#policy div.pico_l_cat_name_in_contents{
				background-image: url(images/obi_orange_shisei.gif);						/* 背景画像 */
			}
			
		/***********************************************************************************
		// 大カテゴリー名（手続き・証明）背景画像
		***********************************************************************************/
			#procedure div.pico_l_cat_name_in_contents{
				background-image: url(images/obi_green_tetsuzuki.gif);						/* 背景画像 */
			}
	
		/***********************************************************************************
		// 大カテゴリー名（まちづくり）背景画像
		***********************************************************************************/
			#cityplanning div.pico_l_cat_name_in_contents{
				background-image: url(images/obi_shu_machi.gif);							/* 背景画像 */
			}
	
		/***********************************************************************************
		// 大カテゴリー名（健康・福祉）背景画像
		***********************************************************************************/
			#health div.pico_l_cat_name_in_contents{
				background-image: url(images/obi_blue_kenko.gif);							/* 背景画像 */
			}
	
		/***********************************************************************************
		// 大カテゴリー名（くらし・環境）背景画像
		***********************************************************************************/
			#ecology div.pico_l_cat_name_in_contents{
				background-image: url(images/obi_purple_kurashi.gif);						/* 背景画像 */
			}
	
		/***********************************************************************************
		// 大カテゴリー名（子育て・教育）背景画像
		***********************************************************************************/
			#kyouiku div.pico_l_cat_name_in_contents{
				background-image: url(images/obi_yellow_kosodate.gif);						/* 背景画像 */
			}
	
		/***********************************************************************************
		// 大カテゴリー名（ライフライン）背景画像
		***********************************************************************************/
			#lifeline div.pico_l_cat_name_in_contents{
				background-image: url(images/obi_yellowgreen_life.gif);						/* 背景画像 */
			}
	
		/***********************************************************************************
		// 大カテゴリー名（市役所）背景画像
		***********************************************************************************/
			#cityoffice div.pico_l_cat_name_in_contents{
				background-image: url(images/obi_pink_siyakusho.gif);						/* 背景画像 */
			}
	
	/***********************************************************************************
	// コンテンツ名
	***********************************************************************************/
		div.pico_contents_name_in_contents{
			margin: 0;											/* マージン */
			padding: 6px 0px 5px 30px;							/* パディング */
			background-color: #FFFFFF;							/* 背景色 */
			background-image: url(images/obi03.gif);			/* 背景画像 */
			background-repeat: no-repeat;						/* 背景画像の繰り返し */
			font-size: 110%;									/* 文字の大きさ */
			color: #333333;										/* 文字の色 */
			font-weight: bold;									/* 文字の太さ */
		}
	
	/***********************************************************************************
	// メインコンテンツの<p>タグ
	***********************************************************************************/
		.pico_body p{
			margin: 0;											/* マージン */
			padding: 0;											/* パディング */
			/*display: inline;*/
		}
	
	/***********************************************************************************
	// メインコンテンツの<a>タグ
	***********************************************************************************/
		/*
		.pico_body a {color: #003399; text-decoration:underline;}
		.pico_body a:visited {color: #0066CC;}
		.pico_body a:hover {color: #FF9933; text-decoration:underline;}
		*/
		
	/***********************************************************************************
	// メインコンテンツのリスト表示
	***********************************************************************************/
		#ContentsBody div.pico_body ul li a {
			font-size: 100%;															/* 文字のサイズ */
		}
	
	/***********************************************************************************
	// 見出し１部分
	***********************************************************************************/
		#ContentsBody div.pico_body h1 {
			margin: 5px 0px 10px 0px;							/* 見出しのマージン */
			font-size: 140%;									/* 文字のサイズ */
			border-bottom-style: dashed;						/* 罫線（下）の設定 */
			border-bottom-width: 1px;							/* 罫線の太さ */
			color: #0860A8;										/* 文字の色 */
			background-image: none !important; 
			padding: 0;
			height: 25px;
		}

	/***********************************************************************************
	// 見出し２部分
	***********************************************************************************/
		#ContentsBody div.pico_body h2 {
			margin: 5px 0px 5px 0px;							/* 見出しのマージン */
			padding: 0px 0px 0px 25px;							/* 見出しのパディング */
			font-size: 100%;									/* 文字のサイズ */
			background-image: url(images/midasi02.gif);			/* 背景画像 */
			background-repeat: no-repeat;						/* 背景画像の繰り返し */
			background-color: #FFFFFF;							/* 背景色 */
			color: #97017E;										/* 文字の色 */
		}

	/***********************************************************************************
	// 見出し３部分
	***********************************************************************************/
		#ContentsBody div.pico_body h3 {
			margin: 5px 0px 10px 0px;							/* 見出しのマージン */
			padding: 0px 0px 0px 25px;							/* 見出しのパディング */
			font-size: 100%;									/* 文字のサイズ */
			background-image: url(images/midasi03.gif);			/* 背景画像 */
			background-repeat: no-repeat;						/* 背景画像の繰り返し */
			background-color: #FFFFFF;							/* 背景色 */
			color: #33B3D1;										/* 文字の色 */
		}

	/***********************************************************************************
	// 見出し４部分（お問い合わせ）
	***********************************************************************************/
		#ContentsBody div.pico_body h4 {
			margin: 0;											/* 見出しのマージン */
			padding: 0px 0px 0px 0px;							/* 見出しのパディング */
			font-size: 100%;									/* 文字のサイズ */
			color: #006600 !important;							/* 文字の色 */
		}

/***********************************************************************************
// サイトマップ
***********************************************************************************/
	/***********************************************************************************
	// サイトマップ全体
	***********************************************************************************/
		#ContentsBody #sitemap{
			font-size: 100%;																/* 文字の大きさ */
		}

	/***********************************************************************************
	// 大カテゴリー名
	***********************************************************************************/
		#ContentsBody #sitemap h1{
			height: 27px;																/* 高さ */
			margin: 0;																	/* マージン */
			padding: 6px 0px 5px 20px;													/* パディング */
			background-color: #FFFFFF;													/* 背景色 */
			background-image: url(images/obi01.gif);									/* 背景画像 */
			background-repeat: no-repeat;												/* 背景画像の繰り返し */
			color: #FFFFFF;																/* 文字の色 */
			font-size: 120%;															/* 文字の大きさ */
			font-weight: bold;															/* 文字の太さ */
		}

	/***********************************************************************************
	// テーブル
	***********************************************************************************/
		#ContentsBody #sitemap table.sitemap_table{
			margin: 10px;																/* マージン */
		}

/***********************************************************************************
// 各課のページ
***********************************************************************************/
	/***********************************************************************************
	// リストのテーブル
	***********************************************************************************/
		#ContentsBody table.kakuka_list{
			margin: 0px 10px 10px 30px;												/* マージン */
		}
		
		
		
div.clearfix {
	margin: 0;
	padding: 0;
}

	/****************************************************************
	// フッター部分（外側）											|
	****************************************************************/
		#footer_outer {
			width: 940px;											/* 横幅 */
			margin: auto;											/* マージン */
			padding: 15px 0px 5px 0px;								/* パディング */
			background-color: #FFFFFF;								/* 背景色 */
			text-align: center;										/* 文字の配置（横） */
			clear: both;											/* フロートの解除 */
		}
	
	/****************************************************************
	// フッター部分（内側）											|
	****************************************************************/
		#footer_inner {
			width: 940px;											/* 横幅 */
			margin: 0;												/* マージン */
			padding: 10px 0px 0px 0px;								/* パディング */
			border-top: 1px #000000 solid;							/* 罫線 */
			font-size: 90%;											/* 文字の大きさ */
			color: #333333;											/* 文字色 */
			line-height: 1.4em;										/* 改行の高さ */
			clear: both;											/* フロートの解除 */
		}


