@charset "UTF-8";

/* 画面表示用スタイル */

/* ----------＜＜基本スタイル＞＞---------- */
/* 基本スタイル
============================== */
* {
    line-height: 1.5;
    margin: 0;
    word-break: break-all;
}
#base {
	margin: 0;
	padding: 0;
	font-family: Avenir, Verdana, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
	color: #333;
	background-color: #FFF;
}

body {
	margin: 0;
	padding: 0;
}
#base {
	color: #333;
	background-color: #FFF;
}

/*  非定型用  */
.base {
	color: #333;
	background-color: #FFF;
}

/* 背景、大枠
============================== */
#baseright {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(230,219,243,0.43);
	box-shadow: 0px 0px 5px 2px rgba(230,219,243,0.43);
	width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	background-color: #FFF;
	box-sizing: border-box;
}
#baseleft {
    background-image: url(/images/c_bg_img-2017.png),
    				  url(/images/c_all_bg-2017.gif);
    background-repeat: no-repeat,repeat;
    background-position: 50% 0 , 0 0;
    /* overflow: hidden; */
    min-width: 1200px;
    padding: 20px 0 0 0;
}

#baseback {
	text-align: left;
	background-color: #FFF;
	_height: 1%;
}
/* ----------＜＜レイアウト及び次階層テンプレート用スタイル＞＞---------- */
/*  ヘッダー1行目  */
#c0wrap1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0 0 5px 0;
}
#h0left1 {
	float: left;
	width: 1px;
}
#h0left3 {
	float: left;
	width: 2px;
}
#h0right {
    margin: 8px 0 0 0;
}
#h0right ul {
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#h0right li {
	float: left;
	margin: 5px 0 0 0;
	padding: 0 10px;
	border-right: 1px solid #444444;
	background-image: none;
}
#h0right li.h0noline {
	border-right: none;
}
#h0right li:last-child {
    padding: 0;
    border: none;
    margin: 0;
}
#h0right li:nth-child(3) {
    border: none;
}
li.head_multi a {
    padding: 5px 15px 5px 35px;
    background-color: #516C9D;
    display: block;
    background-image: url(/images/c_head_link01-2017.gif);
    background-repeat: no-repeat;
    background-position: 8px 0.45em;
}
#h0right li a:link, 
#h0right li a:visited, 
#h0right li a:hover, 
#h0right li a:active {
	color: #333333;
	text-decoration: none;
}
#h0right li.head_multi a:link, 
#h0right li.head_multi a:visited, 
#h0right li.head_multi a:hover, 
#h0right li.head_multi a:active {
	color: #FFFFFF;
}
/*  ヘッダー2行目  */
#searcharea {
	float: right;
	margin: 5px 0 0 0;
	padding: 0 0 0 40px;
	background-image: url(/images/c_kensaku_icon-2017.gif);
	background-repeat: no-repeat;
	background-position: 0 .25em;
}
#searcharea form {
	margin: 3px 0 0 0;
	padding: 0;
}
#searcharea2 {
	float: right;
	text-align: right;
	width: 38%;
	line-height: 100%;
	font-size: 80%;
	padding: 10px 8px 0 0;
}

/* 検索ボタン用スタイル */
.h0bt02 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #FFF;
	font-size: 90%;
	border: 1px solid #444444;
	background-color: #444444;
	width: 60px;
	min-height: 30px;
	cursor: pointer;
	vertical-align: bottom;
}

/* 検索テキストボックスの余白 */
.h0box {
	border: 1px solid #222222 !important;
	margin: 0;
	width: 220px;
	height: 24px;
	float: left;
}
/* グローバルナビ
============================== */
#gnavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#gnavi li {
    margin: 0;
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-preferred-size: 13.3em;
        flex-basis: 13.3em;
    background-image: none;
}
#gnavi li a {
    background: #7A4F99;
    display: block;
}

#gnavi li a {
    border-radius: 5px 5px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 20px 10px;
    font-size: 1.3em;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 3px solid #E4DC98;
    width: 100%;
}
#gnavi li a:link, 
#gnavi li a:visited, 
#gnavi li a:hover, 
#gnavi li a:active {
	color: #FFF;
}
#gnavi li.active a, #gnavi li a:hover, #gnavi li a:focus {
	border-color: #7A4F99;
	background: #CFBFD9;
	color: #222222;
	border-radius: 5px 5px 0 0;
}

/* ▽パンくずナビ */
div#pankuzu {
	clear : both;
	text-align: left;
	font-size: 80%;
	margin: 6px 15px;
}
div#pankuzu img {
	vertical-align: middle;
}
div#pankuzu a {
	margin: 0 3px;
/* 	white-space: nowrap; */
}


/* ------------------------メインコンテンツ大枠------------------------- */
div#wrap {
	margin: 20px 10px 0 0;
    overflow: hidden;
}
#main {
	text-align: left;
	color: #333;
	float: left;
	background-color: #FFF;
	/* width: 64%; */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 810px;
}

/* くらしのガイド大枠 */
div#main-kurashi {
	text-align: left;
	color: #333;
	float: left;
	background-color: #FFF;
	width: 64%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 69%;
}
/* くらしのガイド大枠ワイド */
div#main-kurashi-cor {
	text-align: left;
	color: #333;
	background-color: #FFF;
	padding-right: 15px;
	_height: 1%;
}

/* 第２階層コーナー大枠 */
div#main-cor {
	text-align: left;
	color: #333;
	background-color: #FFF;
	padding-right: 15px;
	clear: both;
	_height:1%;
}

/* 第１階層コーナー大枠(IEバグ対応版) */
div#main-cor-ex {
	text-align: left;
	color: #333;
	margin-left: 30px;
	margin-right: 20px;
	clear: both;
	_height: 1%;
}

/* 児童館大枠 */
div#main-jido {
	background-image: url(/images/shian_ji_bg.gif);
	background-repeat: repeat-x;
	text-align: left;
	color: #333;
	float: left;
	background-color: #FFF;
	width: 64%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 69%;
	_height: 1%;
}

/* 学童保育大枠 */
div#main-gakudo {
	background-image: url(/images/shian_ga_bg.gif);
	background-repeat: repeat-x;
	text-align: left;
	color: #333;
	float: left;
	background-color: #FFF;
	width: 64%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 69%;
	_height: 1%;
}


/* -----------------------------ローカルナビゲーション---------------------------- */
/* ローカルナビゲーション大枠 */
#localnavi {
	text-align: left;
	margin: 0;
	float: right;
	width: 346px;
	background-color: #F9F8F3;
}

/* ▽サブナビ▽ */
div#losubnavi {
	clear: both;
	text-align: left;
	background-color: #FAF4FE;
	margin: 10px;
	padding: 1px;
	border: 1px solid #CDABFF;
}
div#losubnavi h2 {
	color: #320033;
	font-size: 80%;
	line-height: 120%;
	margin: 0 0 10px;
	padding: 4px 2px 4px 32px;
	border: none;
	background-image: url(/images/c_icon_folder.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: #D3C8F2;
	_height: 1%;
}
div#losubnavi ul {
	margin: 0;
	padding: 0;
	border: 1px solid #FAF4FE;
}
div#losubnavi li {
	margin: 0;
	padding: 0 3px 6px 22px;
	background-image: url(/images/c_icon_lonavi.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	line-height: 130%;
	_height: 1%;
}
p.ichiran {
	margin: 8px;
	padding: 0;
	text-align: right;
}
p.ichiran img {
	margin-right: 5px;
	vertical-align: middle;
}

/* ▽めぐろ掲示板▽ */
div#lobbs {
	clear: both;
	text-align: left;
	background-color: #EDF0FF;
	background-image: url(/images/c_lobbs_tleft.gif);
	background-repeat: no-repeat;
	background-position: 9px 9px;
	margin: 10px;
	border: 1px solid #B3B1E0;
	_height: 1%;
}
div#lobbstwrap {
	margin: 9px 9px 10px 19px;
	background-image: url(/images/c_lobbs_tright.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	height: 22px;
}
div#lobbstwrap h2 {
	font-size: 1%;
	line-height: 1%;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
	border: none;
	background-image: url(/images/c_lobbs_tbg.gif);
	background-repeat: repeat-x;
	height: 22px;
}
div.tapewrap {
	margin: 0 2px;
	background-image: url(/images/c_lobbs_tapebg.gif);
	background-repeat: repeat-x;
	height: 24px;
}
div.tapeleft {
	float: left;
	font-size: 1%;
	line-height: 1%;
}
div.taperight {
	float: right;
	font-size: 1%;
	line-height: 1%;
}
div.lobbscon {
	clear: both;
	margin: 0 9px 10px;
	padding: 5px;
	background-color: #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
p.lobbsimg {
	margin: 0;
	padding: 0;
}
p.lobbsimg img {
	float: left;
	margin: 0 5px 0 0;
}
p.lobbstxt {
	margin: 0 0 0 7px;
	padding: 0;
}

/* ▽最新のお知らせ▽ */
div#lonews {
	clear: both;
	text-align: left;
	background-color: #FFF;
	margin: 10px;
	border: 1px solid #CCC;
}
div#lonews h2 {
	font-size: 1%;
	line-height: 1%;
	margin: 0 0 10px;
	padding: 0 0 0 6px;
	border: none;
	background-image: url(/images/c_lonews_bg.gif);
	background-repeat: repeat;
	_height: 1%;
}
div#lonews ul {
	margin: 0;
	padding: 0 0 0 3px;
	border: 1px solid #FFF;
}
div#lonews li {
	margin: 0;
	padding: 0 3px 6px 18px;
	background-image: url(/images/c_arrow_lonavi.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	line-height: 130%;
	_height: 1%;
}

/*  ローカルナビ内部ページリンクスタイル  */
p.lopagelinkin {
	margin: 0 0 0 3px;
	padding: 0 0 6px 20px;
	background-image: url(/images/c_arrow_lonavi.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	line-height: 130%;
	_height: 1%;
}

/* ▽その他のナビ▽ */
div.loother {
	clear: both;
	text-align: left;
	background-color: #FFF;
	margin: 10px;
	border: 1px solid #CCC;
}
div.loother h2 {
	font-size: 1%;
	line-height: 1%;
	margin: 0 0 10px;
	padding: 0 0 4px 6px;
	border: none;
	background-image: url(/images/c_loother_bg.gif);
	background-repeat: repeat;
	_height: 1%;
}
div.loother ul {
	margin: 0;
	padding: 0 0 0 3px;
	border: 1px solid #FFF;
}
div.loother li {
	margin: 0;
	padding: 0 3px 6px 18px;
	background-image: url(/images/c_arrow_lonavi.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	line-height: 130%;
	_height: 1%;
}

/* ▽知りたい情報が見つからないときは▽ */
p#shiritai {
	clear: both;
	text-align: right;
	background-color: #FFF;
	margin: 0 7px 10px 9px;
	padding: 0;
	background-color: transparent;
}


/*  ----------------------------フッター-------------------------------  */
/* 「問い合わせ先」 */
#contact {
	clear : both;
	margin: 15px 0 0 15px;
	padding: 5px 10px 5px 10px;
	/* padding-bottom: 5px; */
	background-color: #EEEEEE;
	border-top: 2px solid #979797;
}
#contact h2 {
	margin: 0;
	padding: 6px 8px;
	background-color: #EEEEEE;
	font-size: 100%;
	color: #333;
	border-bottom: none;
	background-image: none;
}
#contact p {
	margin: 5px 5px 5px 8px;
}

#contact p.tel {
	background-image: url(/images/c_contact_tel-2017.png);
	background-repeat: no-repeat;
	background-position: 0 0.1em;
	padding: 0 0 0 18px;
	_height: 1%;
}
#contact p.fax {
	background-image: url(/images/c_contact_fax-2017.png);
	background-position: 0 0.15em;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	margin: 5px 5px 5px 15px;
	_height: 1%;
}
#contact p.mail {
	background-image: url(/images/c_contact_mail.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	_height: 1%;
	padding: 0 0 0 20px;
}
.number_wp {
    display: flex;
}
p.contact-email a {
    background-color: #FFF;
    margin: 5px 0 0 0;
    border: 1px solid #C8C8C8;
    display: inline-block;
    position: relative;
    padding: 8px 20px 8px 25px;
    vertical-align: middle;
}
p.contact-email a::before,
p.contact-email a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
p.contact-email a::before {
    left: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 3px solid transparent;
    border-left: 5px solid #6B4691;
}

p.contact-email a:link, 
p.contact-email a:visited, 
p.contact-email a:hover, 
p.contact-email a:active {
	color: #333;
	text-decoration: none;
}


/* このページの上へ戻る */
#tothispage {
	clear: both;
	text-align: right;
	margin: 10px 0;
	font-size: 90%;
}
#tothispage img {
	vertical-align: middle;
	margin-right: 2px;
}
.tothispage2 {
	clear: both;
	text-align: right;
	margin: 10px 0;
	font-size: 90%;
}
.tothispage2 img {
	vertical-align: middle;
	margin-right: 2px;
}

/*  奥付エリア  */
.f1wrap {
    width: 750px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#f0wrap {
    clear: both;
    border-top: 1px solid #A1A1A1;
    padding: 20px 0;
    background-image: url(/images/footer_bg_img.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
#f0wrap ul {
	padding: 0;
	margin: 0;
}
#f0wrap li.arrow {
	text-align: left;
	margin: 0 0 0.58em 0;
	position: relative;
	padding: 0 0 0 16px;
	vertical-align: middle;
	text-decoration: none;
	background-image: none;
}
.arrow::before,
.arrow::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow::before {
	left: 4px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 3px solid transparent;
	border-left: 5px solid #6B4691;
}

.f2_right {
    width: 200px;
    max-width: 200px;
    min-width: 200px;
}
#f0wrap .f2_right a:link, 
#f0wrap .f2_right a:visited, 
#f0wrap .f2_right a:hover, 
#f0wrap .f2_right a:active {
	color: #333;
	text-decoration: none;
}
#f0wrap img {
	vertical-align: middle;
	margin-right: 1px;
}
#f0copy {
	padding: 10px 0;
	text-align: center;
	font-size: 90%;
}
#f0copy img {
	margin: 25px 50px 7px 0;
	float: right;
}
#f0copy2 {
	float: right;
	text-align: right;
/* 	white-space: nowrap; */
	font-size: 1%;
	line-height: 1%;
}
#f0copy2 img.cimg1 {
	margin: 25px 6px 7px 0;
	padding:0;
	vertical-align: top;
}
#f0copy2 img.cimg2 {
	margin: 0;
	padding:0;
	vertical-align: top;
}
.f2_left h2 {
    font-size: 145%;
    margin: 5px 0 10px 10px;
    /* font-weight: normal; */
}

.f1wrap p {
    margin: 2px 5px 5px 10px;
}
.f2_left address {
    margin: 2px 5px 5px 10px;
    padding: 0;
    font-size: 90%;
    line-height: 150%;
    color: #333;
    background-color: transparent;
}

.f2_left {
    padding: 0 0 0 30px;
}

p.foot_link a {
    background-color: #7A4F99;
    margin: 10px 0 0 0;
    display: block;
    position: relative;
    padding: 10px 20px 10px 25px;
    vertical-align: middle;
}

p.foot_link {
    display: inline-block;
    /* margin: 20px 0 0 0; */
}
p.foot_link a:link, 
p.foot_link a:visited, 
p.foot_link a:hover, 
p.foot_link a:active {
	color: #FFF;
	text-decoration: none;
}
p.foot_link a::before,
p.foot_link a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
p.foot_link a::before {
    left: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 3px solid transparent;
    border-left: 5px solid #FFFFFF;
}


/*  ----------------------------共通タグの再定義-------------------------------  */
/* ▽見出しの再定義 */
h1 {
	margin: 0 0 10px 15px;
	padding: 9px 5px 5px 9px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1em;
	color: #320033;
	clear: both;
	border-top: 1px solid #68457D;
	border-bottom: 3px solid #68457D;
	background-color: #EADFFF;
	background-image: url(/images/c_h1_bg.gif);
	background-repeat: repeat-y;
	background-position: 100% 0%;
	_height: 1%;
}
h2 {
	clear : both;
	margin: 0 0 0 15px;
	padding: 0;
	background-color: #FFF;
	line-height: 120%;
	font-weight: bold;
	font-size: 100%;
	color: #333;
}

/* 第2階層コーナーh1画像付 */
h1.sixtop {
	margin: 0 0 10px 10px;
	padding: 6px 5px 2px 7px;
}
h1.sixtop img {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

/*  汎用中見出し  */
div.h-bg {
	clear : both;
	margin: 20px 0 10px 15px;
	padding: 0 0 6px 2px;
	background-image: url(/images/c_h_bg.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	_height: 1%;
}
div.h-bg h2 {
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(/images/c_icon_h2.gif);
	background-repeat: no-repeat;
	background-position: 0% 46%;
	font-size: 90%;
	_height: 1%;
}
h3 {
	margin: 14px 5px 7px 25px;
	padding: 0 0 0 5px;
	border-left: 5px solid #D4C9F3;
	font-size: 90%;
	font-weight: bold;
	line-height: 120%;
	color: #333;
	background-color: transparent;
}
h4 {
	margin: 10px 5px 7px 35px;
	padding: 0 0 0 5px;
	border-left: 5px solid #CCC;
	font-size: 90%;
	line-height: 120%;
	color: #333;
	background-color: transparent;
}
h5 {
	margin: 10px 5px 7px 35px;
	padding: 0;
	font-size: 90%;
	line-height: 120%;
	color: #333;
	background-color: transparent;
}
h6 {
	margin: 10px 5px 7px 35px;
	padding: 0;
	font-size: 90%;
	line-height: 120%;
	color: #333;
	background-color: transparent;
}
img {
	border: none;
}
hr {
	display:none;
}
p {
	margin: 2px 5px 10px 35px;
	padding: 0;
	font-size: 90%;
	line-height: 150%;
	color: #333;
	background-color: transparent;
}
ul {
	margin: 10px 5px 10px 30px;
	padding: 0 5px 0 0;
	list-style-type: none;
	list-style-image: none;
}
ol {
	margin: 10px 5px 10px 30px;
	padding: 0 5px 0 35px;
}
li {
	margin: 1px 0 1px 1px;
	padding: 0;
	line-height: 150%;
	font-size: 90%;
	color: #333;
	background-color: transparent;
}
ul li {
	padding: 0 0 0 35px;
	list-style-type: none;
	list-style-image: none;
	background-image: url(/images/c_icon_li.gif);
	background-repeat: no-repeat;
	background-position: 18px 0.22em;
	_height: 1%;
}
table.table01 {
	margin: 5px 5px 5px 35px;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #999;
	font-size: 90%;
	line-height: 150%;
}
table.table01 caption {
	margin-bottom: 3px;
	margin-left: 20px;
	text-align: left;
	font-weight: bold;
	color: #333;
	background-color: transparent;
}
table.table01 th {
	margin: 0;
	padding: 4px;
	border: 1px solid #999;
	color: #333;
	background-color: #DBDDF2;
	text-align: left;
}
table.table01 td {
	margin: 0;
	padding: 4px;
	border: 1px solid #999;
	color: #333;
	background-color: #FFFFFF;
}
table.table01 p {
	margin: 0;
	font-size: 100%;
	background-color: transparent;
	line-height: 1.4em;
}
table.table01 li {
	background-color: transparent;
}
table.table01 ul li {
	font-size: 100%;
	line-height: 1.4em;
}

/* 表取り込み（Excel）の外枠と追記欄 */
.t-box {
	margin: 10px 0 10px 0;
}
.t-box p {
	margin: 2px 5px 10px 35px;
	padding: 0;
}

/* 表の外枠と追記欄 */
.t-box2 {
	margin: 10px 0 10px 0;
}
.t-box2 p {
	margin: 2px 5px 10px 35px;
	padding: 0;
}

/* HTML取り込み枠 */
div.insertfile {
	margin: 10px 0 10px 0;
	padding: 0;
}

/* ▽通常のリンク色 */
a:link {
	color: #2444BB;
}
a:visited {
	color: #880088;
}
a:hover {
	color: #CA0000;
}
a:active {
	color: #CA0000;
}
strong.text-color-red a:link,
strong.text-color-blue a:link {
	font-weight: normal;
	color: #2444BB;
}
strong.text-color-red a:visited,
strong.text-color-blue a:visited {
	font-weight: normal;
	color: #880088;
}
strong.text-color-red a:hover,
strong.text-color-blue a:hover {
	font-weight: normal;
	color: #CA0000;
}
strong.text-color-red a:active,
strong.text-color-blue a:active {
	font-weight: normal;
	color: #CA0000;
}
a:link strong.text-color-red ,
a:link strong.text-color-blue {
	font-weight: normal;
	color: #2444BB;
}
a:visited strong.text-color-red ,
a:visited strong.text-color-blue {
	font-weight: normal;
	color: #880088;
}

a:hover strong.text-color-red ,
a:hover strong.text-color-blue {
	font-weight: normal;
	color: #CA0000;
}
a:active strong.text-color-red ,
a:active strong.text-color-blue {
	font-weight: normal;
	color: #CA0000;
}

address {
	font-style: normal;
	margin: 5px 5px 15px 20px;
}

/* ▼各コンテンツ共通クラス */
/* 隠し飛ばしリンク先＆隠し罫線用 */
.echooff {
	display:none;
}
.guidance {
	font-size: 1%;
	line-height: 1%;
	width: 1px;
	height: 1px;
	position: absolute;
}

/* 回り込みの解除 */
.newpara {
	clear : both;
}

/* ボックス内floatのclear */
.clearfix:after {
content: ".";
display: block;
visibility: hidden;
clear: both;
height: 0;
}
.clearfix {display: inline-block;}
/* Hides from macIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from macIE */


/* ------------------------テンプレート用共通------------------------ */
/*  更新日  */
p.update {
	margin-bottom: 10px;
	line-height: 100%;
	text-align: right;
}
p.update img {
	margin-right: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
}

/* ▽地図エリア内▽ */
div.map-area {
	margin: 10px 0 0 0;
	padding: 0 0 0 35px;
	/zoom: 1;
	overflow: hidden;
}
div.mapimg {
	float: left;
	margin: 0;
	padding: 0 10px 0.2em 0;
	text-align: center;
}
div.mapimg img {
	margin: 0 0 5px 0;
	padding: 0;
}
div.mapimg span {
	font-size: 90%;
}

/* 画像、画像リンク　左（文章回りこみ） */
div.img-area-l {
	margin: 10px 0 0 0;
	padding: 0 0 0 35px;
	/zoom: 1;
	overflow: hidden;
}
div.img-area-l p.imglink-txt-left {
	float: left;
	margin: 0;
	padding: 0 0 0.2em 0;
	text-align: center;
}
div.img-area-l p.imglink-txt-left img {
	margin: 10px 10px 5px 0;
	padding: 0;
}
div.img-area-l p.imglink-txt-left span {
	margin: 0 10px 5px 10px;
}

/* 画像、画像リンク　右（文章回りこみ） */
div.img-area-r {
	margin: 10px 0 0 0;
	padding: 0;
	/zoom: 1;
	overflow: hidden;
}
div.img-area-r p.imglink-txt-right {
	float: right;
	margin: 0;
	padding: 0 0 0.2em 0;
	text-align: center;
}
div.img-area-r p.imglink-txt-right img {
	margin: 10px 10px 5px 10px;
	padding: 0;
}
div.img-area-r p.imglink-txt-right span {
	margin: 0 10px 5px 10px;
}

/* 地図エリア、画像リンク（文章回りこみ）用再調整 */
div.map-area h3, div.map-area h4, div.map-area ul, div.map-area ol,
div.img-area-l h3, div.img-area-l h4, div.img-area-l ul, div.img-area-l ol,
div.img-area-r h3, div.img-area-r h4, div.img-area-r ul, div.img-area-r ol {
	overflow: hidden;
	_zoom: 1;
}
div.map-area h3,
div.img-area-l h3 {
	margin-left: 0;
}
div.map-area p,
div.img-area-l p {
	margin-left: 0;
}
div.map-area ul,
div.img-area-l ul {
	padding: 0;
}
div.map-area ol,
div.img-area-l ol {
	margin: 10px 5px 10px 30px;
	padding: 0 5px 0 35px;
}
div.img-area-r ol {
	margin: 10px 5px 10px 30px;
	padding: 0 5px 0 35px;
}
div.map-area ol li,
div.img-area-l ol li,
div.img-area-r ol li {
	margin: 1px 0 1px 1px;
	padding: 0;
}

/* 画像エリア内 */
div.img-area {
	margin: 10px 5px 0 25px;
	padding: 0;
}
div.img-area p {
	background-color: transparent;
}

/* 画像エリア内floatのclear */
.img-area:after {
content: ".";
display: block;
visibility: hidden;
clear: both;
height: 0;
}
.img-area {display: inline-block;}
/* Hides from macIE \*/
* html .img-area {height: 1%;}
.img-area {display: block;}
/* End hide from macIE */

/* 画像リンク（センター） */
p.img-center {
	padding: 0 0 0.25em 0;
	text-align: center;
	font-size: 85%;
}

/* 画像リンク（左　文章回りこみ無し） */
p.img-left {
	float: left;
	padding:0 0 0.25em 0;
	text-align: center;
	_margin-left: 5px;
}

/* 画像リンク（右　文章回りこみ無し） */
p.img-right {
	float: right;
	padding:0 8px 0.25em 05px;
	text-align: center;
	_margin-left: 5px;
}
p.img-center img,
p.img-left img,
p.img-right img {
	padding-bottom: 5px;
}

/* 画像リンク　2個横並び */
p.imglink-side2 {
	float: left;
	margin: 10px 0 0.1em 0;
	padding: 0;
	text-align: center;
}
.imglink-side2 img {
	margin: 0 10px 5px 10px;
}
.imglink-side2 span {
	display: block;
	margin: 0 10px 0 10px;
}

/* ページ内ジャンプ */
ul.linkjump {
	margin: 30px 0 30px 40px;
	padding: 0;
}
ul.linkjump li {
	float: left;
	margin: 0;
	padding: 3px 16px 10px 20px;
	line-height: 120%;
/* 	white-space: nowrap; */
	background-image: url(/images/c_icon_jumplink.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	_height: 1%;
}
ul.linkjump2 {
	margin: 30px 0 40px 45px;
	padding: 0;
}
ul.linkjump2 li {
	margin: 0 0 8px 0;
	padding: 0 0 0 20px;
	background-image: url(/images/c_icon_jumplink.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	_height: 1%;
}

/* コーナー用  */
ul.norcor {
	margin: 5px 5px 5px 30px;
	padding: 5px 5px 5px 0;
}
ul.norcor li {
	margin: 5px 0 5px 0;
	padding: 5px 0 1px 25px;
	line-height: 130%;
	background-image: url(/images/c_icon_menu.gif);
	background-repeat: no-repeat;
	background-position: 0 0.16em;
	_height: 1%;
}

/* コーナー（概要付）用  */
ul.norcor2 {
	margin: 5px 5px 5px 30px;
	padding: 5px 5px 5px 0;
}
ul.norcor2 li {
	margin: 5px 0 5px 0;
	padding: 5px 0 1px 25px;
	line-height: 130%;
	background-image: url(/images/c_icon_menu.gif);
	background-repeat: no-repeat;
	background-position: 0 0.16em;
	_height: 1%;
}
p.norcor {
	margin: 5px 5px 5px 30px;
	padding: 5px 0 1px 25px;
	line-height: 130%;
	background-image: url(/images/c_icon_menu.gif);
	background-repeat: no-repeat;
	background-position: 0 0.16em;
	_height: 1%;
}

/* p.filelink: ファイルのダウンロード */
p.filelink {
	clear : both;
	padding: 0 0 0 19px;
	margin-bottom: 4px;
	line-height: 1.6;
	background-image: url(/images/c_icon_file.gif);
	background-repeat: no-repeat;
	background-position: 2px 0.26em;
	_background-position: 2px 0.04em;
	_height: 1%;
}
img.img-guidance {
	margin: 0;
	padding: 0;
}

/*  内部ページリンクスタイル  */
p.pagelinkin {
	clear : both;
	padding: 0 0 0 20px;
	margin-bottom: 4px;
	background-image: url(/images/c_icon_inlink.gif);
	background-repeat: no-repeat;
	background-position: 4px 0.46em;
	_background-position: 4px 0.5em;
	_height: 1%;
}

/*  外部ページリンクスタイル  */
p.pagelinkout {
	clear : both;
	padding: 0 0 0 19px;
	margin-bottom: 4px;
	background-image: url(/images/c_icon_outlink.gif);
	background-repeat: no-repeat;
	background-position: 2px 0.36em;
	_background-position: 2px 0.12em;
	_height: 1%;
}

/*  リンク説明用スタイル  */
p.kantxt {
	margin: 0 5px 10px 55px;
	font-size: 90%;
	line-height: 146%;
}
p.linktxt {
	margin: 0 5px 10px 55px;
	font-size: 90%;
	line-height: 146%;
}

/*  Adobe Readerのダウンロード  */
p.dladobereader {
	clear: both;
	margin: 10px 0 10px 15px;
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
}
p.dladobereader img {
	margin-right: 5px;
	vertical-align: middle;
}

/* ▽レイアウトテーブル用スタイル▽ */
table.layout {
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 0;
	border: none;
	font-size: 90%;
}
table.layout td {
	vertical-align: top;
	padding: 0;
	margin: 0;
	color: #000000;
	border: none;
}

/* ▽画像(右)付きコーナー用スタイル▽ */
.cor-img {
	margin-top: 10px;
	margin-left: 40px;
}
img.h2icon {
	vertical-align: middle;
	margin-left: 5px;
}

/* ▼404ページ,403ページ用 */
p.botspace {
	margin: 5px 30px 55px 45px;
	font-size: 90%;
	line-height: 150%;
	color: #333;
}

/* VESTIBULE文字色変更用 */
.cmsred {
	color: #C00;
}
.cmsblue {
	color: #36F;
}


/*========================サイトマップ用========================*/
/* サイトマップ内用 */
.sitemap:after {
content: ".";
display: block;
visibility: hidden;
clear: both;
height: 0;
}
.sitemap {display: inline-block;}
/* Hides from macIE \*/
* html .sitemap {height: 1%;}
.sitemap {display: block;}
/* End hide from macIE */

.h-bg h2.sitemap {
	margin: 0;
	padding: 0;
	background-image: none;
	_height: 1%;
}
.h-bg h2.sitemap a {
	float: left;
	margin: 0;
	padding: 2px 20px 3px 0;
	background-image: url(/images/c_arrow_menu.gif);
	background-repeat: no-repeat;
	background-position: 100% 40%;
	display:block;
	_height: 1%;
}
ul.site-li {
	margin: 10px 10px 30px 30px;
	padding: 0;
}
ul.site-li li {
	float: left;
	margin: 0 0 14px 0;
	padding: 0 5px 0 5px;
	border-right: 1px solid #999;
	line-height: 110%;
	display: block;
/* 	white-space: nowrap; */
	background-image: none;
}
#menuexplain {
	display: none;
}


/* ----------＜A-1 お知らせ部分＞---------- */
ul.oshirase {
	margin: 10px 0 0 30px;
	padding: 0;
}
ul.oshirase li {
	clear: both;
	margin: 0;
	padding: 0 0 10px 0;
	position: relative;
	width: 100%;
	line-height: 160%;
	background-image: none;
}
ul.oshirase .date {
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 0 22px;
	background-image: url(/images/c_arrow_menu.gif);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	width: 7.6em;
	_height: 1%;
}
ul.oshirase li span {
	display: block;
	margin: 0 0 0 9.9em;
}
ul.oshirase li span img {
	margin: 0 0 0 5px;
}

/* ----------＜B-1-1 メニュー部分＞---------- */
/* ▽イベントナビ */
ul#enavi {
	margin: 30px 0 20px 16px;
	padding: 0;
	font-size: 10%;
	width: 100%;
	background-color: #FFFFFF;
/* 	white-space: nowrap; */
	height: 27px;
}
ul#enavi li {
	float: left;
	text-align: center;
	width: 14%;
	height: 27px;
	margin: 0;
	padding: 0;
	background-image: url(/images/e_btoffbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align: middle;
	display: block;
	line-height: 100%;
}

/* 先頭タブ */
ul#enavi li.enavi1 {
	background-image: url(/images/e_btoffbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-left: 1px solid #cacaca;
}

/* その他のタブ */
ul#enavi li.enavi2 {
	background-image: url(/images/e_btoffbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-left: 1px solid #cacaca;
}

/* 最後のタブ */
ul#enavi li.enavi3 {
	background-image: url(/images/e_btoffbg2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-left: 2px solid #6170b3;
}

/* イベントナビ共通 */
ul#enavi li.e-bton {
	background-image: url(/images/e_btonbg.gif);
	border-left: none;
}
ul#enavi a:link {
	margin: 0;
	height: 27px;
	text-decoration: none;
	vertical-align: middle;
	display: block;
}
ul#enavi a:visited {
	height: 27px;
	margin: 0;
	vertical-align: middle;
	display: block;
}

/* ----------＜B-1-1 J-1部分＞---------- */
dl {
	font-size: 90%;
	line-height: 150%;
}

/* --dlのノーマル---- */
dl.dlcor {
	margin: 0 0 0 30px;
	padding: 0;
}
dl.dlcor dt {
	margin: 0;
	padding: 0 0 2px 22px;
	background-image: url(/images/c_arrow_menu.gif);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	_height: 1%;
}
dl.dlcor dd {
	margin: 0 0 10px 22px;
	padding: 0;
}

/* ----------＜B-2-1 部分＞　カレンダー---------- */
div#calbox {
	clear: both;
	margin: 0 20px 0 36px;
	padding: 8px 0 0 1.4%;
}
div#calbox ul#enavi{
	margin: 0;
}
div#calbox ul#enavi li {
	width: 14%;
}
h2#month {
	margin: 26px 0 18px 0;
	padding: 3px 0;
	clear: both;
	color: #343399;
	background-color: #E4E9FF;
	font-size: 100%;
	line-height: 100%;
	text-align: center;
	width: 98.5%;
}

/*  前の月・次の月  */
div.calwrap {
	margin: 0;
	width: 98.5%;
}
div#calleft {
	float: left;
	padding: 0 0 6px 0;
	font-size: 90%;
}
div#calleft img {
	margin-right: 5px;
	vertical-align: middle;
}
div#calright {
	float: right;
	padding: 0 0 6px 0;
	font-size: 90%;
}
div#calright img {
	margin-left: 5px;
	vertical-align: middle;
}

/*  カレンダーのテーブル  */
table#calendar {
	clear: both;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 2px solid #999;
	width: 89%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 98.5%;
}
table#calendar th {
	font-size: 90%;
	padding: 4px;
	margin: 0;
	border: 1px solid #999;
	color: #333;
	background-color: #ECE3FE;
	text-align: center;
	width: 13.5%;
}
table#calendar td {
	font-size: 90%;
	line-height: 130%;
	vertical-align: top;
	padding: 4px;
	margin: 0;
	color: #333;
	background-color: #FFF;
	border: 1px solid #999;
	height: 120px;
}
table#calendar td.sun {
	background-color: #FFECEE;
}
table#calendar td.sat {
	background-color: #EBF6FA;
}
table#calendar td.holiday {
	background-color: #FFECEE;
}
table#calendar td.today {
	background-color: #F1FFCC;
	font-weight: bold;
}
table#calendar th.sunday {
	color: #FF3300;
}
table#calendar th.saturday {
	color: #0000AD;
}
table#calendar span {
	font-weight: bold;
}
table#calendar img {
	margin-right: 5px;
	vertical-align: middle;
}

/* テーブル（一覧表） */
table#calendarlist {
	clear: both;
	margin: 0 0 12px 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #999999;
	width: 98.5%;
}
#calendarlist tr.sun td {
	background-color: #FFECEE;
}
#calendarlist tr.holi td {
	background-color: #FFECEE;
}
#calendarlist tr.sat td {
	background-color: #EBF6FA;
}
#calendarlist tr.dirEventHoliday td {
	background-color: #FFECEE;
}
#calendarlist tr.today td {
 background-color: #F1FFCC;
 font-weight: bold;
}

#calendarlist th {
	margin: 0;
	padding: 2px 4px 1px 4px;
	color: #1B1B1B;
	font-size: 90%;
	border: 1px solid #999999;
	background-color: #ECE3FE;
	text-align: center;
}

#calendarlist td {
	margin: 0;
	padding: 3px 0 3px 3px;
	color: #1B1B1B;
	font-size: 90%;
	line-height: 130%;
	vertical-align: top;
	text-align: center;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
#calendarlist td.sun {
	color: #FF3300;
}
#calendarlist td.sat {
	color: #0000AD;
}
#calendarlist .day {
	width: 5em;
}
#calendarlist .week {
	width: 5em;
}
#calendarlist td.einfo {
	text-align: left;
}

/* セル内表示設定 */
table#calendarlist p {
	clear: both;
	margin: 0.1em 2px 0.1em 0;
	padding: 1px 2px 3px 2px;
	background-color: transparent;
}
table#calendarlist p img {
	float: left;
	margin: 0.02em 0 0 0;

}
table#calendarlist p span {
	display: block;
	margin: 0 0 0 27px;
}

/*  アイコン説明  */
p#calicon {
	margin: 6px 0 0 0;
	padding: 0;
	font-size: 90%;
}
p#calicon img {
	margin-right: 5px;
	vertical-align: middle;
}

.calattention {
	margin-top: 20px;
}

/* カレンダーボタンリスト */
ul.calbt-li {
	float: right;
}
ul.calbt-li li {
	float: left;
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 1%;
	font-size: 1%;
	background-image: none;
}

/* ----------＜C-1部分＞　募集2階層目その他のコーナー---------- */
dl.dlcorday {
	margin: 20px 22px 30px 30px;
	padding: 0;
}
dl.dlcorday dt {
	clear: both;
	margin: 0;
	padding: 0 0 2px 22px;
	background-image: url(/images/c_arrow_menu.gif);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	position: relative;
	width: 100%;
	_height: 1%;
}
dl.dlcorday dt .date {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 9em;
	_height: 1%;
}
dl.dlcorday dt span {
	display: block;
	margin: 0 0 0 9.4em;
}
dl.dlcorday dd {
	margin: 0 0 0 9.4em;
	padding: 0 0 10px 22px;
}

/* ----------＜box基本部分＞---------- */
.bgbox {
	margin: 4px 0 0 0;
	padding: 4px 4px 4px 4px;
	border-bottom: 1px dotted #999;
	_height: 1%;
}
.bgbox h2 {
	font-weight: normal;
	font-size:90%;
	background-color: transparent;
}
.lrbgbox {
	margin: 0 0 4px 0;
	padding: 4px 4px 4px 4px;
	background-image: url(/images/lr_bg.gif);
	background-repeat: repeat-y;
	background-position: 49.2% 0;
	_height: 1%;
}
.lrbgbox .lbox {
	float: left;
	width: 49.9%;
}
.lrbgbox .rbox {
	float: right;
	width: 49.9%;
}

/* ----------＜画像左配置基本部分＞---------- */
.boximg {
	float: left;
	padding: 0 0 0 4px;
}
.boximg img {
	margin: 6px 0 6px 0;
}
.boxtxt {
	margin: 10px 0 0 100px;
	padding: 0 4px 0 4px;
}
.boxtxt h2 {
	clear : none;
	margin: 0;
	padding: 0;
}
.boxtxt p {
	margin: 10px 0 6px 0;
	padding: 0;
}

/* ----------＜D-1-1 くらしのガイド部分＞　くらし第2階層メニュー手動---------- */
/* ------ */
div.kurashi {
	margin: 5px 0 0 30px;
	padding: 0;
}
div.kurashi .bgbox{
	border-bottom: 1px solid #ccc;
}
div.kurashi .boxtxt {
	margin-left: 60px;
	margin-right: 8px;
}
div.kurashi h2 img {
	margin: 0 0 0 8px;
}
div.seido {
	margin: 14px 0 30px 30px;
	padding: 10px;
	background-color: #EEE;
}
div.seido h2 {
	float: left;
	margin: 0;
	background-color: #EEE;
}
div.seido ul {
	float: right;
	margin: 0 0 0 30px;
	padding: 0;
}
div.seido li {
	float: left;
	margin: 0;
	padding: 0 20px 0 20px;
	background-image: url(/images/c_arrow_head.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
/* 	white-space: nowrap; */
	_height: 1%;
}

/* ----------＜E-1 施設部分＞　施設案内---------- */
div.shian {
	margin: 0 0 0 30px;
	padding: 0;
}
div.shian .boxtxt {
	margin-left: 80px;
}
div.shian h2 {
	margin: 0;
	padding: 0 0 2px 20px;
	background-image: url(/images/c_arrow_menu.gif);
	background-repeat: no-repeat;
	background-position: 0 0.1em;
	_height: 1%;
}
div.shian p {
	margin: 10px 0 0 20px;
	padding: 0 0 10px 0;
}

/* ----------＜E-2 部分＞　施設案内3階層目自動生成右classは左で統一---------- */
div.shi-search {
	margin: 30px 0 0 30px;
	padding: 0;
}
div.shi-search .bgbox {
	padding: 0;
}
div.shi-search p {
	margin: 0;
	padding: 0;
}
div.shi-search a {
	margin: 0 4px 0 4px;
	padding: 0 0 2px 20px;
	background-image: url(/images/c_arrow_menu.gif);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	display: block;
	_height: 1%;
}
div.shi-search .rbox a {
	margin-left: 8px;
}

/* ----------＜E-3 部分＞　左画像つき自動生成---------- */
/* ----------＜基本(汎用)部分＞---------- */
div.norbox {
	margin: 0 0 0 30px;
	padding: 0;
}
div.norbox .boxtxt {
	margin-left: 110px;
}

/* ----------＜E-児童館 部分＞---------- */
#main-jido .shi-info {
	background-image: url(/images/shian_ji_boxbg.gif);
	background-repeat: repeat-x;
	margin: 40px 0 20px 16px;
	padding-top: 10px;
	background-color: #FCF8DF;
	_height: 1%;
}
#main-jido .shi-add {
	margin: 0 10px 10px 10px;
	background-image: url(/images/shian_bg_jido.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	background-color: #FFF;
	_height: 1%;
}
#main-jido .tbox {
	background-image: url(/images/shian_ji_boxbg.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	_height: 1%;
}
#main-jido ul.norcor2 {
	margin: 20px 0 30px 32px;
	padding: 0;
}
#main-jido ul.norcor2 li {
	margin: 0;
	padding: 11px 0 10px 34px;
	line-height: 150%;
	border-bottom: 1px dotted #FEA86F;
	background-image: url(/images/shian_ji_icon.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.56em;
	_height: 1%;
}
#main-jido .h-bg {
	margin: 20px 0 10px 16px;
	padding: 0;
	border-bottom: 1px dotted #FEA86F;
}
#main-jido .h-bg h2 {
	margin: 0;
	padding: 7px 0 7px 32px;
	background-image: url(/images/shian_ji_icon.gif);
	background-repeat: no-repeat;
	background-position: 0;
	font-size: 90%;
	font-weight: bold;
	color: #6D4508;
	_height: 1%;
}
#main-jido .shibox {
	float:left;
	background-color: #FFF4C2;
	border-left: 16px solid #ffffff;
}
#main-jido .shibox .boximg {
	background-color: #FFF4C2;
}
#main-jido .shibox .boxtxt {
	margin: 0 0 0 50px;
	padding: 10px 10px 10px 0;
	background-color: #FFF4C2;
	font-weight: bold;
}
#main-jido p.update {
	margin-top: 36px;
}
#main-jido div#tothispage {
	clear: both;
	text-align: right;
	margin: 10px 0;
	padding-top: 40px;
	font-size: 90%;
	background-image: url(/images/shian_ji_bg.gif);
	background-repeat: repeat-x;
	_height: 1%;
}

/* ----------＜E-学童保育 部分＞---------- */
#main-gakudo .shi-info {
	background-image: url(/images/shian_ga_boxbg.gif);
	background-repeat: repeat-x;
	margin: 40px 0 20px 16px;
	padding-top: 10px;
	background-color: #FBF4EE;
	_height: 1%;
}
#main-gakudo .shi-add {
	margin: 0 10px 10px 10px;
	background-image: url(/images/shian_bg_gakudo.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	background-color: #FFF;
	_height: 1%;
}
#main-gakudo .tbox {
	background-image: url(/images/shian_ga_boxbg.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	_height: 1%;
}
#main-gakudo ul.norcor2 {
	margin: 20px 0 30px 32px;
	padding: 0;
}
#main-gakudo ul.norcor2 li {
	margin: 0;
	padding: 11px 0 10px 42px;
	line-height: 150%;
	border-bottom: 1px dotted #FCA8A6;
	background-image: url(/images/shian_ga_icon.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.56em;
	_height: 1%;
}
#main-gakudo .h-bg {
	margin: 20px 0 10px 16px;
	padding: 0;
	border-bottom: 1px dotted #FCA8A6;
}
#main-gakudo .h-bg h2 {
	margin: 0;
	padding: 7px 0 6px 42px;
	background-image: url(/images/shian_ga_icon.gif);
	background-repeat: no-repeat;
	background-position: 0;
	font-size: 90%;
	font-weight: bold;
	color: #AA3A5E;
	_height: 1%;
}
#main-gakudo .shibox {
	float: left;
	background-color: #FFE3D8;
	border-left: 16px solid #ffffff;
}
#main-gakudo .shibox .boximg {
	background-color: #FFE3D8;
}
#main-gakudo .shibox .boxtxt {
	margin: 0 0 0 50px;
	padding: 10px 10px 10px 0;
	background-color: #FFE3D8;
	font-weight: bold;
}
#main-gakudo p.update {
	margin-top: 36px;
}
#main-gakudo div#tothispage {
	clear: both;
	text-align: right;
	margin: 10px 0;
	padding-top: 40px;
	font-size: 90%;
	background-image: url(/images/shian_ga_bg.gif);
	background-repeat: repeat-x;
	_height: 1%;
}

/* ----------＜E-児童館、学童共通部分＞　館の紹介---------- */
.shi-add p {
	margin: 0 0 4px 60px;
	padding: 0;
}
.shi-add p.jigaku {
	margin: 10px 0 4px 60px;
	font-weight: bold;
}

/* ----------＜F-1(L-1,M-1)部分＞　行政、申請書、質問第2階層生成部分---------- */
div.block {
	clear: both;
	margin: 4px 0 4px 30px;
}
div.block .lrbgbox {
	padding: 2px 4px 2px 4px;
}
div.block p.norcor {
	margin: 0 5px 0 8px;
	padding: 1px 0 0 20px;
	line-height: 150%;
	background-image: url(/images/c_arrow_menu.gif);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	_height: 1%;
}

/* ----------＜H-1 部分＞　エリアナビ下部枠---------- */
div.area {
	margin: 30px 0 0 30px;
	padding: 0 4px 0 4px;
	border: 1px solid #ccc;
}
div.area .bgbox {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px dotted #999;
	border-bottom: none;
}
div.area .lrbgbox {
	margin-bottom: 2px;
}
div.area .lineno {
	border-top:none;
	margin-top: 0;
}
div.area .boxtxt {
	margin-left: 65px;
}
div.area a {
	margin: 0;
	padding: 0 0 2px 20px;
	background-image: url(/images/c_arrow_menu.gif);
	background-repeat: no-repeat;
	background-position: 0 0.1em;
	display: block;
	_height: 1%;
}

/* ----------＜H-2 部分＞　ご近所探訪---------- */
div.gokin {
	margin: 20px 0 0 30px;
	padding: 0;
}
div.gokin .boxtxt {
	margin-left: 120px;
	_height: 1%;
}
div.gokin dl.dlcor {
	margin: 0;
	padding: 0;
}

/* ----------＜J-1 部分＞　教育委員会トップ　区議会トップ---------- */
div.subh1box {
	margin: 0 0 10px 15px;
	border: 1px solid #68457D;
	border-bottom: 3px solid #68457D;
}
div.subh1box h1 {
	margin: 0 0 6px 0;
	padding: 9px 5px 5px 9px;
	border: none;
	border-bottom: 1px dotted #68457D;
	background-image: none;
}
div.subh1box p {
	margin: 0;
	padding: 0 12px 2px 8px;
}
ul.kyo {
	margin: 10px 0 0 30px;
	padding: 0;
}
ul.kyo li {
	clear: both;
	margin: 0;
	padding: 0 0 10px 0;
	position: relative;
	width: 100%;
	background-image: none;
}
ul.kyo .date {
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 0 16px;
	background-image: url(/images/c_arrow_head.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	width: 7.6em;
	_height: 1%;
}
ul.kyo li span {
	display: block;
	margin: 0 0 0 9.3em;
}
p.o-ichiran {
	margin: 0 0 30px 16px;
	padding: 0 0 10px 0;
	text-align: right;
	border-bottom: 1px dotted #999;
}
p.o-ichiran img {
	margin-right: 5px;
	vertical-align: middle;
}

/* ----------＜J-2 部分＞　議会、教育ヘッダ部分、ごみ分別のコンテンツ内---------- */
div#toback {
	clear: both;
	text-align: right;
	margin: 0 0 6px 0;
	font-size: 80%;
}
div#toback img {
	vertical-align: middle;
	margin-right: 2px;
}

/* ----------＜M-3 部分＞　よくあるご質問　回答ページ---------- */
.zeiq {
	margin: 30px 0 0 34px;
	background-color: #fff;
	font-weight: normal;
	font-size: 90%;
}
span.no {
	float: left;
	display: block;
	width: 2em;
	margin: 0;
	padding: 2px 0 2px 0;
	background-color: #6061B3;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
span.zei-h {
	display: block;
	margin: 0 0 0 2.4em;
	padding: 2px 0 2px 0.2em;
	background-color: #EEE;
}
.zeia {
	margin: 10px 0 0 34px;
	padding: 0 0 6px 2.8em;
	border-bottom: 1px dotted #999;
}
.zeiaetc {
	clear : both;
	margin: 10px 0 0 34px;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #999;
}
.zeiaetc h3 {
	margin-left: 2em;
}
.zeiaetc p {
	margin-left: 2.8em;
	margin-bottom: 5px;
}
.zeiaetc div.img-area {
	margin: 0 0 0 2em;
}
.zeiaetc p.imglink-side2 {
	margin: 0 0 0.1em 0;
}
.zeiaetc table.table01 {
	clear : both;
	margin: 5px 5px 10px 35px;
}

/* ----------＜Q-1 部分＞　アクセスランキング---------- */
ul.ranking {
	margin: 20px 0 20px 20px;
	padding: 0;
	border-bottom: 1px dotted #999;
}
ul.ranking li {
	clear: both;
	padding: 3px 0 0 0;
	border-top: 1px dotted #999;
	background-image: none;
}
.rt {
	float: left;
	display: block;
	width: 86%;
	margin: 0 0 0 10px;
	padding: 0 0 3px 0;
}
.rtop {
	float: left;
	display: block;
	width: 8%;
	margin: 0;
	padding: 0;
	text-align:center;
}
.rt10 {
	float: left;
	display: block;
	width: 8%;
	margin: 0;
	padding: 0;
	text-align:center;
	font-weight: bold;
}
.rt20 {
	float: left;
	display: block;
	width: 8%;
	margin: 0;
	padding: 0;
	text-align:center;
}
ul.ranking li.rnoline {
	border-top: none;
}
ul.ranking li.rnoline .rt {
	margin-top: 5px;
}
p.b-number {
	margin: 20px 0 20px 16px;
	padding: 0;
	text-align: right;
}
p.b-number img {
	margin-right: 5px;
	vertical-align: middle;
}

/* ----------＜X-1 部分＞　行政情報の課のページ---------- */
p.ka-tel {
	margin: 8px 5px 5px 36px;
	padding: 0 0 0 24px;
	background-image: url(/images/c_ka_tel.gif);
	background-repeat: no-repeat;
	_height: 1%;
}
.kalist {
	margin: 20px 0 0 30px;
	padding: 0;
}
.kalist p {
	margin: 0 0 10px 0;
	padding: 0 0 2px 22px;
	background-image: url(/images/c_arrow_menu.gif);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	_height: 1%;
}
.kalist a {
	margin: 0;
	padding: 0 1em 0 0;
}
.kalist p.kaother {
	margin: 0 0 10px 2.5em;
	padding: 0 0 0 20px;
	background-image: url(/images/c_icon_inlink.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	_height: 1%;
}

/* ----------＜Y-1 部分＞　ごみクイズ質問---------- */
.qbox {
	margin: 12px 0 22px 16px;
	padding: 0 4px 8px 4px;
	border-bottom:1px dotted #999;
	_height: 1%;
}
.qbox .boxtxt {
	margin: 0 0 0 70px;
	padding: 0 4px 0 4px;
}
.qbox .boxtxt p {
	margin: 0 0 6px 0;
	padding: 0;
}
.answer {
	text-align: right;
}

/* ----------＜Y-2 部分＞　ごみクイズ回答---------- */
.bunq {
	background-color: #F1F1F1;
	margin: 20px 0 16px 16px;
}
.bunq .boximg img {
	margin: 6px 0 6px 0;
}
.bunq .boxtxt {
	margin: 0 2px 0 96px;
	padding: 10px 0 10px 0;
}
.buna {
	margin: 30px 0 16px 16px;
	background-color: #EBECFF;
	border: solid 1px #C8D0FF;
}
.buna .boximg img {
	margin: 2px 0 6px 0;
}
.buna .boxtxt {
	margin: 4px 2px 6px 88px;
}
.buna h2 {
	margin: 3px;
	padding: 2px 2px 2px 8px;
	background-color: #C8D0FF;
}
.h-bgimg {
	clear : both;
	margin: 30px 0 0 16px;
	padding: 0;
	background-image: url(/images/c_h_bg.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	height: 35px;
}
.mo-q {
	margin: 20px 0 10px 16px;
	padding: 4px 4px;
	background-color: #EEEEEE;
	font-weight: normal;
	border-left: 0;
}
.mo-a {
	margin: 10px 0 20px 20px;
}
div.bunbetuback {
	clear: both;
	margin: 20px 0 34px 16px;
	font-size: 80%;
}
div.bunbetuback img {
	vertical-align: middle;
	margin-right: 2px;
}

/* ----------＜SUB 部分＞　キーワードから知るめぐろのこと　2階層目h1---------- */
/* ---＜h1img＞---- */
div.skey {
	margin: 0 0 10px 15px;
	padding: 0;
	background-image: url(/images/s_h1bg.gif);
	background-repeat: repeat-x;
	_height: 1%;
}
div.skey h1 {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	background-image: url(/images/s_h1bg_right.gif);
	background-repeat: no-repeat;
	font-size: 1%;
	line-height: 1%;
	_height: 1%;
}
div.skey h1 img {
	margin: 0;
	padding: 0;
}

/* ---＜h1txt＞　キーワードから知るめぐろのこと　3階層目h1--- */
div.skeycon {
	margin: 0 0 10px 15px;
	padding: 0;
	background-color: #C7D0F7;
}
div.skeycon h1 {
	margin: 0;
	padding: 8px 0 8px 10px;
	border: none;
	background-color: transparent;
	background-image: url(/images/s_h1bg_right2.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	color: #010165;
	_height: 1%;
}

/* ---＜box＞　キーワードから知るめぐろのこと3連ボックス--- */
.skbox {
	margin: 0 0 0 20px;
}
.sbox {
	margin: 8px;
	float: left;
	border: solid 1px #999;
	width: 29%;
}
div.sbox h2 {
	margin: 7px;
	padding: 0 0 6px 0;
	border-bottom: dotted 1px #10116E;
}
div.sbox a {
	margin: 0 4px 0 4px;
	padding: 0 0 2px 20px;
	background-image: url(/images/c_arrow_menu.gif);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	display: block;
	_height: 1%;
}
.sbox .boximg {
	margin: 0;
	padding: 0;
}
.sbox .boximg img {
	margin: 0;
	padding: 8px;
}
.sbox .boxtxt {
	margin: 11px 0 0 75px;
}

/* ----------＜B-2 M-1 検索部分＞---------- */
.serchtxt {
	margin: 5px 0 6px 6px;
	font-weight: bold;
}
.swaku .boxtxt {
	margin: 0 0 10px 340px;
	padding: 6px 4px 0 4px;
}

/* ---＜B-2＞　イベカレエリア内の検索--- */
div.searchevent {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-size: 88%;
	width: 330px;
}
div.searchevent form {
	margin: 10px 18px 20px 30px;
	padding: 8px 10px 8px 8px;
	background-color: #eee;
}
div.searchevent .h0box {
	margin: 2px 0 0 5px;
	padding: 0;
	width: 180px;
}

/* ---＜M-1＞　よくあるご質問の検索--- */
div.searchyokuaru {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-size: 88%;
	width: 330px;
}
div.searchyokuaru form {
	margin: 10px 10px 20px 18px;
	padding: 8px 20px 8px 8px;
	background-color: #eee;
}
div.searchyokuaru .h0box {
	margin: 2px 0 0 5px;
	padding: 0;
	width: 180px;
}

/* ----------＜検索キーワード部分＞---------- */
form#kensakubg {
	background-color: #FAF4FE;
	border: solid 1px #D3C8F2;
	width: 600px;
	margin: 20px 10px 30px 18px;
	padding: 14px 0 4px 0;
}
dl.dlkey {
	margin: 10px 0 30px 30px;
	padding: 0;
}
dl.dlkey dt {
	margin: 0;
	padding: 0 0 2px 16px;
	background-image: url(/images/c_icon_inlink.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	_height: 1%;
}
dl.dlkey dd {
	margin: 0 0 10px 16px;
	padding: 0;
}

/* ----------＜メールフォーム＞　お問合せ、区長へのメールの送信フォーム---------- */
div#mailform {
	margin-left: 15px;
}
div#mailform div.h-bg {
	margin: 20px 0 10px 0;
}
div#mailform h3 {
	margin: 10px 5px 5px 10px;
}
div#mailform h4 {
	margin: 10px 5px 5px 5px;
}
div#mailform p {
	margin: 2px 5px 5px 5px;
}
div#mailform div.mspan {
	margin: 0 0 20px 35px;
}
div#mailform div.pspan {
	margin: 0 0 0 15px;
}

/* ----------＜アンケート＞---------- */
table {
	margin: 10px;
	padding: 0;
	line-height: 150%;
}
th {
	padding: 4px;
	margin: 0;
	color: #333;
}
td {
	vertical-align: top;
	padding: 4px;
	margin: 0;
	color: #333;
}

/* ----------＜ココどこ？＞---------- */
.doko {
	background-color: #FFF;
	margin: 10px 0 16px 12px;
	border: none;
}
.doko .boximg img {
	margin: 6px 0;
}
.doko .boxtxt {
	margin: 0 2px 0 165px;
	padding: 5px 0 10px 0;
}

/* ----------＜行政情報目録＞---------- */
table.table01 td.filelink {
	margin: .75em 5px .75em 35px;
	padding: 3px 8px 3px 27px;
	background-image: url(/images/c_icon_file.gif);
	background-repeat: no-repeat;
	background-position: 7px 0.5em;
	line-height: 1.6;
	_height: 1%;
}
p.jsmessage {
	margin: 4px;
	padding: 0;
	text-align: center;
}

/* 隠しジャンプ */
div.blockjump img {
	display: none;
}
#blockskip {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background-color: #999;
	text-align: center;
}
#blockskip a {
	color: #999;
	overflow: hidden;
}
.show {
	line-height: 1.5em !important;
	background-color: #F6F6F6 !important;
	border-bottom: solid 1px #999 !important;
}
.show a {
	color: #000 !important;
	line-height: 150% !important;
	font-size: 100% !important;
}

/* googleマップのここを選択のリスト */
ul.gmaps_categories li {
	padding: 0;
	background-image: none;
}
ul.gmaps_places li {
	padding: 0;
	background-image: none;
}


/* .img-txtarea01-left: 共通画像説明タイプ用スタイル（センター） */
.img-txtarea01-center {
	padding-bottom: .25em;
	text-align: center;
	font-size: 90%;
}

.img-txtarea01-center img {
	margin: 7px 2px 5px 2px;
}


/* ----------＜情報・個人情報部分＞---------- */
ul.bu-li {
	margin: 30px 0 30px 40px;
	padding: 0;
	list-style-image: none;
	list-style: none;
}
ul.bu-li li {
	float: left;
	margin: 0 0 0 0;
	padding: 3px 16px 10px 20px;
	line-height: 120%;
/* 	white-space: nowrap; */
	background-image: url(/images/c_icon_jumplink.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	_height: 1%;
}
table.table01 td.filelink {
	margin: .75em 5px .75em 35px;
	padding: 3px 8px 3px 27px;
	background-image: url(/images/c_icon_file.gif);
	background-repeat: no-repeat;
	background-position: 7px 0.5em;
	line-height: 1.6;
	_height: 1%;
}



/* ----------＜Namazu 検索ページ＞---------- */
/* 検索ページ枠（左） */
div#search-l {
	text-align: left;
	color: #333;
	float: left;
	background-color: #FFF;
	width: 45%;
	voice-family: "\"}\""; 
	voice-family:inherit;
}

/* 検索ページ枠（右） */
div#search-r {
	text-align: left;
	margin: 0;
	float: left;
	width: 53%;

}

/* 検索ページ枠（下） */
div#search-txt {
	clear : both;

}

div#search-r h2 {
	margin: 10px 0 10px 15px;
	padding: 0 0 0 15px;
	background-image: url(/images/c_icon_h2.gif);
	background-repeat: no-repeat;
	background-position: 0% 46%;
	font-size: 90%;
	_height: 1%;
}
div#search-l h2 {
	margin: 10px 0 10px 15px;
	padding: 0 0 0 15px;
	background-image: url(/images/c_icon_h2.gif);
	background-repeat: no-repeat;
	background-position: 0% 46%;
	font-size: 90%;
	_height: 1%;
}

/* 検索エリア（左） */
div#nmzhead {
	background-color: #faf4fe;
	border: solid 1px #D3C8F2;
	margin:0 10px 15px 20px;
	padding: 5px;
}
div#nmzhead imput{
	background-color: #faf4fe;
	border: solid 1px #D3C8F2;
	margin: 15px 10px 15px 20px;
}
div#nmzhead p.search {
	margin: 7px;
}
div#nmzhead form {
	margin: 0;
}
p.yoku {
	margin: 8px;
	padding: 0;
	text-align: right;
}
p.yoku img {
	margin-right: 5px;
	vertical-align: middle;
}

/* 検索エリア（右、下共通） */
/* Google検索 */
.s-google {
	margin: 0 0 16px 15px;
	padding: 8px;
	border: 1px solid #999;
}
.s-google form {
	margin: 0;
	padding: 0;
}
.gimg {
	margin: 0;
	padding: 0;
}
.gimg img{
	margin: 0;
}
.gtxt {
	margin: 0 0 0 6px;
	padding: 0;
	font-size: 84%;
	line-height:150%;
}
.gtxt input{
	margin: 4px 2px 4px 0;
	padding: 0;
	vertical-align: middle;
}
.box-size {
	width: 165px;
}

/* 検索エリア（下） */
.gstxt {
	margin: 14px 7px 14px 22px;
}
#search-txt .s-google {
	margin: 0 0 30px 20px;
	padding: 8px;
	border: 1px solid #999;
}
#search-txt .gimg {
	float: left;
	margin: 0;
	padding: 0;
}
#search-txt .gtxt {
	margin: 0 0 0 130px;
	padding: 12px 0 0 0;
	font-size: 84%;
	line-height:150%;
}
#search-txt .gtxt input{
	margin: 4px 2px 4px 0;
	padding: 0;
	vertical-align: middle;
}

/* 検索結果 */
.khit {
	margin: 0px 0px 0px 26px;
}
.kichi {
	margin: 0px 0px 0px 48px;
}

/* 現在のリスト */
.namazu-result-footer {
	margin-left: 30px;
}


/* ▽共通画像説明タイプ用スタイル（右回りこみ）(地図で探す)▽ */
.img-txtarea01-right {
	float: right;
	padding-bottom: .25em;
	text-align: center;
	font-size: 90%;
}

.img-txtarea01-right img {
	margin: 7px 2px 5px 2px;
}


/*　いざというとき外国語版　*/

h1#e0left2 {
	clear: none;
	float: left;
	width: 170px;
	margin: 0 ;
	padding: 0;
	border: none;
	background-image: none;
	background-color: transparent;
	_height: 1%;
}
h1#e0left2 img {
	margin-top: 3px;
	margin-left: 9px;
}
h2.en {
	margin: 10px 0 0 0;
	padding: 0 0 4px 0;
	border-bottom: 2px solid #8371A5;
	font-size: 1%;
	line-height: 1%;
}
.e-new {
	margin: 0 0 40px 16px;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #8371A5;
}
.enew1 {
	margin: 8px;
}
.enew2 {
	margin: 0 0 0 8px;
	padding: 2px 0 2px 26px;
	background-image: url(/images/c_arrow_lonavi.gif);
	background-repeat: no-repeat;
	background-position: 10px 0.7em;
	line-height: 150%;
	_height: 1%;
}



/* 英語サイトのEnglish TOPボタンの右仕切り線用 */
div#e0right li#totoptoji {
	font-size: 1%;
	line-height: 0;
	float: left;
	margin: 0;
	padding: 0;
	height: 14px;
	border-right: none;
}


/*  ヘッダー1行目（中国語）  */

div#f0wrap1 {
/* 	white-space: nowrap; */
	text-align: left;
	height: 50px;
	background-image: url(/images/eng_bg_headimg.jpg);
	background-repeat: no-repeat;
	background-position: 250px 0;
	background-color: #FFFCF9;
}


/*  ヘッダー1行目（外国語）  */

div#e0right {
	float: right;
	width: 173px;
	padding: 0 9px 0 0;
	text-align: right;
}

div#e0right ul {
	font-size: 1%;
	line-height: 0;
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
	list-style-image: none;
}

div#e0right li {
	font-size: 1%;
	line-height: 0;
	float: left;
	margin: 0;
	padding: 0;
	height: 14px;
	border-right: 1px solid #999;
}
div#e0right img {
	margin: 0 5px;
}


/*  ヘッダー2行目（英語）  */
div#e0wrap2 {
	clear: both;
	text-align: left;
	height: 30px;
	background-color: #FAF4FE;
	border-bottom: 1px solid #8371A5;
}

div#e0wrap2 address {
	font-style: normal;
	margin: 0;
	padding: 7px 0 0 5px;
	line-height: 130%;
	font-size: 80%;
}

div#e0wrap2 span {
	margin-left: 5px;
/* 	white-space: nowrap; */
}

div#e0wrap2 a {
	margin-left: 3px;
}

/* ----------＜外国語ページ＞---------- */
/* 英語サイトのJapaneaseボタン */
div#e0right p#totop1{
	font-size: 1%;
	line-height: 1%;
	text-align: right;
	float: right;
	margin: 0;
	padding: 0;
	height: 14px;
}

div#e0right p#totop1 img {
	margin: 7px 4px 0 0;
	padding: 0 5px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

/* 英語サイトのEnglish TOPボタンの右仕切り線用 */
div#e0right li#totoptoji {
	font-size: 1%;
	line-height: 1%;
	float: left;
	margin: 0;
	padding: 0;
	height: 14px;
	border-right: none;
}
div.img-areax { 
    width: 240px; 
    height: 320px; 
    background-image: url(/images/aoki_s.jpg); 
    background-repeat: no-repeat; 
    margin: 10px 10px 0 35px; 
}



.saigai_baseback {
}


/* ==================================================
大規模災害テンプレート 20190110追加
================================================== */
.saigai_baseback div#wrap {
    width: 1170px;
    margin: 0 auto;
}
#saigai_baseleft {
    min-width: 1180px;
}
/* 大規模災害用　ヘッダ */

.saigai_baseback .h0wrap {
    width: auto;
    display: block;
    min-height: auto;
    height: auto;
    width: 1160px;
    margin: 0 auto;
}

.saigai_baseback .head_wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.saigai_baseback #head1bg {
    background-color: #666666;
    padding-top: 10px;
    padding-bottom: 10px;
}

.saigai_baseback #h0left {
    margin: 0;
    padding-left: 78px;
    width: auto;
    height: auto;
    color: #FFFFFF;
    font-size: 310%;
    text-align: left;
    background-color: transparent;
    border: none;
    background-image: url(/images/s_logo.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.saigai_baseback .head2list li {
    float: left;
    margin: 0;
    padding: 0 12px 0 12px;
    border-right: 1px solid #666666;
    color: #131313;
    background-color: transparent;
    background-image: none;
}

.saigai_baseback ul li {
/*     font-size: 100%;
    background-image: url(/images/s_c_icon_li.png);
    background-position: 10px 0.62em;
    padding-left: 24px; */
}

.saigai_baseback .head2list {
    margin: 0;
}

.saigai_baseback .head2bg {
    background-color: #E6E6E6;
    padding: 5px 0;
}

.saigai_baseback .head2bg_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


/* 大規模災害用　検索 */

.saigai_baseback input.searchBtn {
    border: 1px solid #000000;
    background-color: #000000;
    font-size: 100%;
    min-height: 30px;
    width: 60px;
    color: #FFF;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.saigai_baseback input.search {
    border: 1px solid #000000 !important;
    width: 250px !important;
    background-color: #FFF !important;
    height: 30px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*パンくず
============================== */
.saigai_baseback #pankuzu ol li:nth-of-type(2) {
    display: none;
}

.saigai_baseback #pankuzu {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1160px;
    margin: 0 auto;
}

.saigai_baseback #pankuzu-in {
}

.saigai_baseback #pankuzu .pk-img {
    padding: 0;
    background-color: #FFF;
    font-size: 1.4rem;
    padding: 3px 5px;
    font-weight: normal;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0;
}

.saigai_baseback #pankuzu .pk-img::before {
    border: none;
}

.saigai_baseback #pankuzu ol, .saigai_baseback #pankuzu ul {
    padding: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0;
}

.saigai_baseback #pankuzu ol li, .saigai_baseback #pankuzu ul li {
    float: left;
    margin: 0;
    padding: 0 16px 0 8px;
    line-height: 1.5;
    background-image: url(/images/c_arrow_pankuzu.gif);
    list-style: none;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    font-size: 110%;
}

.saigai_baseback #pankuzu li.pk-thispage {
    background-image: none;
}

.saigai_baseback #pankuzu li::before {
}

.saigai_baseback img.eventend {
    vertical-align: top;
}

/* 大規模災害用　ローカルナビ */
.saigai_baseback div#losubnavi li {
    margin: 0;
    padding: 0 3px 6px 22px;
    background-image: url(/images/c_icon_lonavi.gif);
    background-repeat: no-repeat;
    background-position: 6px 4px;
    line-height: 130%;
    _height: 1%;
}

/* 大規模災害用　このページの上へ戻る */

.saigai_baseback .tothispage div {
    float: right;
    margin: 0;
    padding: 0;
    border-bottom: none;
    background-color: #E6E6E6;
    background-image: none;
    background-repeat: no-repeat;
    color: #333;
}

.saigai_baseback .tothispage div a {
    margin: 0;
    padding: 7px 10px 7px 10px;
    display: block;
}
/* 大規模災害用　フッタリンク */

.saigai_baseback .footlist {
    width: 1160px;
    margin: 0 auto;
}

.saigai_baseback .footlist li {
    float: left;
    margin: 0;
    padding: 0 10px;
    border-right: 1px solid #666666;
    background-image: none;
}

.saigai_baseback .footlist li:last-of-type {
    border-right: none;
}

.saigai_baseback .f0add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.saigai_baseback .f0add-r {
    padding-top: 5px;
    color: #FFF;
}

.saigai_baseback .f0add-r p {
    padding: 0;
    color: #FFF;
}

.saigai_baseback .f0add-r address {
    color: #FFF;
}

.saigai_baseback .foot_copy {
    text-align: left;
    padding-left: 10px;
}


/* 大規模災害用　フッタ */

.saigai_baseback .f0add>h2 {
    background-color: transparent;
    color: #FFF;
    margin-left: 10px;
    margin-top: 8px;
    font-weight: normal;
}

.saigai_baseback .foot3bg {
    background-color: #666666;
    color: #FFF;
    padding: 15px 10px;
}

.saigai_baseback .foot2bg {
    clear: both;
    padding: 8px 0 8px 4px;
    border: none;
    background-color: #E6E6E6;
    margin: 0;
}

.saigai_baseback .foot1bg {
    width: 1160px;
    margin: 40px auto 0 auto;
}

.saigai_baseback .foot3bg_in {
    width: 1160px;
    margin: 0 auto;
}