@charset "utf-8";

/*このCSSファイルは共通使用するスタイルを定義しています。

１　さまざまなサイズや色の文字など、任意の場所で使用する汎用クラス
２　#header,#contents,#footer関連のスタイル
３　#maincontents内のタグや各部品ごとのスタイル

特定のページにのみ適用するスタイルは、HTML内またはpages.cssに定義します。
*/



/****************************************************************************************/
/**１　任意の場所で使用する汎用クラス****************************************************/
/****************************************************************************************/


/* first （水平に並べたブロック要素などで最も左のボックスの左マージンを０にするためのスタイル）*/
.first {
	margin-left:0!important;
}
/* end （水平に並べたブロック要素などで最も右のボックスの右マージンを０にするためのスタイル）*/
.end {
	margin-right:0!important;
}


/* right */
.right {
	text-align: right!important;
}

/* top */
.top {
	text-align: right;
	margin: 10px 10px 10px 10px;
	padding: 5px 0 0 0;
	border-top: 1px #999999 dashed;
	clear: both;
}

/* float */
.float_left {
	float: left;
	margin: 0 5px 5px 0;
}
.float_right {
	float: right;
	margin: 0 0 5px 5px;
}
img.img_float {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}

/* imgborder */
img.imgborder {
	margin: 0;
	padding: 5px;
	border: 1px #cccccc solid!important;
	background-color: #ffffff;
}

/******************************************************************/

/* テキストインデント */
.text_indent_1 {
	margin-left: 1em;
}
.text_indent_2 {
	margin-left: 2em;
}
.text_indent_3 {
	margin-left: 3em;
}

/*マージントップを追加*/
.margintop10 {
	margin-top:10px;
}
.margintop20 {
	margin-top:20px;
}
/******************************************************************/


/* いろいろなサイズのtext */
.text_bold {
	font-weight: bold;
	line-height: 130%;
}
.text_xs {
	font-size: x-small;
	line-height: 130%;
}
.text_s {
	font-size: small;
	line-height: 130%;
}
.text_m {
	font-size: medium;
	line-height: 130%;
}
.text_l {
	font-size: large;
	line-height: 130%;
}

/******************************************************************/

/* 赤いテキストいろいろ */
.red_text {
	color: #ff0000;
	line-height: 130%;
}
.red_text_xs {
	color: #ff0000;
	font-size: x-small;
	line-height: 130%;
}
.red_text_s {
	color: #ff0000;
	font-size: small;
	line-height: 130%;
}
.red_text_m {
	color: #ff0000;
	font-size: medium;
	line-height: 130%;
}
.red_text_l {
	color: #ff0000;
	font-size: large;
	line-height: 130%;
}

/******************************************************************/

/* 濃い赤のテキストいろいろ */
.red2_text {
	color: #cc3300;
	line-height: 130%;
}
.red2_text_xs {
	color: #cc3300;
	font-size: x-small;
	line-height: 130%;
}
.red2_text_s {
	color: #cc3300;
	font-size: small;
	line-height: 130%;
}
.red2_text_m {
	color: #cc3300;
	font-size: medium;
	line-height: 130%;
}
.red2_text_l {
	color: #cc3300;
	font-size: large;
	line-height: 130%;
}

/******************************************************************/

/* 青いテキストいろいろ */
.blue_text {
	color: #5872ab;
	line-height: 130%;
}
.blue_text_xs {
	color: #5872ab;
	font-size: x-small;
	line-height: 130%;
}
.bluet_text_s {
	color: #5872ab;
	font-size: small;
	line-height: 130%;
}
.blue_text_m {
	color: #5872ab;
	font-size: medium;
	line-height: 130%;
}
.blue_text_l {
	color: #5872ab;
	font-size: large;
	line-height: 130%;
}

/******************************************************************/

/* 緑のテキストいろいろ */
.green_text {
	color: #94cf5A;
	line-height: 130%;
}
.green_text_xs {
	color: #94cf5A;
	font-size: x-small;
	line-height: 130%;
}
.greent_text_s {
	color: #94cf5A;
	font-size: small;
	line-height: 130%;
}
.green_text_m {
	color: #94cf5A;
	font-size: medium;
	line-height: 130%;
}
.green_text_l {
	color: #94cf5A;
	font-size: large;
	line-height: 130%;
}




/****************************************************************************************/
/**２　#header,#contents,#footer関連のスタイル*******************************************/
/****************************************************************************************/


/*** #header関係********************************************************/

/* ページ最上端のヘッダ画像 */
#header h1 {
	display: block;
	float: left;
	margin: 0;
	padding: 5px 0 5px 10px;
}

/* グローバルナビゲーション */
#globalnavi {
	display: block;
	clear: both;
	width: 900px;
	height: auto;
	margin: 0;
	padding: 0;
	background-image: url(../image_navi/bg_globalnavi.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #999999;	/*グローバルナビゲーションのテキスト色*/
	font-size: 12px;	/*グローバルナビゲーションのテキストサイズ*/
	text-decoration: none;
	text-align: left;
}
#globalnavi ul {
	min-width: 900px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}
#globalnavi li {
	display: block;
	float: left;
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px 7px 5px 7px;
	background-image: url(../image_navi/bg_globalnavi.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #ffffff;
	border-right: 1px #cccccc solid;
	text-align: center;
	white-space: nowrap;
}
#globalnavi li.endnavi {
	border: none;	/*グローバルナビゲーションの右端はボーダーなし*/
}

/*グローバルナビゲーションのアンカーのスタイル*/
#globalnavi li a {
	color: #999999;
	text-decoration: none;
}
#globalnavi li a:hover {
	color: #ff9900;
	text-decoration: underline;
}

/*未使用の定義*/
#globalnavi br {
	float: right;
	height: 12px;
	margin: 0;
	padding: 10px 0 5px 0;
}



/*** #contents関係********************************************************/

/* グローバルナビゲーションとパンくずリストの間の
カテゴリタイトル（タブ画像）エリア */
#titlearea {
	clear: both;
	width: 900px;
	height: auto;
	margin: 0;
	padding: 25px 0 10px 0;
	background-image: url(../image_navi/bg_02.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #663300;
	font-style: normal;
	text-decoration: none;
}

/*カテゴリタイトル画像は、HTMLに画像を直接置かず、CSS内に背景画像として記述し、メンテナンス性の向上を図っている
画像の代替となるテキストはdisplay:none;に設定したspanタグに入れている
HTML上では<h2 "下記カテゴリごとのクラスで背景画像を指定"><span>カテゴリタイトル</span></h2>と記述する*/


#titlearea h2 {
	display: block;
	clear: both;
	width: 900px;
	height: 45px;
	margin: 0;
	padding: 0;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}
#titlearea h2 span {
	display: none;
}

/*カテゴリごとのクラス*/
#titlearea h2.eventtitle {
	background-image: url(../image_common/title_event.gif);	/*行事予定*/
}
#titlearea h2.osirasetitle {
	background-image: url(../image_common/title_osirase.gif);	/*お知らせ*/
}
#titlearea h2.q_and_atitle {
	background-image: url(../image_common/title_q_and_a.gif);	/*よくある質問*/
}
#titlearea h2.linktitle {
	background-image: url(../image_common/title_link.gif);	/*リンク*/
}
#titlearea h2.maptitle {
	background-image: url(../image_common/title_map.gif);	/*地図*/
}
#titlearea h2.tatemonotitle {
	width: 900px;
	height: 70px;
	background-image: url(../image_common/title_tatemono.gif);	/*建物の紹介*/
}
#titlearea h2.tatemono01title {
	width: 900px;
	height: 70px;
	background-image: url(../image_common/title_tatemono_01.gif);	/*鶴見保育所*/
}
#titlearea h2.tatemono02title {
	width: 900px;
	height: 70px;
	background-image: url(../image_common/title_tatemono_02.gif);	/*西部児童館*/
}
#titlearea h2.tatemono03title {
	width: 900px;
	height: 70px;
	background-image: url(../image_common/title_tatemono_03.gif);	/*子育て支援センターべるね*/
}
#titlearea h2.tatemono04title {
	width: 900px;
	height: 70px;
	background-image: url(../image_common/title_tatemono_04.gif);	/*ファミリーサポートセンター*/
}

/********************************************/

/* パンくずリスト */
#breadcrumbs {
	width: 880px;
	height: auto;
	margin: 5px 10px 0 10px;
	padding: 0;
	color: #666666;	/*パンくずリストの文字色*/
	text-align: left;
}

/*パンくずリストのリンク文字の設定*/
#breadcrumbs a {
	color: #666666;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #666666;
	text-decoration: underline;
}



/*** #footer関係********************************************************/

/* コピーライト表示の別府市へのリンクアンカーの設定 */
#footer a {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

/*アドレスタグはコピーライト表示部分に使用*/
#footer address {
	width: 900px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 5px 0 5px 0;
	background-color: #ff9900;
	color: #ffffff;
	text-align: center;
}




/**************************************************************************************/
/**３　#maincontents内のタグや各部品ごとのスタイル*************************************/
/**************************************************************************************/



/* maincontents */
#maincontents {
	width: auto;
	height: auto;
	margin: 10px 10px 0 10px;
	padding: 0;
	background-color: #ffffff;
	text-align: left;
}

/* h3見出し(大見出し) */
#maincontents h3 {
	display: block;
	width: 880px;
	height: auto;
	margin: 15px 0 5px 0;
	padding: 6px 0 0 0;
	background-image: url(../image_common/bg_subtitle_header.gif);	/*見出しの背景画像上部分*/
	background-position: left top;
	background-repeat: no-repeat;
	color: #663300;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}
#maincontents h3 span {
	display: block;
	width: 860px;
	height: auto;
	margin: 0;
	padding: 1px 0 7px 20px;
	background-image: url(../image_common/bg_subtitle_footer.gif);	/*見出しの背景画像下部分*/
	background-position: left bottom;
	background-repeat: no-repeat;
}

/* h4見出し（中見出し） */
#maincontents h4 {
	clear: both;
	margin: 20px 0 5px 0!important;
	padding-left: 30px;
	background-image: url(../image_common/icon_title_h4.gif);	/*オレンジサークルマーク*/
	background-position: left;
	background-repeat: no-repeat;
	color: #ff9900;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}

/* テーブルのスタイル */
#maincontents table {
 width: 98%;
 height: auto;
 margin: 5px 1% 5px 1%;
 padding: 0;
 border: 1px #999999 solid;
 color: #333333;	/*テーブル内のフォント色*/
 text-align: left;
}
#maincontents th {
	width: auto;
	height: auto;
	margin: 0;
	padding: 5px;
	border: none;
	background-image: url(../image_common/bg_tableth.gif);	/*うすいグレーのグラデーション*/
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #e4e4e4;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
#maincontents tr.bg_gray {	/*背景色グレーにしたい行<tr>にこのクラスを指定する*/
	background-color: #e8e8e8;
}
#maincontents td {	/*tdは上ボーダのみ*/
	width: auto;
	height: auto;
	margin: 0;
	padding: 5px;
	border-top: 1px #999999 solid;
	text-align: left;
}
td.tdleftborder {	/*セルの左にもボーダーを表示させるためのクラス*/
	border-left: 1px #999999 solid;
}
td.nowrap {
	white-space: nowrap;
}




/******* いろいろなリスト *******/

/* テキストリスト */
ul.text_list {
	/*float: left;*/
}
.text_list li {
	margin-left: 0;
	margin-bottom: 2px;
	padding-left: 2em;
	min-height: 1em;
	background-image: url(../image_common/icon_text_list.gif);	/*茶色サークルマーク*/
	background-position: 1em 0.3em;
	background-repeat: no-repeat;
}

/* リンク付きリスト（定義リスト形式） */
.link_list dl {
	clear: both;
	width: 60%;
	height: auto;
	margin: 5px 0 5px 20px!important;
	padding: 0;
}
.link_list dt {
	display: block;
	float: left;
	width: 200px;
	height: auto;
	margin-right: 20px;
	padding-left: 20px;
	background-image: url(../image_common/icon_text_list.gif);	/*茶色サークルマーク*/
	background-position: left;
	background-repeat: no-repeat;
}
.link_list dd {
	display: block;
	float: left;
	width: 200px;
	height: auto;
	margin-right: 10px;
	padding: 0;
}
.link_list a {
	color: #663300!important;
	text-decoration: underline;
}

/* リンク付きリスト（通常リスト形式） */
.download_list li {
	margin-top: 2px;
	margin-left: 1em;
	margin-bottom: 2px;
	padding-left: 20px;
	height: 20px;
	background-image: url(../image_common/icon_download_list.gif);	/*赤丸右向き矢印マーク*/
	background-position: left;
	background-repeat: no-repeat;
}


/* 「ページトップへ」表示 */
#pagetop {
	clear: both;
	height: 1em;
	margin: 20px 0 0 0;
	padding: 0;
	color: #666666;
	text-align: right;
}
#pagetop a {
	padding-left: 15px;
	background-image: url(../image_common/icon_pagetop.gif);	/*灰色丸上向き矢印マーク*/
	background-position: left;
	background-repeat: no-repeat;
	color: #666666;
	text-decoration: none;
}
#pagetop a:hover {
	color: #666666;
	text-decoration: underline;
}




/* ie hack */
/* Hides from IE-mac \*/
*html #globalnavi {
	font-size: 0.85em;
}
*html #topwhatnew {
	margin: 10px 0 10px 0;
}
*html #topwhatnew h3 {
	padding: 10px 7px 7px 7px;
}
*html #topevent {
	margin: 10px 0 10px 0;
}
*html #topevent h3 {
	padding: 10px 7px 7px 7px;
}
*html #closed {
	margin-left: 0;
}
*html #closed h3 span {
	padding-top: 1px;
}
/* End hide from IE-mac */

