/* -----------------------------------------基本レイアウト----------------------------------------- */

body{
	font-size:90%;
	line-height:1.4em;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin:0;
	_background-image:url(../img/leftbg.gif);
	_background-repeat: repeat-y;
	_background-position: top left;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote, dl, dt, dd
{
	margin:0;
	padding:0;
}
li{
	list-style:none;
}
img{
	border:none;
}
.heightLineParent{
	clear:both;
	height:1%;
}
.clearfloat{
	clear:both;
}
.clearfix{
	height:1%;
	display: inline-block;
}
.clearfix:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}
.fleft{
	float:left;
}
.fright{
	float:right;
}

/* 角丸 */
.corner_t{
	margin-top:1.5em;
	height:16px;
}
.corner_b{
	margin-bottom:1.5em;
	height:16px;
}
.corner_left{
	float:left;
}
.corner_right{
	float:right;
}

/* -----------------------------------------共通レイアウト----------------------------------------- */

/* 最も外側の囲み */
#contents_wrapper{
	min-width:780px;
	background-image:url(../img/leftbg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	height:1%;
}
#contents_wrapper{
	_width: expression(document.body.clientWidth < 782? "780px" : "auto");
}

/* 「このページのトップへ」リンク */
.pagetop{
	clear:both;
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
	border-top:1px dotted #CCCCCC;
	padding-top:3px;
}

/* 情ステ、区版の「<span class="spword_a">共通の内容</span>」 */
.spword_a{
	background-color:#444444;
	color:#FFFFFF;
	padding:1px;
	margin:0 1px;
	white-space:nowrap;
	position:relative;
	_position:static;
}

/* 情ステ、区版の「対象」など */
.spword_b{
	border:solid 1px #000000;
	padding:1px;
	margin:0 1px;
	white-space:nowrap;
	position:relative;
	_position:static;
}

/* ローマ数字用 */
.roman{
	font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

/* -----------------------------------------ヘッダー----------------------------------------- */

/* ヘッダーのサイズと背景指定 */
#header{
	background-image: url(../img/headerbg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height:70px;
}

/* タイトル画像位置指定 */
#header h1{
	float:left;
	width:336px;
	margin:0;
	padding:0;
}

/* 掲載日 */
#header .number{
	text-align:right;
	font-size:80%;
	line-height:1.1em;
	color:#FFFFFF;
	padding:4px;
	margin-bottom:10px;
}

/* 文字の大きさ */
#header .font{
	float:right;
	margin-left:20px;
	margin-right:10px;
	width:70px;
	text-align:center;
}

/* ロゴ画像 */
#header .logo{
	text-align:right;
}

/* -----------------------------------------サイドバー----------------------------------------- */

/* 左コンテンツサイズ・位置指定 */
#sidebar{
	margin-top:0.5em;
	clear:both;
	float:left;
	width:130px;
	padding-left:10px;
	margin-right:-200px;
	position:relative;
	z-index:2;
	margin-bottom:1em;
}

/* 最も上段のタイトル */
#sidebar .first_title{
	line-height:0;
	list-style:none;
	padding-left:0;
	margin-left:-1em;
	margin-left: /**/0;
}

/* それ以外のタイトル */
#sidebar .title{
	margin-top:1em;
	line-height:0;
	list-style:none;
	margin-left:0;
	padding-left:0;
	margin-left:-1em;
	margin-left: /**/0;
}

/* 内側のリスト */
#sidebar .linklist{
	display:inline;
}
#sidebar .linklist li{
	list-style:none;
}

/* リンク */
A.menu{
	display:block;
	width:130px;
	width:/**/120px;
	border-right:solid 1px #B6C2C9;
	border-bottom:solid 1px #B6C2C9;
	padding:4px;
	margin:0;
	text-decoration:none;
	font-size:90%;
	line-height:1.2em;
	background-image: url(../img/menulink.gif);
	background-repeat: repeat-y;
}
A.menu:hover {
	background-image: url(../img/menuhover.gif);
}

/* -----------------------------------------メインコンテンツ----------------------------------------- */

/* パンくずリスト */
#main{
	clear:right;
	float:left;
	width:100%;
	margin-top:0.5em;
}

/* サイドバーとコンテンツエリア */
#main .navi{
	font-size:80%;
	line-height:1.5em;
	color:#666666;
	margin-bottom:15px;
	text-align:left;
}

/* -----------------------------------------特集----------------------------------------- */

/* コンテンツ全体 */
#special{
	margin-left:165px;
	margin-right:40px;
}

/* タイトル部分 */
#special .contents_special{
	height:26px;
	border-bottom:2px solid #CC0066;
	margin-bottom:10px;
	font-size:100%;
	line-height:1.6;
}
#special .contents_special img{
	float:left;
}
#special h2{
	font-size:130%;
	margin-bottom:1em;
}

/* トップページ画像位置指定 */
#special .main_ph{
	float:right;
	margin-left:15px;
	font-size:80%;
	margin-bottom:1em;
	line-height:normal;
	_line-height:1.4em;
}
*:first-child+html #special .main_ph{
	line-height:1.4em;
}
#special .main_ph img{
	margin-bottom:3px;
}

/* 詳細ページへのリンク */
#special .linkdetailpage{
	text-align:right;
	margin:1em 0;
}

/* 画像 */
#special .pic{
	float:right;
	margin-left:12px;
	font-size:80%;
	margin-bottom:3px;
	line-height:1.4em;
}
#special .pic img{
	margin-bottom:3px;
}
*:first-child+html #special .pic{
	line-height:normal;
}

/* 人口 */
#info_pop{
	width:12%;
	width:/**/20%;
	padding:12px 6px;
	margin-bottom:0;
	float:right;
	_height:1%;
}
#info_pop h2{
	font-weight:bold;
	margin-bottom:0.3em;
	font-size:120%;
}
#info_pop ul{
	text-align:center;
	margin-top:1.5em;
}
#info_pop .info_pop_date{
	font-weight:normal;
	font-size:90%;
	color:#000000;
	margin-bottom:1em;
	text-align:right;
}
#info_pop .info_pop_sum{
	font-size:140%;
	margin-bottom:1em;
	font-weight:bold;
}

/* 各種問い合わせ先 */
#info_inq{
	padding:8px;
	margin-bottom:0;
	height:1%;
	width:72%;
}
#info_inq dl{
	margin:0;
	padding:0;
}
#info_inq dt{
	margin-top:3px;
	padding-top:3px;
	font-weight:bold;
}
#info_inq dd{
	margin-left:1em;
}
#info_inq .telnumber{
	font-size:105%;
	font-weight:bold;
}
#info_inq .first_title{
	border-top:none;
	margin-top:0;
	padding-top:0;
}

/* 写真を差し上げます */
#special .photo_inq{
	clear:both;
	margin-bottom:1em;
	text-align:right;
}

/* 記事についての問い合わせ */
#special .inq{
	font-weight:bold;
	margin-top:1em;
	clear:both;
}
#special .inq_num{
	font-weight:normal;
}

/* ページリンク上部 */
#special .pagenavi_sp{
	font-size:90%;
}

/* ページリンク下部 */
#special .pagenavi_bottom{
	text-align:center;
	margin-top:1em;
	clear:both;
}

/* 文字画像 */
#special .font{
	vertical-align:2px;
	_vertical-align:-1px;
}
*:first-child+html #special .font{
	vertical-align:-1px;
}

/* ---------------------------------------すこやかハート--------------------------------------- */

#healthy{
	margin-left:165px;
	margin-right:40px;
}
#healthy .topicsname{
	border-bottom:2px solid #f16f9e;
	margin-bottom:5px;
	height:26px;
}
#healthy .topicsname_img{
	float:left;
}
#healthy h2{
	margin:0;
	clear:both;
}
/* 時間は24時間表記 */
#healthy .topics_topstr{
	text-align:right;
	margin-bottom:0.5em;
}

/* 各記事最大タイトル */
#healthy h3{
	font-size:150%;
	height:1%;
	margin-bottom:0.7em;
}
/* 最初のタイトル */
#healthy #first_sub{
	margin-top:0;
}
#healthy .pic{
	float:right;
	margin-left:12px;
	margin-bottom:3px;
	font-size:80%;
	line-height:normal;
}
#healthy .pic img{
	margin-bottom:3px;
}

/* 一行空ける */
#healthy .add_msg{
	margin-top:1em;
}

/* strong色なし */
#healthy .sub{
	color:#000000;
}
#healthy .inq_link{
	font-size:80%;
	text-align:right;
	float:right;
}

/* -----------------------------------------トピックス----------------------------------------- */

/* コンテンツ全体 */
#topics{
	margin-left:165px;
	margin-right:40px;
}

/* タイトルとページリンク部分 */
#topics .topicsname{
	border-bottom:2px solid #003399;
	margin-bottom:5px;
	height:26px;
}
#topics .topicsname_img{
	float:left;
}

/* TOPICS画像 */
#topics h2{
	margin:0;
	clear:both;
	text-align:right;
}

/* ページリンク上部 */
#topics .pagenavi_top{
	float:left;
	font-size:80%;
}

/* ページリンク下部 */
#topics .pagenavi_bottom{
	text-align:center;
	margin-top:1em;
	clear:both;
}

/* 時間は24時間表記 */
#topics .topics_topstr{
	text-align:right;
	margin-bottom:0.5em;
}

/* 各記事最大タイトル */
#topics h3{
	font-size:150%;
	height:1%;
	margin-bottom:0.7em;
}
/* 記事ナンバー */
#topics .num{
	padding:2px 1px 1px 1px;
	position:relative;
	top:-3px;
}
/* 最初のタイトル */
#topics #first_sub{
	margin-top:0;
}

/* 基本タグ */
#topics h4{
	font-size:120%;
	margin:1em 0;
}
#topics h5{
	font-size:100%;
	margin:1em 0;
}
#topics em{
	font-style:normal;
	font-weight:bold;
}
#topics ul{
	margin:0.8em 0;
}
#topics li{
	margin-bottom:0.8em;
}

/* 画像 */
#topics .pic{
	float:right;
	margin-left:12px;
	margin-bottom:3px;
	font-size:80%;
	line-height:normal;
}
#topics .pic img{
	margin-bottom:3px;
}

/* 一行空ける */
#topics .add_msg{
	margin-top:1em;
}

/* strong色なし */
#topics .sub{
	color:#000000;
}


#topics .font{
	vertical-align:-4px;
	_vertical-align:-3px;
}
*:first-child+html #topics .font{
	vertical-align:-3px;
}

/* -----------------------------------------み～んないっちゃん！----------------------------------------- */

/* コンテンツ全体 */
#love{
	margin-left:165px;
	margin-right:40px;
}

/* タイトルと市民のコーナー */
#love .contents_love{
	height:26px;
	border-bottom:2px solid #CC0000;
	margin-bottom:5px;
	font-size:90%;
}
#love .contents_love img{
	float:left;
}

/* 画像 */
#love .pic{
	float:right;
	margin-left:12px;
	margin-bottom:6px;
}

/* 文字画像 */
#love .font{
	vertical-align:-2px;
}

/* キラリ全体 */
#kirari{
	border-top:solid 4px #b17899;
	margin-top:2em;
	clear:both;
	height:1%;
}
/* キラリタイトル */
#kirari h3{
	margin:0;
	padding:0;
	border:none;
	float:left;
	margin-right:1em;
	width:220px;
	margin-bottom:1em;
}
/* キラリ説明文 */
#kirari .exp{
	margin-top:1.2em;
}
/* キラリ画像 */
#kirari .pic{
	margin-left:12px;
	font-size:80%;
	line-height:normal;
	clear:left;
	float:right;
}
#kirari .pic img{
	margin-bottom:3px;
}
/* キラリ団体名 */
#kirari h4{
	clear:left;
	margin-bottom:1em;
	font-size:130%;
}

/* ひまわり全体 */
#himawari{
	border-top:solid 4px #b17899;
	margin-top:2em;
	clear:both;
}
/* ひまわりタイトル */
#himawari h3{
	margin:0;
	padding:0;
	border:none;
	float:left;
	margin-right:1em;
	width:220px;
	margin-bottom:1em;
}
/* ひまわり説明 */
#himawari .exp{
	margin-top:1.2em;
}
/* ひまわり画像 */
#himawari .pic{
	margin-left:12px;
	font-size:90%;
	line-height:1.5em;
	clear:left;
	float:right;
}
#himawari .pic img{
	margin-bottom:6px;
}
/* ひまわりサブタイトル */
#himawari h4{
	clear:left;
	margin-bottom:0.2em;
	font-size:130%;
}
/* ひまわり紹介 */
#himawari .interviewer{
	font-weight:bold;
	margin-bottom:1em;
}
/* ひまわり人名 */
#himawari .interviewername{
	font-size:120%;
}

/* まちがいさがし全体 */
#quiz{
	border-top:solid 4px #b17899;
	margin-top:2em;
	clear:both;
	height:1%;
}
/* まちがいさがしタイトル */
#quiz h3{
	margin:0 1em 1em 0;
	padding:0;
	border:none;
	float:left;
	width:220px;
}
/* まちがいさがし説明文 */
#quiz .exp{
	margin-top:8px;
}
#quiz .exp2{
	font-size:80%;
}
/* まちがいさがしテーマ */
#quiz h4{
	margin-top:0;
	margin-bottom:0.5em;
	clear:left;
	color:#990236;
}
/* まちがいさがし今回のテーマ */
#quiz .theme_title{
	margin-right:2em;
	font-size:120%;
}
/* まちがいさがしテーマ名 */
#quiz .theme{
	background-color:#990236;
	color:#FFFFFF;
	padding:2px;
}
/* まちがいさがし締め切り日 */
#quiz .limit{
	font-size:80%;
	font-weight:normal;
	margin-left:1em;
}
/* まちがいさがし応募方法 */
#quiz .howto{
	margin:0;
	padding:0;
	clear:left;
}
#quiz .howto dt{
	font-size:110%;
	font-weight:bold;
	color:#990236;
}
#quiz .howto dd{
	margin-left:0;
	padding-left:0;
}
/* まちがいさがし画像 */
#quiz ul{
	text-align:center;
}
#quiz li{
	display:inline;
	margin-right:24px;
}
#quiz .illust{
	margin:1em 0;
}
/* まちがいさがし答えと当選者 */
#quiz .info{
	float:left;
	font-size:120%;
	margin-right:2em;
}
#quiz .info_msg{
	color:#990236;
	font-size:100%;
	text-decoration:underline;
}
/* まちがいさがし応募総数 */
#quiz .gross{
	font-size:120%;
}
/* まちがいさがし答え */
#quiz .ans{
	clear:left;
}
#quiz .ans dt{
	margin-top:0.5em;
	font-weight:bold;
}
#quiz .ans dd{
	margin-left:0;
	padding-left:0;
}
/* まちがいさがしマーク */
#quiz .mark{
	color:#990236;
}

/* -----------------------------------------情報ステーション----------------------------------------- */

/* コンテンツ全体 */
#infostation{
	margin-left:165px;
	margin-right:40px;
}
/* タイトル・ページリンク */
#infostation .infoname{
	border-bottom:2px solid #006633;
	margin-bottom:5px;
	height:26px;
}
#infostation .infoname_img{
	float:left;
}
/* ページリンク上部 */
#infostation .pagenavi_top{
	float:left;
	font-size:80%;
}
/* ページリンク下部 */
#infostation .pagenavi_bottom{
	text-align:center;
	margin-top:1em;
	clear:both;
}
/* はがき・往復はがきの記入方法 */
#infostation .inq_link{
	font-size:80%;
	text-align:right;
	float:right;
}
#topics .inq_link{
	font-size:80%;
	text-align:right;
	float:right;
}
/* 文字画像 */
#infostation .font{
	vertical-align:-4px;
	_vertical-align:-3px;
}
*:first-child+html #infostation .font{
	vertical-align:-3px;
}

/* メインタイトル */
#infostation .infostation_title{
	margin-bottom:15px;
}
/* 料金について記載のない? */
#infostation .infostation_title_att{
	float:right;
}
/* それぞれの記事見出し */
#infostation h3{
	margin:1.5em 0 1em 0;
	font-size:105%;
}

/* 基本タグ */
#infostation h4{
	margin:0.8em 0;
	font-size:100%;
}
#infostation ul{
	margin-bottom:0.8em;
}
#infostation li{
	margin-top:0.8em;
}
#infostation em{
	font-weight:bold;
	font-style:normal;
}

/* コンテンツ汎用 */
#infostation .contents{
	margin-top:1em;
	background-color:#FFFFCC;
	border:1px solid #FF9900;
	padding:6px;
	clear:right;
	height:1%;
}
#infostation .contents h3{
	margin-top:0;
	color:#008487;
	font-weight:bold;
	margin-bottom:0.5em;
	font-size:110%;
}
#event .contents{
	border:none;
	margin-top:1em;
	background-color:#FFFFDD;
}
#event .contents h4{
	margin-top:0;
}

/* 画像 */
#infostation .pic{
	float:right;
	margin-bottom:6px;
	font-size:80%;
	line-height:normal;
	_line-height:1.4em;
	margin-left:8px;
	_margin-left:0;
	_padding-left:8px;
}
*:first-child+html #infostation .pic{
	line-height:1.4em;
}
#infostation .pic img{
	margin-bottom:4px;
}
#infostation .side{
	margin-top:-4em;
}

/* 一行空ける */
#infostation .add_msg{
	margin-top:1em;
}

/* strong色なし */
#infostation .sub{
	color:#000000;
}

/* 基本事項 */
#application{
	width:75%;
	font-weight:normal;
	text-align:left;
	background-color:#FFFCD1;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
	padding:10px;
}
#application h2{
	background-color:#0069AD;
	color:#FFFFFF;
	text-align:center;
	font-size:120%;
	padding:5px;
	margin-bottom:1em;
}
#application table{
	width:100%;
	margin-top:1em;
	clear:right;
}
#application caption{
	color:#FFFFFF;
	font-weight:bold;
	background-color:#0068B6;
	padding:5px;
	font-size:120%;
}
#application th{
	width:15%;
	white-space:nowrap;
}
#application img{
	vertical-align:text-bottom;
}
#application .mark{
	color:#e2333b;
	font-weight:bold;
}
#application .mark2{
	color:#0068ad;
}
#application .atn{
	color:#000000;
	margin-bottom:2em;
	clear:right;
	background-color:#bcd3ea;
	padding:2px 4px 1px;
}
#application .pic{
	font-size:100%;
	font-weight:bold;
	color:#e2333b;
	width:150px;
	text-align:center;
}
#application span#kbold{
	background-color:#e60012;
	color:#fff;
	margin:0 1px;
	padding:0 1px;
}

/* お知らせ見出し */
#information .midashi{
	font-weight:bold;
	border:1px dotted #2f578f;
	background-color:#ccdbed;
	padding:5px;
	display:table;
}
*:first-child+html #information .midashi{
	display:inline;
	zoom:1;
}
#information .midashi{
	_display:inline;
	_zoom:1;
}
/* サブ見出し */
#information strong{
	color:#2f578f;
	font-weight:bold;
}
/* マーク */
#information .mark{
	color:#2f578f;
}

/* 相談見出し */
#consult .midashi{
	font-weight:bold;
	border:1px dotted #087f41;
	background-color:#d1ede0;
	padding:5px;
	display:table;
}
*:first-child+html #consult .midashi{
	display:inline;
	zoom:1;
}
#consult .midashi{
	_display:inline;
	_zoom:1;
}
/* サブ見出し */
#consult strong{
	color:#087f41;
	font-weight:bold;
}
/* マーク */
#consult .mark{
	color:#087f41;
}

/* おでかけ見出し */
#goout .midashi{
	font-weight:bold;
	border:1px dotted #a81d37;
	background-color:#f4d8ce;
	padding:5px;
	display:table;
}
*:first-child+html #goout .midashi{
	display:inline;
	zoom:1;
}
#goout .midashi{
	_display:inline;
	_zoom:1;
}
/* サブ見出し */
#goout strong{
	color:#a11e36;
	font-weight:bold;
}
/* マーク */
#goout .mark{
	color:#a11e36;
}

/* 講座教室見出し */
#study .midashi{
	font-weight:bold;
	border:1px dotted #871d69;
	background-color:#edd6e8;
	padding:5px;
	display:table;
}
*:first-child+html #study .midashi{
	display:inline;
	zoom:1;
}
#study .midashi{
	_display:inline;
	_zoom:1;
}
/* サブ見出し */
#study strong{
	color:#871d69;
	font-weight:bold;
}
/* マーク */
#study .mark{
	color:#871d69;
	font-weight:bold;
}

/* 講演見出し */
#lecture .midashi{
	font-weight:bold;
	border:1px dotted #11aaad;
	background-color:#cee5e5;
	padding:5px;
	display:table;
}
*:first-child+html #lecture .midashi{
	display:inline;
	zoom:1;
}
#lecture .midashi{
	_display:inline;
	_zoom:1;
}
/* サブ見出し */
#lecture strong{
	color:#11aaad;
	font-weight:bold;
}
/* マーク */
#lecture .mark{
	color:#11aaad;
}

/* 募集見出し */
#recruit .midashi{
	font-weight:bold;
	border:1px dotted #d75317;
	background-color:#f9e5d8;
	padding:5px;
	display:table;
}
*:first-child+html #recruit .midashi{
	display:inline;
	zoom:1;
}
#recruit .midashi{
	_display:inline;
	_zoom:1;
}
/* サブ見出し */
#recruit strong{
	color:#d75317;
	font-weight:bold;
}
/* サブ見出し */
#recruit .mark{
	color:#d75317;
}


/* スポーツ見出し */
#sports .midashi{
	font-weight:bold;
	border:1px dotted #ce1156;
	background-color:#ffe5ef;
	padding:5px;
	display:table;
}
*:first-child+html #sports .midashi{
	display:inline;
	zoom:1;
}
#sports .midashi{
	_display:inline;
	_zoom:1;
}
/* サブ見出し */
#sports strong{
	color:#ce1156;
	font-weight:bold;
}
/* マーク */
#sports .mark{
	color:#ce1156;
}

/* 子育て見出し */
#child .midashi{
	font-weight:bold;
	border:1px dotted #e85276;
	background-color:#fcc6d6;
	padding:5px;
	display:table;
}
*:first-child+html #child .midashi{
	display:inline;
	zoom:1;
}
#child .midashi{
	_display:inline;
	_zoom:1;
}
/* サブ見出し */
#child strong{
	color:#d84f72;
	font-weight:bold;
}
/* マーク */
#study .mark{
	color:#d84f72;
	font-weight:bold;
}

/* 仕事見出し */
#work .midashi{
	font-weight:bold;
	border:1px dotted #167b9b;
	background-color:#ccdde0;
	padding:5px;
	display:table;
}
*:first-child+html #work .midashi{
	display:inline;
	zoom:1;
}
#work .midashi{
	_display:inline;
	_zoom:1;
}
/* サブ見出し */
#work strong{
	color:#167b9b;
	font-weight:bold;
}
/* マーク */
#work .mark{
	color:#167b9b;
	font-weight:bold;
}

/* 施設の催し全体 */
#event{
	background-image:url(../infostation/event/event.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding-top:1px;
}
/* 施設の催し見出し */
#event h3{
	border:2px solid #A47562;
	background-color:#F9F2E4;
	border-left:none;
	border-right:none;
	padding:5px 0;
	font-size:120%;
	clear:right;
}
#event .midashi{
	margin-left:5px;
	padding:0;
	font-weight:bold;
	border:none;
	background-color:#F9F2E4;
}
#event .tel{
	margin-left:1em;
	font-size:80%;
	vertical-align:text-bottom;
}

/* 基本タグ */
#event strong{
	color:#660000;
	font-weight:bold;
}
#event h4{
	margin:0.8em 0;
	padding:0;
	color:#660000;
	font-weight:bold;
	font-size:100%;
}
#event em{
	font-weight:bold;
	font-style:normal;
}

/* マーク */
#event .mark{
	color:#660000;
}

/* 一行空ける */
#event .add_msg{
	margin-top:0.8em;
}

/* strong色なし */
#event .sub{
	color:#000000;
}

/* 福岡市の催し */
#contents_fukuoka{
	margin-top:2em;
	border:1px solid #EDE9D8;
	background-color:#F2F2E2;
	clear:right;
	padding:6px;
	height:1%;
}
#contents_fukuoka h3{
	margin:0;
	padding:0;
	float:left;
	width:250px;
	text-align:center;
	font-size:120%;
}
#contents_fukuoka h4{
	clear:left;
	margin:0;
	color:#000;
	font-size:125%;
	font-weight:bold;
	line-height:2.5em;
}
#contents_fukuoka .h2_name{
	display:block;
	background-color:#003399;
	color:#fff;
	padding-top:5px;
	height:30px;
}
#contents_fukuoka .h2_link{
	display:block;
	background-color:#CCCCFF;
	font-size:85%;
	padding:4px 2px 2px 2px;
	height:25px;
}
#contents_fukuoka .h2_description{
	display:block;
	clear:left;
	padding:10px 0 0 0;
	color:#003399;
	font-size:130%;
	font-weight:bold;
}

/* 関門連携コーナー */
#contents_kanmon{
	margin-top:1em;
	border:1px solid #EDE9D8;
	background-color:#F2F2E2;
	clear:right;
	padding:6px;
	height:1%;
	display: inline-block;
}
#contents_kanmon:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}  
#contents_kanmon h3{
	margin-top:0;
	width:200px;
	float:left;
	margin-bottom:1em;
	margin-right:1em;
}
#contents_kanmon .subtitle{
	display:block;
	width:200px;
	padding:3px 0;
	text-align:center;
	background-color:#004EA2;
	color:#FFFFFF;
}
#contents_kanmon .maintitle{
	display:block;
	width:200px;
	padding:3px 0;
	margin-top:3px;
	text-align:center;
	font-size:150%;
	font-family: "ＭＳ 明朝",serif;
}
#contents_kanmon .description{
	margin-top:0.5em;
}
#contents_kanmon h4{
	clear:left;
	font-size:140%;
	margin:0 0 0.5em 0;
	padding:0.3em 0;
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	margin-right:190px;
}
#contents_kanmon .kanmonpic{
	clear:right;
	width:268px;
	font-size:80%;
	line-height:normal;
}

/* お知らせ（テレビ） */
#info_tv{
	background-color:#EDE9D8;
	width:62%;
	float:left;
	margin-top:1em;
	margin-bottom:1em;
	padding:6px;
}
#info_tv h3{
	margin-top:0;
	color:#EA609E;
	font-size:130%;
	margin-bottom:0.8em;
}
#info_tv h4{
	margin:0.8em 0;
	font-size:110%;
}
#info_tv .add_ex{
	font-size:90%;
	margin-left:0.5em;
}
#info_tv strong{
	color:#EA609E;
	padding:1px 3px;
}
#info_tv p.info{
	background-color:#FFFFFF;
	display:table;
	margin-bottom:0.5em;
}
*:first-child+html #info_tv p.info{
	display:inline;
	zoom:1;
}
#info_tv p.info{
	_display:inline;
	_zoom:1;
}

/* お知らせ（食材情報） */
#info_market{
	background-color:#EDE9D8;
	width:32%;
	float:right;
	margin-top:1em;
	margin-bottom:1em;
	padding:6px;
}
#info_market h3{
	margin-top:0;
	font-size:110%;
	color:#2BA738;
	line-height:1.6em;
	margin-bottom:1.5em;
}
#info_market h4{
	margin-top:0.5em;
	background-color:#7FC158;
	padding:1px;
	color:#FFFFFF;
	text-align:center;
	margin:1em 0;
}
#info_market .maintitle{
	font-size:150%;
	color:#000000;
	font-family: "ＭＳ 明朝",serif;
}
#info_market dl{
	margin:0;
	padding:0;
}
#info_market dt{
	font-weight:bold;
	float:left;
}
#info_market dd{
	margin-left:4em;
	padding-left:0;
}
#info_market .mark{
	color:#F39700;
}

/* 市政QandA */
#information_qanda{
	border:solid 4px #EA609E;
	padding:12px;
	margin-top:2em;
	margin-bottom:2em;
	height:1%;
}
#information_qanda h3{
	margin-top:0;
	margin-bottom:0.5em;
	width:200px;
	background-color:#EA609E;
	color:#FFFFFF;
	padding:6px;
	font-size:130%;
	text-align:center;
	margin-left:-16px;
	margin-top:-28px;
	position:relative;
	z-index:2;
}
#information_qanda h4{
	float:left;
	clear:left;
	width:26px;
	margin-right:1em;
	margin-top:0;
	height:1%;
}
#information_qanda h5{
	font-size:100%;
	margin:1em 0 0 0;
}
#information_qanda .q{
	font-size:130%;
	font-weight:bold;
	margin-bottom:1em;
	_margin-bottom:0;
}
*:first-child+html #information_qanda .q{
	margin-bottom:0;
}
#information_qanda ol{
	margin-bottom:0.8em;
	margin:0.8em 0;
}
#information_qanda li{
	margin-bottom:0.5em;
}
#information_qanda strong{
	color:#000000;
}
#information_qanda .mark{
	color:#EA609E;
}
#information_qanda .add_msg{
	padding:6px;
	background-color:#FDF3F8;
}

/* いちおしスポット */
#goout_spot{
	border:solid 4px #9C4C8A;
	padding:12px;
	margin-top:2em;
	margin-bottom:2em;
	height:1%;
}
#goout_spot h3{
	margin-top:0;
	margin-bottom:0.5em;
	width:200px;
	background-color:#9C4C8A;
	color:#FFFFFF;
	padding:6px;
	font-size:130%;
	text-align:center;
	margin-left:-16px;
	margin-top:-28px;
	position:relative;
	z-index:2;
}
#goout_spot .top_msg{
	color:#9C4C8A;
	font-size:130%;
	font-weight:bold;;
}
#goout_spot h4{
	font-size:120%;
}
#goout_spot .mark{
	color:#9C4C8A;
}
#goout_spot strong{
	color:#9C4C8A;
}
#goout_spot .info{
	background-color:#F3F0E4;
	padding:6px;
	margin-top:1em;
	clear:right;
}
#goout_spot .name{
	margin-top:1em;
	text-align:right;
}


/* -----------------------------------------各区版----------------------------------------- */

/* 区版全体 */
#ward{
	margin-left:165px;
	margin-right:40px;
}

/* 各区タイトル */
#ward h2{
	margin-bottom:0.5em;
}
#ward .title{
	font-size:80%;
	line-height:1.3em;
	margin-bottom:2px;
	padding:10px;
	height:1%;
}

/* タイトル・人口 */
#ward .wardname{
	height:26px;
	border-bottom:2px solid #FF3300;
	margin-bottom:5px;
}

/* 人口 */
#ward .ward_pop{
	font-weight:bold;
	font-size:80%;
}

/* 料金について記載のない? */
#ward .ward_topstr{
	clear:both;
	font-size:80%;
	margin:0.5em 0;
	text-align:right;
}

/* 各記事見出し */
#ward h3{
	margin:1.5em 0 1em 0;
	font-size:100%;
}
#ward .ward_m{
	font-weight:bold;
	border:1px dotted #FF3300;
	background-color:#FFDB71;
	padding:5px;
	display:table;
}
*:first-child+html #ward .ward_m{
	display:inline;
	zoom:1;
}
#ward .ward_m{
	_display:inline;
	_zoom:1;
}
/* 最上段見出し */
h3#topheading{
	margin-top:0;
}

/* 基本タグ */
#ward li{
	margin-bottom:0.8em;
}
#ward strong{
	color:#FF3300;
	font-weight:bold;
}
#ward strong.sub{
	color:#000000;
}

/* 画像 */
#ward .pic{
	float:right;
	margin-bottom:3px;
	font-size:80%;
	line-height:1.4em;
	margin-left:8px;
	_margin-left:0;
	_padding-left:8px;
}

#ward .pic1{
	float:left;
	margin-bottom:3px;
	font-size:80%;
	line-height:1.4em;
	margin-left:8px;
	_margin-left:0;
	_padding-left:8px;
}
#ward .pic img{
	margin-bottom:3px;
}
#ward .beside_title{
	margin-top:-3em;
}
#ward .side{
	margin-top:-4em;
}


/* 一行空ける */
#ward .add_msg{
	margin-top:1em;
}

/* マーク */
#ward .mark{
	color:#FF3300;
}

/* 文字画像 */
#ward .font{
	vertical-align:-4px;
	_vertical-align:-3px;
}
*:first-child+html #ward .font{
	vertical-align:-3px;
}

/* 健康だより全体 */
#kenko{
	float:right;
	width:40%;
	margin-left:10px;
	margin-bottom:10px;
	border:1px dotted #FF3300;
	padding:5px 0;
	height:1%;
}
/* 健康だよりタイトル */
#kenko h3{
	margin-top:0;
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	background-color:#FF3300;
	padding:3px;
	text-align:center;
	margin-bottom:5px;
	display:block;
	border:none;
	margin-left:6px;
	margin-right:6px;
}
/* 健康だより各見出し */
#kenko h4{
	margin:1em 6px;
	font-size:100%;
	color:#FF3300;
}
/* 健康だよりstrong色なし */
#kenko .ind{
	color:#FF3300;
}
/* 健康だより基本タグ */
#kenko p{
	margin:0 6px;
}
#kenko ul{
	margin:0.8em 6px 0 6px;
}
#kenko strong{
	color:#5d308b;
}

#kenko .pic{
	margin-right:6px;
}

/* 健康だより（中サイズ） */
#kenko_middle{
	float:right;
	width:52%;
	margin-left:10px;
	margin-bottom:10px;
	border:1px dotted #FF3300;
	margin-left:6px;
	padding:6px 0;
}
#kenko_middle h3{
	margin-top:0;
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	background-color:#FF3300;
	padding:3px;
	text-align:center;
	margin-bottom:5px;
	display:block;
	border:none;
	margin-left:6px;
	margin-right:6px;
}
#kenko_middle p{
	margin:0 6px;
}
#kenko_middle ul{
	margin:0.8em 6px 0 6px;
}
#kenko_middle h4{
	margin:1em 6px;
	font-size:100%;
	color:#FF3300;
}
#kenko_middle strong{
	color:#5d308b;
}
#kenko_middle .ind{
	color:#FF3300;
}
#kenko_middle .add_msg{
	margin-top:1em;
}

/* 健康だより（floatなし）全体 */
#kenko_wide{
	margin-top:1em;
	border:1px dotted #FF3300;
	padding:5px;
	height:1%;
	clear:right;
}
#kenko_wide h3{
	margin-top:0;
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	background-color:#FF3300;
	padding:3px;
	text-align:center;
	margin-bottom:5px;
	border:none;
	display:block;
}
#kenko_wide h4{
	margin:1em 0;
	font-size:100%;
	color:#FF3300;
}
#kenko_wide strong{
	color:#5d308b;
}
#kenko_wide .ind{
	color:#FF3300;
}
#kenko_wide .add_msg{
	margin-top:1em;
}

/* 健康だより（テーブル）全体 */
#kenko_table{
	margin-top:1em;
	clear:both;
}
#kenko_table strong{
	color:#E8374A;
	font-weight:bold;
}
/* 健康だより（テーブル）タイトル部分 */
#kenkou_titlearea{
	padding:3px;
	background-color:#F5B1AC;
	height:1%;
}
#kenkou_titlearea h3{
	color:#FFFFFF;
	float:left;
	font-size:160%;
	margin-top:14px;
}
#kenkou_titlearea p{
	float:left;
}
#kenkou_titlearea p#k_read{
	padding:4px 0 0 12px;
	color:#e4007f;
	font-weight:bold;
}
#kenkou_titlearea table{
	float:right;
	margin-top:2px;
	font-size:90%;
	border-collapse:collapse;

}
#kenkou_titlearea th{
	background-color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	color:#E8374A;
	padding:3px;
}
#kenkou_titlearea td{
	padding-left:1em;
	background-color:#F8D4CF;
	padding:3px 6px 3px 6px;
}

#kenkou_titlearea_minami{
	background-color:#1F8975;
	height:1%;
	padding:3px;
}
#kenkou_titlearea_minami h3{
	color:#FFFFFF;
	float:left;
	width:6em;
	font-size:160%;
	margin-top:14px;
}
#kenkou_titlearea_minami p{
	float:left;
	width:60px;
}
#kenkou_titlearea_minami table{
	float:right;
	margin-top:2px;
	border-collapse:collapse;
	padding:3px;
}
#kenkou_titlearea_minami th{
	background-color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	color:#00AB84;
	padding:3px;
}
#kenkou_titlearea_minami td{
	padding-left:1em;
	background-color:#FFFFFF;
	padding:3px 6px 3px 6px;
}


/* 健康だより（八幡東）テーブル */
#class{
	margin-top:0.5em;
	font-size:90%;
	width:82%;
	width:/**/100%;
	margin-bottom:1em;
	text-align:center;
	border-spacing:0;
	border-collapse:separate;
	/*border-collapse:collapse;*/
	/border-collapse:collapse; /* ie6,7 */
	/*table-layout:fixed;*/
	word-break:break-all;
	word-wrap:break-word;

}
#class th{
	font-weight:bold;
	text-align:center;
	white-space:nowrap;
	border-right:dotted 1px #000000;
	border-bottom:dotted 1px #000000;
	padding:3px;
}
#class td{
	border-right:dotted 1px #000000;
	border-bottom:dotted 1px #000000;
	padding:3px;
}
#class ul{
	margin-left:2em;
	text-align:left;
}
#class .lastcell{
	border-right:none;
}
#class .topitem{
	background-color:#FCE5E1;
}
#class .topitem_minami{
	background-color:#EEF5E7;
}
#class .sub{
	font-weight:normal;
	font-size:90%;
	line-height:1.3em;
}
#class .evenrow th, #class .evenrow td{
	background-color:#FFFCDB;
}
#kenko_table .ind{
	color:#E8374A;
	font-weight:bold;
}
#kenko_table .sort{
	font-weight:bold;
	text-align:center;
}

/* 図書館だより */
#lib{
	padding:12px 6px 6px 6px;
	background-color:#FFFFCC;
	margin-top:1em;
	clear:right;
	height:1%;
}
#lib h3{
	margin-top:0;
}
#lib h4{
	font-size:100%;
	margin-top:0.8em;
	margin-bottom:0.8em;
}
#lib li{
	display:inline;
	margin-right:1.5em;
}
#lib .ind{
	color:#000000;
}

/* 図書館だより（健康だより中サイズの時）トップ */
#lib_s_top{
	padding:12px 0 6px 0;
	background-color:#FFFFCC;
	width:100%;
	width:/**/57%;
}
#lib_s_top h3{
	margin-top:0;
	margin-left:6px;
	margin-right:6px;
}
#lib_s_top h4{
	font-size:100%;
	margin-top:0.5em;
	margin-bottom:0.5em;
	margin-left:6px;
	margin-right:6px;
}
#lib_s_top p{
	margin-left:6px;
	margin-right:6px;
}
#lib_s_top ul{
	margin-left:6px;
	margin-right:6px;
}
#lib_s_top li{
	margin:0;
}


/* 図書館だより（健康だより中サイズの時） */
#lib_s{
	padding:12px 0 6px 0;
	background-color:#FFFFCC;
	width:100%;
	width:/**/57%;
	margin-top:1em;
}
#lib_s h3{
	margin-top:0;
	margin-left:6px;
	margin-right:6px;
}
#lib_s h4{
	font-size:100%;
	margin-top:0.5em;
	margin-bottom:0.5em;
	margin-left:6px;
	margin-right:6px;
}
#lib_s p{
	margin-left:6px;
	margin-right:6px;
}
#lib_s ul{
	margin-left:6px;
	margin-right:6px;
}
#lib_s li{
	margin:0;
}

/* もじ　レイアウト */
#ward  .moji{
	background-image: url(../ward/moji/title_mojiibg.gif);
}
/* こくらきた　レイアウト */
#ward  .kokura_k{
	background-color:#fbe58c;
}
/* こくらみなみ　レイアウト */
#ward  .kokura_m{
	background-image:url(../ward/kokuraminami/title_kokura_mbg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#f49845;
	
}
#ward  .kokura_m h2{
	margin-bottom:1.3em;
}
/* わかまつ　レイアウト */
#ward  .wakamatsu{
	height:120px;
	background-image:url(../ward/wakamatsu/title_waka_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#0f70b5;
}
#ward  .wakamatsu h2{
	margin-bottom:25px;
	margin-left:190px;
}
#ward .wakamatsu p{
	margin-left:200px;
	color:#fff;
	line-height:1.7;
}
#ward .wakamatsu p#bk{
	color:#fff;
}
/* やはたひがし　レイアウト */
#ward  .yahata_h{
	background-image: url(../ward/yahatahigashi/title_yahata_hbg.gif);
}

/* やはたにし　レイアウト */
#ward  .yahata_n{
	background-image: url(../ward/yahatanishi/title_yahata_nbg.jpg);
	background-repeat:repeat-x;
	padding-left:40px;
}
#ward  .yahata_n_acc{
	float:left;
	margin-right:1em;
}
/* とばた　レイアウト */
#ward  .tobata{
	background-image: url(../ward/tobata/title_tobatabg.gif);
}

/* -----------------------------------------フッター----------------------------------------- */

#footer{
	clear:both;
	height:1%;
}
#footer address{
	font-style:normal;
	clear:both;
}
/* 北九州広報室広報課の住所、電話番号 */
#footer .coontact{
	clear:both;
	font-size:80%;
	text-align:center;
	padding:3px;
	display:block;
}
/* コピーライト */
#footer .copy{
	clear:both;
	font-size:70%;
	color:#FFFFFF;
	text-align:right;
	padding:1px;
	display:block;
}

/*----------------*/
/*　もじテーブル　*/
#moji_consult{
	padding-top:1.2em;
	clear:both;
}
#moji_consult strong{
	color:#E8374A;
	font-weight:bold;
}
/* 健康だより（テーブル）タイトル部分 */
#moji_consult #c_titlearea{
	padding:3px 10px;
	background-color:#c7e0f5;
	height:1%;
}
#moji_consult #c_titlearea table td{
	background-color:#c7e0f5;
	padding:2px 0 2px 12px;
	text-align:left;
	line-height:1.3;
}
#moji_consult #c_titlearea table td strong{
	color:#000;
}
#moji_consult #c_titlearea h3{
	color:#000;
	float:left;
	font-size:160%;
	margin-top:14px;
}
#moji_consult #c_titlearea p{
	float:left;
}
#moji_consult #c_titlearea table{
	float:right;
	margin-top:2px;
	font-size:90%;
}

#moji_consult{
	margin-top:0.5em;
	font-size:90%;
	width:82%;
	width:/**/100%;
	margin-bottom:1em;
	text-align:center;
}
#moji_consult th{
	font-weight:bold;
	text-align:center;
	white-space:nowrap;
	border-right:dotted 1px #000000;
	border-bottom:dotted 1px #000000;
}
#moji_consult #class td{
	border-right:dotted 1px #000000;
	border-bottom:dotted 1px #000000;
}
#moji_consult #class ul{
	margin-left:2em;
	text-align:left;
}
#moji_consult #class .lastcell{
	border-right:none;
}
#moji_consult #class .topitem{
	background-color:#c7e0f5;
}
#moji_consult #class .sub{
	font-weight:normal;
	font-size:90%;
	line-height:1.3em;
}
#moji_consult #class .evenrow{
	background-color:#FFFCDB;
}
#moji_consult .ind{
	color:#E8374A;
	font-weight:bold;
}
#moji_consult .sort{
	font-weight:bold;
	text-align:center;
}

/*140415～　タイトル*/
#t_cons{
	background:url(../infostation/consult/title_consult_b.png) repeat-x top;
	height:56px;
}
#t_cons h2{
	background:url(../infostation/consult/title_consult_r.png) no-repeat right top;
}
/*****/
#t_goout{
	background:url(../infostation/goout/title_goout_b.png) repeat-x top;
	height:56px;
}
#t_goout h2{
	background:url(../infostation/goout/title_goout_r.png) no-repeat right top;
}
/*****/
#t_child{
	background:url(../infostation/child/title_child_b.png) repeat-x top;
	height:56px;
}
#t_child h2{
	background:url(../infostation/child/title_child_r.png) no-repeat right top;
}
/*****/
#t_work{
	background:url(../infostation/work/title_work_b.png) repeat-x top;
	height:56px;
}
#t_work h2{
	background:url(../infostation/work/title_work_r.png) no-repeat right top;
}
/*****/
#t_study{
	background:url(../infostation/study/title_study_b.png) repeat-x top;
	height:56px;
}
#t_study h2{
	background:url(../infostation/study/title_study_r.png) no-repeat right top;
}
/*****/
#t_lect{
	background:url(../infostation/lecture/title_lecture_b.png) repeat-x top;
	height:56px;
}
#t_lect h2{
	background:url(../infostation/lecture/title_lecture_r.png) no-repeat right top;
}
/*****/
#t_recruit{
	background:url(../infostation/recruit/title_recruit_b.png) repeat-x top;
	height:56px;
}
#t_recruit h2{
	background:url(../infostation/recruit/title_recruit_r.png) no-repeat right top;
}
/*****/
#t_sports{
	background:url(../infostation/sports/title_sports_b.png) repeat-x top;
	height:56px;
}
#t_sports h2{
	background:url(../infostation/sports/title_sports_r.png) no-repeat right top;
}
/*****/
#t_infom{
	background:url(../infostation/information/title_infom_b.png) repeat-x top;
	height:56px;
}
#t_infom h2{
	background:url(../infostation/information/title_infom_r.png) no-repeat right top;
}


@media print {
#special .heightLineParent div{
	height:100% !important;
}
#information .heightLineParent div{
	height:100% !important;
}
#footer{
	display:table-cell;\9
	width:100%;\9
	*zoom:1;
	*width:100%;
}
}

.esub{
	text-align:right;
}