body,td,th	{
	font-family:"ＭＳ Ｐゴシック","sans-serif";
	font-size:10pt;
	line-height:130%;
}
th	{
	font-family:"ＭＳ ゴシック";
}
A:LINK {text-decoration:none;color:#660000;}
A:VISITED {text-decoration:none;color:#996633;}
A:ACTIVE {text-decoration:none;color:#6666CC;}
A:HOVER {text-decoration:underline;color:#000000;}

/* ------------------------------
パターン
フォントサイズ8pt
------------------------------ */
.f8p	{
	font-size:8pt;
	line-height:130%;
}
/* ------------------------------
パターン
フォントサイズ10pt
------------------------------ */
.f10p	{
	font-size:10pt;
	line-height:130%;
}
/* ------------------------------
パターン
フォントサイズ12pt
------------------------------ */
.f12p	{
	font-size:12pt;
	line-height:130%;
}

/* ------------------------------
パターン
フォントサイズ14pt
------------------------------ */
.f14p	{
	font-size:14pt;
	line-height:130%;
}
/* ------------------------------
情報ページ各タイトル
------------------------------ */
.title	{
	font-size:12pt;
	font-weight:bold;
	color:#333399;
	line-height:130%;
}
/* ------------------------------
太文字テキスト
主に情報ページ
------------------------------ */
.detail	{
	font-size:10pt;
	line-height:130%;
	font-weight:bold;
	font-family:"ＭＳ ゴシック";
}
/* ------------------------------
標準テキスト
フォントサイズ10pt
------------------------------ */
.detail_text	{
	font-size:10pt;
	line-height:130%;
}
/* ------------------------------
コンテンツページタイトル
------------------------------ */
.page_title {
	color: #666666;
	line-height:130%;
}
/* ------------------------------
コンテンツページ月
------------------------------ */
.month {
	font-weight: bold;
	color: #000000;
	line-height:130%;
}
/* ------------------------------
ニューウインドウオープンのミニページ
下部コピーライト部分
------------------------------ */
.pw_copy {
	color: #666666;
	font-size:10pt;
	line-height:130%;
}
/* ------------------------------
市の情報発信源ページ下部
背景と文字指定
------------------------------ */
.city_under {
	background-color: #F8F4F8;
	color: #333333;
	line-height:130%;
}
/* ------------------------------
情報ページ
オレンジの区切り線
------------------------------ */
.life_cell_space {
	background-color: #FF9900;
	width:5px;
}
/* ------------------------------
情報ページ
タイトルの前のオレンジのマーク
------------------------------ */
.life_subitem {
	font-size:12pt;
	line-height:130%;
	color: #FF9900;
}
/* ------------------------------
パターン
情報ページ表の項目
背景グレー
------------------------------ */
.table_item_back {
	background-color: #E6E6E6;
	font-size:10pt;
	line-height:130%;
}
/* ------------------------------
パターン
テーブルバックカラー白
文字サイズ10pt
------------------------------ */
.table_white_back {
	background-color: #FFFFFF;
	font-size:10pt;
	line-height:130%;
}
/* ------------------------------
パターン
テーブルバックカラー薄いグレー
文字サイズ10pt
------------------------------ */
.table_gray1_back {
	background-color: #F3F3F3;
	font-size:10pt;
	line-height:130%;
}
/* ------------------------------
パターン
テーブルバックカラーブルー1
------------------------------ */
.table_blue1_back {
	background-color: #006699;
}
/* ------------------------------
パターン
テーブルバックカラーブルー2
------------------------------ */
.table_blue2_back {
	background-color: #009999;
}
/* ------------------------------
パターン
テーブルバックカラー肌色
------------------------------ */
.table_beige_back {
	background-color: #F5F1E0;
}
/* ------------------------------
パターン
テーブル枠線青
------------------------------ */
.border_blue {
	border: 1px solid #006699;
}
/* ------------------------------
パターン
太字
------------------------------ */
.font_b {
	font-weight: bold;
}
/* ------------------------------
パターン
フォントカラー白
------------------------------ */
.font_white {
	color: #FFFFFF;
	line-height:130%;
}
/* ------------------------------
パターン
フォントカラー赤
------------------------------ */
.font_red {
	color: #FF0000;
	line-height:130%;
}
/* ------------------------------
パターン
フォントカラー赤太字
------------------------------ */
.font_red_b {
	font-weight: bold;
	color: #FF0000;
	line-height:130%;
}
/* ------------------------------
パターン
フォントカラーダークグレー
------------------------------ */
.font_darkgray {
	color: #666666;
	line-height:130%;
}
/* ------------------------------
パターン
フォントカラーオレンジ
------------------------------ */
.font_orange {
	color: #FF9900;
	line-height:130%;
}
/* ------------------------------
パターン
フォントカラー青
------------------------------ */
.font_blue {
	color: #000099;
	line-height:130%;
}
/* ------------------------------
パターン　枠線黒
------------------------------ */
.border_black {
	border: 1px solid #000000;
}
/* ------------------------------
テーブル枠線パターン黒　上右
------------------------------ */
.border_black_t_r {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
}
/* ------------------------------
テーブル枠線パターン黒　下左
------------------------------ */
.border_black_b_l {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
/* ------------------------------
テーブル枠線パターン黒　下破線
------------------------------ */
.border_black_b_dash {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
/* ------------------------------
テーブル枠線パターン黒　左実線　下破線
------------------------------ */
.border_black_b_l_dash {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
/* ------------------------------
テーブル枠線パターングレー　上右
------------------------------ */
.border_gray_t_r {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
}
/* ------------------------------
テーブル枠線パターングレー　下左
------------------------------ */
.border_gray_b_l {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

/* ------------------------------
テーブル枠線パターン青　左実線　下破線
------------------------------ */
.border_blue_b_l_dash {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #003399;
	border-left-color: #003399;
}
