/* 富田林市ホームページ、市長のページ専用CSS  */

FONT.greeting {font-size: 140%;}

/* コンテンツ表示エリア */
TABLE.mainpad_may {
	width: 100%;
	margin-top: 38px;
	margin-bottom: 38px;
}
TABLE.mainpad2_may {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
TABLE.mainpad3_may {
	width: 95%;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
TABLE.mainpad_t_may {
	width: 100%;
	margin-top: 20px;
}
TABLE.mainpad_b_may {
	width: 100%;
	margin-bottom: 20px;
}

/* コンテンツ詳細表示エリア */
TABLE.main_may {
	width: 700px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

/* コンテンツボタン表示エリア */
TD.btnpad_may {
	width: 160px;
	padding-top: 5px;
	background-color: #66FFFF;
	vertical-align: top;
}

/* コンテンツボタン表示用 */
TD.btn_may {
	padding-bottom: 5px;
	text-align: center;
}

/* コンテンツ詳細表示エリア（トップ以降） */
TABLE.main2_may {
	width: 800px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

/* コンテンツ詳細表示エリア（プロフィール用） */
TABLE.profile_may {
	width: 300px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
TABLE.profile2_may {
	width: 450px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
TD.profile_may {border-bottom: 1px solid #CCCCCC;}

/* コンテンツ詳細表示エリア（トップ以降のコンテンツメニュー表示部） */
TD.conmenu_may {
	width: 100%;
	padding-left: 2px;
	border-bottom: 1px solid #666666;
}

/* コンテンツ詳細表示エリア（トップ以降のコンテンツ表示部） */
TD.mainpad2_may {
	width: 100%;
	padding: 5px;
	background-color: #99FFFF;
}

/* コンテンツ詳細表示エリア（トップ以降のフッターメニュー表示部） */
TD.footer_may {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #666666;
}

/* ２層目以降に表示するコンテンツメニュー */
TD.pwidth02 {
	width: 2%;
	text-align: center;
}
TD.pwidth12 {width: 12%;}

TD.item1_may {padding-left: 22px;}
TD.item2_may {padding-left: 25px;}
TD.item3_may {padding-left: 100px;}

/* 行動記録のテーブルで使用 */
TD.diary_may {
	width: 100%;
	padding-left: 5px;
}
TD.diaryitem1_may {
	background-color:#CCFFCC;
	padding-left: 5px;
	padding-right: 5px;
}
TD.diaryitem2_may {
	background-color:#FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}

/* 資産公開の各表で使用 */
TABLE.list1_may {
	width: 90%;
	margin-left: 20px;
	border: 1px solid #000000;
}
TD.listitem1_may, TD.listitem2_may, TD.listitem3_may, TD.listitem4_may {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	height: 26px;
}
TD.listitem1_may {
	background-color:#CCFFCC;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 40%;
}
TD.listitem2_may {
	background-color:#FFFFFF;
	border-bottom: 1px solid #000000;
}
TD.listitem3_may {
	background-color:#CCFFCC;
	border-right: 1px solid #000000;
	width: 40%;
}
TD.listitem4_may {
	background-color:#FFFFFF;
}

/* 写真のページで使用 */
TD.listitem5_may {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	vertical-align: middle;
	background-color:#FF6600;
}
TD.listitem6_may {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	vertical-align: middle;
	background-color:#FFCCCC;
}
TD.listitem7_may {
	width: 100%;
	height: 160px;
	padding: 5px;
	vertical-align: top;
	background-color:#FFFFFF;
}

/* スライドショー用IMG設定 */
IMG#slideshow {
	filter: revealTrans(Duration=2.0, Transition=3);
}
