/*	ドキュメント全体	*/
body {
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	text-align: center;
	word-break: break-all;
	position: relative;
}

/*	リンク	*/
a:link { 
	color: #ffcc00; 
	text-decoration: none; 
}
a:visited { 
	color: #ffcc00; 
	text-decoration: none; 
}
a:hover { 
	color: #ff0000;
	text-decoration: underline;
}
a:active { 
	color: #ffffff; 
	text-decoration: none; 
}

/*	サイトタイトル	*/
.site_name {
	position: relative;
	top: 30px;
	left: 50px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}

/*	サイト説明	*/
.site_description {
	position: relative;
	
	top: 8px;
	left: 10px;
	
	width: 1000px;
	
	color: #FFFFFF;
	font-family: "ＭＳ ゴシック", monospace;
}


/*	サイドバーヘッダー	*/
.left_sidebar .list_header {
	width: 290px;
	height: 23px;
	
	margin-top: 5px;
	margin-left: 10px;
	
	padding-top: 3px;
	padding-left: 10px;
	
	text-align: left;
	vertical-align: top;
	
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #FFFFFF;
	
	background-image: url( "./image/sidebar_header.gif" );
	
	overflow: hidden;
	float: clear;
}

/*	サイドバー本文	*/
.left_sidebar .list_body {
	width: 280px;
	overflow: auto;
	
	text-align: left;
	vertical-align: middle;
	
	font-size: 12px;
	line-height: 125%;
	font-weight: none;
	
	color: #ffffff;
	background-color: #333333;
	
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;

	margin-left: 10px;
	
}

/*	サイドバーフッター	*/
.left_sidebar .list_footer {
	width: 300px;
	height: 13px;
	
	color: #ffffff;
	background-color: #333333;
	
	overflow: hidden;
	
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.left_sidebar .list_button {
	padding-left: 10px;
}

/*	サイドバーヘッダー	*/
.right_sidebar .list_header {
	width: 150px;
	height: 23px;
	
	margin-top: 5px;
	margin-left: 5px;
	
	padding-top: 3px;
	padding-left: 10px;
	
	text-align: left;
	vertical-align: top;
	
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #FFFFFF;
	
	background-image: url( "./image/sidebar_header.gif" );
	
	overflow: hidden;
	float: clear;
}

/*	サイドバー本文	*/
.right_sidebar .list_body {
	width: 140px;
	overflow: auto;
	
	text-align: left;
	vertical-align: middle;
	
	font-size: 12px;
	line-height: 125%;
	font-weight: none;
	
	color: #ffffff;
	background-color: #333333;
	
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;

	margin-left: 5px;
	
}

/*	サイドバーフッター	*/
.right_sidebar .list_footer {
	width: 160px;
	height: 13px;
	
	color: #ffffff;
	background-color: #333333;
	
	overflow: hidden;
	
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.right_sidebar .list_button {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;	
}


/*	サイドバー一覧用テーブル	*/
.list_table {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 150px;
	margin-top: 5px;
}

/*	サイドバー一覧用セル	*/
.list_cell {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
	border: solid;
	border-width: 0px;
	border-color: #FFFFFF;
	
	font-size: 9px;
	font-weight: normal;
	
	text-align: left;
	vertical-align: middle;
	
	width: 120px;
	color: #aaaaaa;
	
	padding-left: 5px;
	margin-bottom: 5px;
}

.list_cell a, .list_cell a:link, .list_cell a:hover, .list_cell a:active, .list_cell a:visited {
 	font-size: 10px;
	font-weight: bold;
	font-decoration: none;
	color: #ffffff;
}


/*	カレンダー移動リンク	*/
.calender_month {
	text-align: center;
	font-size: 12px;
	color: #000000;
}

/*	カレンダー前月	*/
.calender_prev {
	text-align: left;
	font-size: 12px;
	color: #449966;
}

/*	カレンダー次月	*/
.calender_next {
	text-align: right;
	font-size: 12px;
	color: #449966;
}

/*	カレンダー日曜日	*/
.week_sun {
	color: #FF0077;
	width: 20px;
	height: 15px;
	background-color: #EEEEEE;
}

/*	カレンダー月曜日	*/
.week_mon, .week_tue, .week_wed, .week_thu, .week_fri {
	color: #000000;
	width: 20px;
	height: 15px;
	background-color: #EEEEEE;
}

/*	カレンダー土曜日	*/
.week_sat {
	color: #0077FF;
	width: 20px;
	height: 15px;
	background-color: #EEEEEE;
}

/*	カレンダー日付日曜日	*/
.day_sun {
	color: #FF0077;
}

/*	カレンダー日付月曜日	*/
.day_mon, .day_tue, .day_wed, .day_thu, .day_fri {
	color: #000000;
}

/*	カレンダー日付土曜日	*/
.day_sat {
	color: #0077FF;
}

/*	カレンダー日付当日	*/
.day_today {
	color: #000000;
	border: solid;
	border-width: 1px;
	border-color: #FF8800;
	background-color: #FFFFAA;
}

/*	カレンダーリンク	*/
.day_link {
	color: #FF0000;
	font-weight: normal;
	text-decoration: underline;
}


/*	通常Ｈ１タグ	*/
h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 20px;
	color: #ffffff;
	margin-top: 2px;
	margin-bottom: 2px;
}

/*	通常Ｈ２タグ	*/
h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 12px;
	color: #ffffff;
	margin-top: 2px;
	margin-bottom: 7px;
}

/*	通常Ｈ３タグ	*/
h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #ffffff;
	margin-top: 1px;
	margin-bottom: 1px;
	float: left;
}

/*	通常Ｈ４タグ	*/
h4 {
	font-size: 10px;
	font-weight: normal;
	line-height: 9px;
	color: #ffffff;
	margin-top: 1px;
	margin-bottom: 1px;
	float: left;
	text-align: right;
}

/*	通常Ｐタグ	*/
p {
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #333333;
}

/*	グローバルメニューバー	*/
.menu {
	width: 1000px;
	height: 22px;
	
	text-align: left;
	vertical-align: top;
	
	border: solid;
	border-width: 0px;
	border-color: #666666;
	
	background-color: #FFFFFF;
	background-image: url( "./image/menubar.gif" );
	
	padding-top: 8px;
	align: left;
}

/*	グローバルメニュー	*/
.menu_item {
	width: 100px;
	height: 10px;
	
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	color: #FFFFFF;
	
	border: solid;
	border-color: #666666;
	border-width: 0px;
	
	border-right: solid;
	border-right-color: #c6c6c6;
	border-right-width: 1px;
	
	overflow: hidden;
}

.menu_mypage {
	width: 300px;
	height: 10px;
	
	text-align: right;
	padding-right: 20px;
	
}

.menu_upload {
	width: 150px;
	height: 10px;
	
	text-align: right;
	
}

.menu_item a, .menu_item a:link, .menu_item a:visited, .menu_item a:hover {
	color: #ffffff;
	font-size: 12px;
}

/*	ヘッダ領域	*/
.header {
	width: 980px;
	height: 77px;;
	
	text-align: left;
	vertical-align: top;
	
	overflow: hidden;
	
	background-image: url("./image/header.gif");
	background-repeat: no-repeat;
	background-position: center top;

	align: center;
}

.header a, .header a:link, .header a:hover, .header a:active, .header a:visited {
	color: #FFFFFF;	
}

/*	ドキュメント本文領域	*/
.body {
	width: 1000px;
	height: 400px;
	
	text-align: left;
	vertical-align: top;
	
	background-color: #000000;
	
}

/*	フッター領域	*/
.footer {
	width: 1000px;
	height: 50px;
	
	color: #333333;
	background-color: #000000;
	
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	float: clear;
	clear: left;
	
	padding-top: 20px;
}

.footer a, .footer a:link, .footer a:hover, .footer a:active, .footer a:visited {
	color: #FFFFFF;	
}

/*	左サイドバー領域	*/
.left_sidebar {
	position: relative;
	
	top: 0px;
	left: 0px;
	width: 310px;
	
	text-align: center;
	vertical-align: top;
}

/*	右サイドバー領域	*/
.right_sidebar {
	top: 0px;
	left: 0px;
	width: 170px;
	
	text-align: left;
	vertical-align: top;
}

/*	メインコンテンツ領域	*/
.main_contents_wide {
	padding-left: 5px;
	
	width: 500px;
	vertical-align: top;
	
	font-size: 12px;
}

/*	ＣＭＳ本文領域（２列）	*/
.cms_body_wide {
	width: 500px;
	
	text-align: left;
	vertical-align: top;
	
	font-size: 12px;
	font-weight: normal;
	line-height: 125%;
	
	color: #FFFFFF;
	background-color: #333333;
	
	margin-top: 5px;
	margin-bottom: 5px;
	
	overflow: hidden;
}

/*	ＣＭＳ本文領域内テーブル（２列）	*/
.cms_body_wide table {
	overflow: hidden;
	margin-left: 0px;
}

/*	ＣＭＳ本文領域内テーブル	*/
.cms_body td, .cms_body_wide td {
	font-weight: normal;
	line-height: 110%;
	
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 0px;
	
	overflow: hidden;
	
	padding: 2px;
}

.cms_body td a, .cms_body_wide td a {
	text-decoration: underline;
}

.cms_body th, .cms_body_wide th {
	font-weight: normal;
	line-height: 110%;
	
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 0px;
	
	overflow: hidden;
	
	border-bottom: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	
	background-color: #003500;
	color: #ffffff;
	
	padding: 2px;
	text-align: center;
}

/*	ＣＭＳ本文領域内テーブル　Ｐタグ	*/
.cms_body p, .cms_body_wide p {
	font-size: 12px;
	font-weight: normal;
	line-height: 125%;
	
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	
	padding-left: 10px;
	padding-right: 10px;
	
	overflow: hidden;
	color: #ffffff;
}

/*	ＣＭＳ本文領域内テーブル　見出し１　（２列）	*/
.cms_body_wide h1 {
	
	font-size: 12px;
	font-weight: bold;
	
	line-height: 125%;
	text-align: left;
	vertical-align: bottom;
	
	padding-top: 6px;
	padding-left: 15px;
	
	margin-top: 0px;
	margin-bottom: 10px;
	
	color: #FFFFFF;
	
	width: 485px;
	height: 20px;
	
	border: none;
	border-width: 1px;
	
	background-image: url( "./image/h1.gif" );
	background-repeat: no-repeat;
	background-position: left top;
	
	float: clear;
}

/*	ＣＭＳ本文領域内テーブル　見出し２　（２列）	*/
.cms_body_wide h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 125%;
	vertical-align: bottom;
	
	padding-top: 6px;
	padding-left: 15px;
	
	margin-top: 5px;
	margin-bottom: 2px;
	
	width: 485px;
	height: 20px;
	
	color: #6fbb65;
	
	background-image: url( "./image/h1.gif" );
	background-repeat: no-repeat;
	background-position: left top;
	
	float: clear;
}

/*	ＣＭＳ本文領域内テーブル　見出し３　（２列）	*/
.cms_body_wide h3 {
	font-size: 12px;
	font-weight: normal;
	line-height: 125%;
	vertical-align: bottom;
	
	padding-top: 6px;
	padding-left: 15px;
	
	margin-top: 5px;
	margin-bottom: 2px;
	
	width: 485px;
	height: 20px;
	
	color: #495ce4;
	
	float: clear;
}


/*	ＣＭＳ本文領域内テーブル　見出し４	*/
.cms_body h4, .cms_body_wide h4 {
	font-size: 10px;
	font-weight: bold;
	
	line-height: 125%;
	
	margin-top: 5px;
	margin-bottom: 2px;
	
	color: #880000;
	
	
	float: clear;
}

/*	ＣＭＳ本文領域内テーブル　見出し５	*/
.cms_body h5, .cms_body_wide h5 {
	font-size: 10px;
	font-weight: normal;

	text-decoration: underline;
	line-height: 125%;

	margin-top: 5px;
	margin-bottom: 2px;
	
	color: #880000;
	
	float: clear;
}

/*	ＣＭＳ本文領域内テーブル　見出し６	*/
.cms_body h6, .cms_body_wide h6 {
	font-size: 10px;
	font-weight: normal;
	line-height: 125%;
	margin-top: 5px;
	margin-bottom: 2px;
	
	color: #880000;
	
	float: clear;
}

/*	ＣＭＳ本文領域内テーブル　見出し７	*/
.cms_body h7, .cms_body_wide h7 {
	font-size: 9px;
	text-decoration: underline;
	line-height: 125%;
	margin-top: 5px;
	margin-bottom: 2px;
	
	float: clear;
}



/*	表組み設定	*/
.table 		{
				empty-cells: show;
				border-spacing: 1px; 
				border: 1px #FFFFFF solid;
				background-color: #EEEEEE;
			}
.cell 		{
				font-size: 12px; 
				line-height: 125%; 
				font-weight: normal; 
				color: #333333;
				background-color: #FFFFFF;
				border-spacing: 1px; 
				border: 1px #AAAAAA solid;
				padding: 2px;
				empty-cells: show;
			}

/*	トップページ　タイトル画像	*/
.opening {
	width: 530px;
	height: 150px;
	
	text-align: center;
	vertical-align: middle;
	
	background-image: url( "./image/title.gif" );
}

/*	メッセージ表示ボックスのタイトル	*/
.dialog_title {
	border-left: solid;
	border-left-width: 1px;
	border-left-color: #dddddd;
	
	border-top: solid;
	border-top-width: 1px;
	border-top-color: #dddddd;
	
	border-right: solid;
	border-right-width: 1px;
	border-right-color: #aaaaaa;
	
	background-color: #0072BC;
	color: #ffffff;
	
	padding: 3px;
	
	width: 400px;
	height: 20px;
	
	text-align: left;
	
	font-size: 12px;
	font-weight: bold;
}

/*	メッセージ表示ボックスの内容	*/
.dialog_body {
	border-left: solid;
	border-left-width: 1px;
	border-left-color: #dddddd;
	
	border-right: solid;
	border-right-width: 1px;
	border-right-color: #aaaaaa;
	
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #aaaaaa;
	
	padding: 10px;
	
	width: 400px;
	height: 100px;
	
	text-align: center;
	
	font-size: 12px;
	font-weight: none;
}


/*	一覧表示のタイトル	*/
.list_title {
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	
	border-left: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	
	font-size: 10px;
	font-weight: normal;
	
	color: #ffffff;
	background-color: #666666;
	
	padding: 5px;
	margin: 0px;
	
	text-align: center;
	
	padding-left: 10px;
	padding-right: 10px;
}

/*	一覧表示の内容	*/
.list_data {
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	
	border-left: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	
	font-size: 10px;
	
	color: #ffffff;
	
	padding: 3px;
	margin: 0px;
}

/*	入力フォームのテーブル	*/
.input_form {
	border-collapse: collapse;
	margin-left: 20px;
}

/*	入力フォームのタイトル	*/
.input_item {
	font-size: 12px;
	
	text-align: left;
	vertical-align: top;
	
	color: #FFFFFF;
	background-color: #333333;
	
	border-top: solid;
	border-top-width: 1px;
	border-top-color: #aaaaaa;
	
	width: 150px;
	
	padding: 5px;
	float: left;
}

.item_name {
	text-align: left;
	color: #FFFFFF;
	float: left;
}

.input_field {
	font-size: 12px;
	
	vertical-align: top;
	
	color: #ffffff;
	background-color: #333333;
	
	padding: 5px;

	border-top: solid;
	border-top-width: 1px;
	border-top-color: #AAAAAA;
	
	border-left: solid;
	border-left-width: 1px;
	border-left-color: #aaaaaa;
	
	float: left;
	
	width: 330px;
}

.require_mark {
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
}

.form_title {
	font-size: 18px;
	font-weight: bold;
	line-height: 125%;
	text-align: left;
	vertical-align: bottom;
	
	padding-left: 16px;
	
	margin-bottom: 2px;
	
	color: #FFFFFF;
	
	width: 516px;
	height: 30px;
	
	border: none;
	border-width: 1px;
	
	background-image: url( "./image/h1.gif" );
	background-repeat: no-repeat;
	background-position: left center;
}

.form_description {
	
	color: #ffffff;
	font-size: 12px;
	
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	
	padding-left: 10px;
	

}

.field_description {
	
	font-size: 10px;
	
}

/*	ラジオボタン・チェックボックスの選択肢	*/
.select_branch {
	font-size: 12px;
}

.form_title_field {
	background-color: #666666;
	text-align: left;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}


.form_submit_field {
	background-color: #666666;
	text-align: right;
	padding: 5px;

}


.form_complete_field {
	background-color: #333333;
	color: #ffffff;
	
	text-align: center;
	vertical-align: center;
	padding: 5px;

	border: solid;
	border-width: 1px;
	border-color: #666666;
	
	width: 300px;
	height: 200px;
	
	font-size: 12px;
}

.input_form_link {
	padding-left: 20px;
}


.error_form {
	border-collapse: collapse;
	margin-left: 20px;
}

.error_title {
	background-color: #ff0000;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	
	width: 437px;
	padding-left: 20px;
	
	background-image: url( "./image/error.gif" );
	background-repeat: no-repeat;
	background-position: left;
}

.error_contents {
	background-color: #ffffff;
	color: #ff0000;

	font-size: 12px;
	padding: 5px;

	border: solid;
	border-width: 1px;
	border-color: #ff0000;
	
	text-align: center;
	
	width: 450px;
}

.error_message {
	color: #ff0000;
	font-size: 12px;
	font-weight: normal;
	
}

.delete_flag {
	font-size: 10px;
	color: #FF0000;
	font-weight: normal;
}


/*	メニュー画面のメニューひとつずつの書式を設定	*/
.menu_element {
	font-size: 12px;
	font-weight: normal;
	
	text-align: center;
	
	width: 150px;
	height: 150px;
}

.menu_element img {
	border: none;
	margin-bottom: 10px;
}

/*	トップメニューに戻るリンクの書式	*/
.global_menu a a:hover {
	float: right;
	
	font-size: 12px;
	font-weight: normal;
	
}

.link_keyword {
	color: #333333;
}

.list {
	height: 16px;
	text-align: center;
	float: left;
	border-right: solid;
	border-right-width: 2px;
	border-right-color: #666666;
	width: 80px;
}

.list_end {
	height: 16px;
	text-align: center;
	float: clear;
	width: 120px;
}



