@charset "shift_jis";

/* --------------------------------------------------------------------------

Accessibility normal 要素

-------------------------------------------------------------------------- */

/************************************************
		全体構成
************************************************/
body {
	color: #000;
	background-color: #FFF;
}

/************************************************
		リンク設定
************************************************/
a {
	text-decoration: underline;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #800080;
}

/************************************************
		セカンド新着情報
************************************************/
/*市民のみなさんへ*/
#area_kurashi {
	border-top: 5px solid #2D9134;
	border-right: 1px solid #2D9134;
	border-bottom: 1px solid #2D9134;
	border-left: 1px solid #2D9134;
	padding: 10px 15px;
}

/*事業者のみなさんへ*/
#area_business {
	border-top: 5px solid #CC446C;
	border-right: 1px solid #CC446C;
	border-bottom: 1px solid #CC446C;
	border-left: 1px solid #CC446C;
	padding: 10px 15px;
}

/*市政情報*/
#area_sisei {
	border-top: 5px solid #ED9129;
	border-right: 1px solid #ED9129;
	border-bottom: 1px solid #ED9129;
	border-left: 1px solid #ED9129;
	padding: 10px 15px;
}

/************************************************
		セカンドカテゴリーメニュー
************************************************/
/*市民のみなさんへ*/
.h2_shimin {
	padding-bottom:5px;
	background: url(../images/sub_shimin.gif) left bottom;
	margin-bottom: 10px;
}
.h2_shimin h2 {
	margin:0px;
	padding:7px 5px 2px 14px;
	color:#009614;
	background: #009614 url(../images/sub_shimin.gif) left top;
	font-size: 98%;
}

/*事業者のみなさんへ*/
.h2_jigyou {
	padding-bottom:5px;
	background: url(../images/sub_jigyou.gif) left bottom;
	margin-bottom: 10px;
}
.h2_jigyou h2 {
	margin:0px;
	padding:7px 5px 2px 14px;
	color:#CC446C;
	background: #CC446C url(../images/sub_jigyou.gif) left top;
	font-size: 98%;
}

/*市政情報*/
.h2_sisei {
	padding-bottom:5px;
	background: url(../images/sub_sisei.gif) left bottom;
	margin-bottom: 10px;
}
.h2_sisei h2 {
	margin:0px;
	padding:7px 5px 2px 14px;
	color:#E88313;
	background: #E88313 url(../images/sub_sisei.gif) left top;
	font-size: 98%;
}

/************************************************
		情報ページ　見出し、段落
************************************************/
#contents .in_h1 {
	padding-bottom:4px;
	background: url(../images/h1back.gif) left bottom;
	margin:0 0 0.5em;
}
#contents .in_h1 h1 {
	margin:0px;
	padding:12px 5px 6px 10px;
	color:#FFFFFF;
	background: #2736C0 url(../images/h1back.gif) left top;
	font-size: 120%;
	line-height: 130%;
}

#contents .in_h2 {
	padding-bottom:6px;
	background: url(../images/h2haikei.gif) left bottom;
	margin:0 0 0.5em;
}
#contents .in_h2 h2 {
	margin:0px;
	padding:11px 8px 1px;
	color:#333333;
	background: #F5F5F5 url(../images/h2haikei.gif) left top;
	font-size: 115%;
	line-height: 130%;
}

#contents .in_h3 {
	padding-bottom:5px;
	background: url(../images/h3haikei.gif) left bottom;
	margin:0 0 0.5em;
}
#contents .in_h3 h3 {
	margin:0px;
	padding:4px 5px 0px 14px;
	color:#395899;
	background: #FFFFFF url(../images/h3haikei.gif) left top;
	font-size: 115%;
	line-height: 130%;
}

#contents .in_h4 {
	background: url(../images/h4cap.gif) no-repeat 0px 4px;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	padding-left: 14px;
	margin-bottom: 0.1em;
}

/************************************************
		情報ページ　dl
************************************************/
dl.dl_list01 dd div {
	display:inline-block;
}
dl.dl_list01 {
	border-bottom:1px solid #CCCCCC;
	margin-bottom: 1.5em;
}
dl.dl_list01 dt {
	float:left;
	width:9em;
	border-top:1px solid #CCCCCC;
	padding-top:7px;
	padding-bottom:0;
	padding-right:0px;
}
dl.dl_list01 dd {
	margin-left:9em;
	border-top:1px solid #CCCCCC;
	padding: 7px 10px 7px 20px;
}
dl.dl_list01 dt .dt_line {
	border-left: 4px solid #FF6600;
	padding-left: 5px;
	font-weight: bold;
}

/************************************************
		情報ページ　テーブル
************************************************/
table.table_01 {
	border: 1px solid #999999;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.5em;
}
table.table_01 th {
	padding: 5px;
	background: #CFE7B3;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
	border-top: 0 solid #999999;
	border-right: 0 solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
table.table_01 td {
	padding: 5px;
	border-top: 0 solid #999999;
	border-right: 0 solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}


table.table_02 {
	border: 1px solid #999999;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.5em;
}
table.table_02 th {
	padding: 5px;
	background: #CFE7B3;
	font-weight: bold;
	line-height: 120%;
	border-top: 0 solid #999999;
	border-right: 0 solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	text-align: left;
}
table.table_02 td {
	padding: 5px;
	border-top: 0 solid #999999;
	border-right: 0 solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}


.tdcolor_01 {
	background: #F0F9E4;
	font-weight: bold;
}

.tdcolor_red {
	background: #FAE2E2;
}
.tdcolor_blue {
	background: #E2F0FA;
}
.tdcolor_magenta {
	background: #F0DDF9;
}
.tdcolor_orange {
	background: #FBE7CC;
}
.tdcolor_yellow {
	background: #F9FBB9;
}
.tdcolor_gray {
	background: #E6E6E6;
}

/************************************************
		特殊テキスト
************************************************/
.text_red {
	color: #FF0000;
}

/************************************************
		PDF案内
************************************************/
#pdfinfo {
	border: 2px solid #CCCCCC;
}

/************************************************
		お問い合わせ先
************************************************/
#inquiry {
	border: 2px solid #CCCCCC;
}
#inquiry .iq_title {
	background: #E0E0E0;
	color: #333333;
}

/************************************************
		サードメニューページ
************************************************/
#m_news {
	border-right: 1px solid #2736C0;
	border-bottom: 1px solid #2736C0;
	border-left: 1px solid #2736C0;
}

.h2_menutitle {
	padding-bottom:5px;
	background: url(../images/sub_blue.gif) left bottom;
	margin-bottom: 10px;
}
.h2_menutitle h2 {
	margin:0px;
	padding:7px 5px 2px 14px;
	color:#2736C0;
	background: #2736C0 url(../images/sub_blue.gif) left top;
	font-size: 98%;
}

.h2_m2title {
	padding-bottom:5px;
	background: url(../images/sub_blue2.gif) left bottom;
	margin-bottom: 10px;
}
.h2_m2title h2 {
	margin:0px;
	padding:7px 5px 2px 14px;
	color:#2736C0;
	background: #2736C0 url(../images/sub_blue2.gif) left top;
	font-size: 98%;
}

.smsubt {
	color: #666666;
}

/************************************************
		健康・保健
************************************************/
.text_blue {
	color: #0033FF;
}
.text_green {
	color: #009966;
}
.text_orange {
	color: #FF6600;
}
.text_red2 {
	color: #990000;
}

/************************************************
		リンク
************************************************/
.linkBox h3 {
	border-left: 6px solid #8D97E9;
	border-bottom: 1px dotted #666666;
	color: #333333;
}

/************************************************
		特殊テキスト 色合い変更対応
************************************************/
.font_black {
	color: #000000;
}
.font_red {
	color: #FF0000;
}
.font_green {
	color: #009966;
}
.font_blue {
	color: #0000FF;
}
.font_yellow {
	color: #FFFF00;
}
.font_magenta {
	color: #FF00FF;
}
.font_orange {
	color: #FF6600;
}

/************************************************
		Ｑ＆Ａ
************************************************/
dl.qa_answer ,
dl.kk_answer {
	border: 1px solid #CCCCCC;
}
dl.qa_answer dt ,
dl.kk_answer dt {
	color: #FF6600;
	border-bottom-color: #B9CDEC;
	background-color: #FEFCEC;
}
