@charset "Shift_JIS";

/* ▼基本スタイル */

body {
	color: #222222;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/* ▼レイアウト及び次階層テンプレート用スタイル */

/* 隠し飛ばしリンク＆隠し罫線用 */
.echooff{
	display:none;
}

/* ▽パンくずナビ */
div#pankuzu {
	font-size: 80%;
	padding: 5px 5px 5px 2px;
}

div#pankuzu img {
	vertical-align: middle;
}

/* 「現在の位置」 */
.pan0title {
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	padding: 1px;
	margin-right: 7px;
}


/* ▽フッター */
/* 「問合せ先」 */
p#contact  {
	clear : both;
	margin: 10px 15px 8px 20px;
	padding: 10px;
	background-color: #FFFDE6;
	border: 2px solid #FFCC66;
	font-size: 90%;
	line-height: 150%;
	color: #222222;
}


/* ▼共通タグの再定義 */
/* ▽見出しの再定義 */
/* ▽見出しの再定義 */
h1 {
	margin: 0px 10px 8px 7px;
	padding: 0px;
	background-color: #FFF5D7;
	font-size: 120%;
	font-weight: bold;
	color: #222222;
	line-height: 150%;
	border-top: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
	border-bottom: 3px solid #FF6600;
	border-left: 1px solid #FF6600;
}

/* 大見出しアイコン */
img.h1icon {
	margin: 5px 4px 5px 5px;
	line-height: 100%;
	font-size: 80%;
	vertical-align: middle;
}

h2 {
	clear : both;
	margin: 15px 20px 10px 17px;
	font-weight: bold;
	font-size: 100%;
	color: #222222;
	background-image: url(/images/c_h2_icon.gif);
	background-repeat: no-repeat;
	border-bottom: 2px solid #FFCC66;
	padding-bottom: 1px;
	padding-left: 13px;
}

h3 {
	margin: 5px 20px 7px 17px;
	padding: 0px 0px 0px 15px;
	font-size: 90%;
	font-weight: bold;
	color: #007309;
}

h4 {
	font-size: 90%;
	margin: 10px 20px 5px 17px;
	font-weight: bold;
	color: #222222;
}

img{
 border: 0px none #fff;
}

form{
 margin:3px;
 vertical-align: middle;
}

p{
	margin: 5px 30px 15px 37px;
	font-size: 90%;
	line-height: 150%;
	color: #222222;
}

ul {
	margin-left: 37px;
	list-style-position: outside;
	line-height: 150%;
	list-style-image: url(/images/c_list_mark.gif);
	font-size: 90%;
	color: #222222;
}

ol {
	margin-left: 37px;
	list-style-position: outside;
	line-height: 150%;
	list-style-type: decimal;
	font-size: 90%;
	color: #222222;
}

table.table01{
	margin: 5px 30px 5px 37px;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #333333;
	font-size: 90%;
}

caption{
	text-align: left;
	font-weight: bold;
	color: #222222;
	margin-bottom: 3px;
	margin-left: 37px;
}

th{
	padding: 4px;
	margin: 0;
	border: 1px solid #333333;
	color: #222222;
	background-color: #ADE8AF;
}

td{
	vertical-align: top;
	padding: 4px;
	margin: 0;
	color: #222222;
	border: 1px solid #333333;
}

/* ▽定義リスト */
dl {
	margin-left: 37px;
	list-style-position: outside;
	line-height: 150%;
	font-size: 90%;
}

dt {
	background-image: url(/images/c_com_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

dd {
	margin-left: 12px;
	margin-right: 30px;
}

/* ▽通常のリンク色 */
a:link {
	color: #0000ff;
}

a:visited {
	color: #800080;
}

a:hover {
	color: #ff0000;
}

a:active {
	color: #ff0000;
}

address {
	font-style: normal;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 8px;
}

/* ▼各コンテンツ共通クラス */
/* 隠し飛ばしリンク先＆隠し罫線用 */
.echooff{
 display:none;
}

/* 回り込みの解除 */
.newpara {
	clear : both;
}

/* コンテンツ中央寄せ  */
.center {
	text-align: center;
}
/* コンテンツ右寄せ  */
.align-right {
	text-align: right;
}

/* 表用セル右寄せ  */
.right {
	text-align: right;
}

/* 表用セル左寄せ  */
.left {
	text-align: left;
}


/* ▼テンプレート用共通▼ */


/* PDF説明用 */
.pdf {
	background-color: #FFFCE2;
	margin: 10px 30px;
	padding: 7px;
	font-size: 90%;
}
.pdf02 {
	background-color: #FFFCE2;
	margin: 10px 30px 10px 0px;
	padding: 7px;
	font-size: 90%;
}


/* 共通部分用リンクスタイル */
p.kanren2{
	clear : both;
	margin: 5px 0px 0px 35px;
	padding: 0px 0px 0px 10px;
	font-size: 90%;
	line-height: 150%;
	background-image: url(/images/c_list_mark2.gif);
	background-repeat: no-repeat;
}

/* 共通部分用リンク説明文スタイル */
p.kanlink{
	clear : both;
	margin: 0px 30px 5px 45px;
	font-size: 90%;
	line-height: 150%;
	color: #222222;
}

/* ▽レイアウトテーブル用スタイル▽ */
table.layout{
	margin-left: 45px;
	margin-right: 30px;
	margin-top: 5px;
	padding: 0;
	border: 0px solid #ffffff;
	font-size: 90%;
}

table.layout td{
	vertical-align: top;
	padding: 0px;
	margin: 0;
	color: #222222;
	border: 0px solid #ffffff;
}

/* 掲載日用：太字・右寄せ  */
.update {
	text-align: right;
	font-weight: bold;
}


strong.must {
	font-weight: bold;
	color: #FF0000;
}
.form-area{
	margin-bottom: 15px;
}
legend {
	font-size: 90%;
}
input.button {
	padding: 3px;
}
.form-h {
	padding: 0px 0px 0px 15px;
	font-weight: bold;
	color: #795100;
}

.form-kanryo {
	margin-top: 15px;
	margin-bottom: 50px;
}

/* ▼404ページ,403ページ用 */
p.botspace{
	margin: 5px 30px 55px 45px;
	font-size: 90%;
	line-height: 150%;
	color: #222222;
}

/* VESTIBULE文字色変更用 */
.cmsnavy {
	color: #000099;
}
.cmsred {
	color: #E30000;
}
.cmsgreen {
	color: #007309;
}
.cmsbrown {
	color :#825700;
}

/* -----------------------------------▽▽▽災害ページ用▽▽▽----------------------------------- */
h1.saigai {
	padding: 3px 3px 3px 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #660000;
	border-bottom-color: #660000;
	background-image: url(/images/saigai_h1back.gif);
	background-repeat: repeat;
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 10px;
}

/*===================050918追加(中央区の紹介ページ)===================*/
h1.syoukai {
	background-image: none;
	border: 0px none;
	background-color: #FFFFFF;
}

/*========================050921追加(区長のページ用)========================*/
#main-msg {
	background-image: url(/images/message_back.gif);
	background-repeat: repeat;
	padding: 9px 10px 10px;
	margin: 10px 10px 20px;
}
h1.message {
	background-image: url(/images/message_back.gif);
	border: 0px none;
	background-repeat: repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/* 本年度 */
.kucyou-honnen {
	padding: 0px;
	float: left;
	margin: 0px 0px 0px 20px;
	width: 75px;
	font-size: 90%;
	color: #4D4D4D;
}

/* バックナンバー */
.backnumber {
	background-color: #D7D7D7;
	padding: 0px 12px;
	margin: 0px;
	text-align: left;
	font-size: 85%;
}
.bn-margin {
	padding: 0px;
	margin: 0px;
}
.backnumber ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: none;
	color: #4D4D4D;
}

.k-photo {
	margin-top: 2em;
}

/* プロフィール */
.profile {
	margin-left: 90px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
}

/* 氏名 */
p.k-name {
	font-size: 120%;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6666CC;
	margin: 0px 0px 7px;
	padding: 0px;
}

/* ルビ */
.rubi {
	font-size: 80%;
	font-weight: normal;
	color: #333333;
}

/* 経歴部分 */
p.keireki {
	font-size: 90%;
	line-height: 120%;
	padding-bottom: 10px;
	padding-top: 0px;
	margin: 10px 0px 0px;
}

/*========================050926追加(広報誌用)========================*/

p.kohodate{
	margin: 15px 0px 20px 0px;
	text-align: center;
	font-size: 150%;
	line-height: 100%;
	color: #006633;
	font-weight: bold;
}

span.tokusyu{
	font-size: 110%;
	line-height: 100%;
	color: #FF3300;
	font-weight: bold;
}

ul.k-oshirase {
	margin: 0px 0px 15px;
	padding-left: 60px;
}
p.kohosub {
	font-size: 150%;
	line-height: 100%;
	color: #006633;
	text-align: left;
	margin: 0px 0px 10px 10px;
}

h1.koho-kiji {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	text-align: center;
	border-bottom-color: #FF6600;
	border-top-width: 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-left-color: #FF6600;
	font-size: 150%;
	font-weight: bold;
	color: #000033;
}
p.k-caption {
	margin-top: 10px;
	margin-bottom: 3px;
	text-align: center;
	padding: 0px;
}

.k-kiji-t {
	text-align: right;
	margin-right: 10px;
	margin-bottom: 0px;
}

/*050929追加*/
.koho-icon {
	background-image: url(/images/kuho_icon.gif);
	background-repeat: no-repeat;
	margin-left: 17px;
	padding-left: 21px;
}
ul.koho {
	margin-top: 0px;
	margin-left: 51px;
}
/*================================================*/

/*========================050927サイトマップ用========================*/

div.sitemapline {
	border-bottom: 2px solid #FFCC66;
	margin: 10px 20px 10px 20px;
}

/*================================================*/

/*========================060622外国語生活ガイド用========================*/

div#foriegn-h0totop {
	font-size: 90%;
	padding-right: 10px;
	padding-top:30px;
	float: right;
	height:52px;
	width: 200px;
	text-align: right;
}

div#foreign-center{
	text-align:center;

}


div#foreign-center ul{
	margin-left:0px;
}


div#foreign-center li{
	list-style-type: none;
	border: 1px #ffffff;
	padding-top:10px;
	margin-left:0px;
	text-indent:0px;
}

h1.foreign-h1{
	margin-top:20px;
}

/*================================================*/

/*---- イベントカレンダー用 -----*/
div#eventbk {
	text-align: right;
	margin: 14px 8px 8px 0;
	padding: 0;
	font-size: 1%;
	line-height: 1%;
}

/* イベントカレンダーコーナー部分 */
div#caliconmargin-list {
	margin: 16px 0 16px 0;
}
ul#calicon-list {
	padding: 0px;
	margin: 0 0 0 26px;
	line-height: 140%;
	list-style-type: none;
	list-style-image: none;
	font-size: 100%;
}
ul#calicon-list li {
	margin: 6px 3px 6px 5px;
	padding: 0px 5px 0px 34px;
	background-position: left top;
	background-repeat: no-repeat;
}
.icon01 {
	background-image: url(/images/cal_icon_fes.gif);
}
.icon02 {
	background-image: url(/images/cal_icon_sports.gif);
}
.icon03 {
	background-image: url(/images/cal_icon_health.gif);
}
.icon04 {
	background-image: url(/images/cal_icon_culture.gif);
}
.icon05 {
	background-image: url(/images/cal_icon_care.gif);
}
.icon06 {
	background-image: url(/images/cal_icon_others.gif);
}

/* イベントカレンダーコンテンツ部分 */
/*  前の月・次の月  */
div#calwrap {
	margin: 8px 12px 0 10px;
	padding: 0;
}
div#calleft {

	font-size: 100%;
	padding-left: 20px;
	background-image: url(/images/c_cor_icon3.gif);
	background-position: left top;
	background-repeat:no-repeat;
	line-height:1.5em;
}
div#calright {

	font-size: 100%;
	padding-right: 18px;
	margin-right: 0;
	background-image: url(/images/c_cor_icon2.gif);
	background-position: 2em 0em;
	background-repeat:no-repeat;
	line-height:1.5em;
}

/*  テーブル  */
table#calendar {
	clear: both;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #999999;
	width:100%;
	_width:89.7%;
}
table#calendar caption {
	text-align: center;
	font-weight: bold;
	color: #880000;
	padding: 10px 0 10px 0;
	margin: 0;
	font-size: 120%;
	background-image: url(/images/cal_bg.gif);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
table#calendar th {
	font-size: 90%;
	padding: 4px;
	margin: 0;
	border: 1px solid #999999;
	background-color: #e8f8e5;
	color: #333333;
	text-align: center;
}
table#calendar td {
	font-size: 79%;
	line-height: 130%;
	vertical-align: top;
	margin: 0;
	padding: 3px 0 3px 3px;
	color: #333333;
	border: 1px solid #999999;
	height: 90px;
	width: 14.2%;

}
table#calendar th.sunday {
	color: #FF3300;
}
table#calendar th.saturday {
	color: #0000AD;
}
table#calendar td.sunday, table#calendar td.holiday {
	background-color: #FFECFF;
}
table#calendar td.saturday {
	background-color: #ECF2FE;
}
table#calendar span {
	font-weight: bold;
}
table#calendar span.holiday {
	color: #FF3300;
}

/* セル内表示設定 */
table#calendar p {
	margin: 3px 2px 3px 0;
	clear: both;
}

table#calendar p a {
	display: block;
	margin-left: 33px;
}

/* アイコン詳細 */
ul#calicon {
	margin: 5px 0 0 0;
	padding: 0;
}

ul#calicon li {
	margin: 5px 3px 20px 5px;
	padding: 0px 15px 0px 34px;
	list-style-type: none;
	list-style-image: none;
	background-position: left top;
	background-repeat: no-repeat;
}

/*================================================*/







