/*
	CSS:	2014/05/22
*/

/*	ドキュメント全体	*/
body {
	word-break: break-all;
	background-color: #ffffff;
	margin: 0px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

form {
	margin: 0px;
	padding: 0px;
}

.container {
	margin: 0px auto;
	padding: 0px;
	width: 1100px;
}

/*	リンク	*/
a:link {
	color: #aa0000;
	text-decoration: none;
}
a:visited {
	color: #aa0000;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
a:active {
	color: #aa0000;
	text-decoration: none;
}

/*	サイトタイトル	*/
.site_name {
	position: relative;
	top: 0px;
	left: 0px;
	width: 550px;
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	font-family: "HGS創英角ゴシックUB", sans-serif;
	float: left;
	line-height: 120%;
	overflow: hidden;
	background-color: none;
}

/*	サイト説明	*/
.site_description {
	position: relative;

	top: 50px;
	left: 30px;

	width: 400px;
	float: left;

	color: #666666;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 10px;
	line-height: 12px;
}

/*  ヘッダー部のログイン関連リンクの設定 */
.login_tools {
	font-size: 12px;
	text-align: right;
}

/*	サイドバーヘッダー	*/
.left_sidebar .sidebar_header,
.right_sidebar .sidebar_header {
	width: 195px;
	height: 10px;

	margin-top: 4px;
	margin-left: 15px;

	padding-left: 10px;

	text-align: left;
	vertical-align: top;

	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	color: #0033aa;

	background-image: url( "./image/sidebar_header.png" );
	background-repeat: no-repeat;
	background-position: left top;

	overflow: hidden;
	float: clear;
}

/*	サイドバー本文	*/
.left_sidebar .sidebar_body,
.right_sidebar .sidebar_body {
	width: 155px;
	height: auto;

	margin-left: 15px;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 20px;

	text-align: left;
	vertical-align: top;

	font-size: 10px;
	line-height: 16px;
	color: #333333;

	background-image: url( "./image/sidebar_body.png" );
	background-repeat: repeat-y;
	background-position: left bottom;

	float: clear;
	overflow: hidden;
}

/*	サイドバーフッター	*/
.left_sidebar .sidebar_footer,
.right_sidebar .sidebar_footer {
	width: 205px;
	height: 10px;

	overflow: hidden;

	margin-bottom: 10px;
	margin-left: 15px;

	background-image: url( "./image/sidebar_footer.png" );
	background-repeat: no-repeat;
	background-position: left top;
}

/*	サイドバー一覧用テーブル	*/
.list_table {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 130px;
	margin-top: 5px;
}

/*	サイドバー一覧用セル	*/
.list_cell {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
	border: solid;
	border-width: 0px;
	border-color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	color: #333333;

	background-image: url( "./image/sidebar_line.gif" );
	background-repeat: no-repeat;
	background-position: left top;

	text-align: left;
	vertical-align: middle;

	left: 20px;

	padding-left: 13px;

	margin-bottom: 5px;

	width: 130px;
}


/*	カレンダー移動リンク	*/
.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: #00FF77;
	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: #00FF77;
}

/*	カレンダー日付当日	*/
.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: 14px;
	font-weight: bold;
	line-height: 25px;
	color: #ffffff;
}

/*	通常Ｈ２タグ	*/
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;
}

/*	通常Ｈ４タグ	*/
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: 10px;
	font-weight: normal;
	color: #333333;
	padding-bottom: 5px;
	vertical-align: top;
}

/*	グローバルメニューバー	*/
.menu {
	padding-left: 10px;

	/*	background-image: url( "./image/menubar.png" );	*/
	background-repeat: no-repeat;
	background-position: left top;
	/*
	border-bottom: solid 1px #eeeeee;
	*/

	color: #000000;
	font-size: 12px;

	width: 1100px;
	height: 50px;

	background-image: url( "./image/menubar_new.png" );
	background-position: bottom left;
	background-repeat: none;
}

.menu_border {
	width: 0px;
	height: 45px;

	border-right: solid 1px #aaaaaa;

	margin-top: 10px;
	margin-left: 0px;

	overflow: hidden;
	float: left;
}

/*	グローバルメニュー	*/
.menu_item {
	height: 32px;

	font-size: 10px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	color: #666666;

	background-image: url( "image/menu_item.png" );
	background: linear-gradient( #ffffff, #eeeeee );
	border-top: solid 1px #dddddd;
	border-right: solid 1px #aaaaaa;
	border-bottom: solid 2px #812c18;

	margin-top: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	float: left;
}

.menu_item a, .menu_item a:link, .menu_item a:visited, .menu_item a:hover {
	color: #666666;
	font-size: 12px;
	font-family:Meiryo,'メイリオ','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	font-weight: normal;
}

.menu_item_on {
	width: 100px;
	height: 32px;

	font-size: 10px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	color: #666666;

    background: linear-gradient( #ffffff, #eeeeee );
	border-top: solid 2px #812c18;
	border-bottom: solid 1px #dddddd;
	border-right: solid 1px #aaaaaa;

	margin-top: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	float: left;
}

.menu_item_on a, .menu_item_on a:link, .menu_item_on a:visited, .menu_item_on a:hover {
	color: #aa0000;
	font-size: 12px;
	font-family:Meiryo,'メイリオ','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
}

.menu_item_end {
	width: 20px;
	height: 47px;

	font-size: 10px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	color: #666666;

	/*
	background-image: url( "./image/menu_item_end.png" );
	background-repeat: no-repeat;
	background-position: left top;
	*/

	padding-top: 5px;
	overflow: hidden;
	float: left;
}


.submenubar {
	width: 565px;
	height: 25px;

	padding: 0px;

	align: left;
	text-align: left;
	vertical-align: top;
}

.submenu_item {
	width: 80px;
	height: 20px;

	padding-bottom: 5px;
	align: center;
	text-align: center;
	vertical-align: top;

	float: left;

	font-size: 12px;
	font-weight: normal;
}

.submenu_item a, .submenu_item a:link, .submenu_item a:visited, .submenu_item a:hover
{
	color: #0077ff;
	font-size: 10px;
	font-weight: normal;
}



/*	ヘッダ領域	*/
.header {
	width: 1000px;
	height: 90px;

	text-align: left;
	vertical-align: top;

	overflow: hidden;

	background-image: url("./image/header.png");
	background-repeat: no-repeat;
	background-position: left top;
}

/*	ドキュメント本文領域	*/
.body {
	width: 1000px;
	height: 400px;

	text-align: left;
	vertical-align: top;

	/* background-image: url( "./image/body.png" ); */
	background-repeat: no-repeat;
	background-position: top;

/*
	border-left: solid 1px #eeeeee;
	border-right: solid 1px #eeeeee;
*/
}

/*	フッター領域	*/
.footer {
	width: 970px;
	height: 100px;

	color: #000000;

	text-align: left;
	vertical-align: top;
	font-size: 10px;
	font-weight: normal;
	float: clear;
	clear: left;

	padding-top: 30px;
	padding-left: 30px;

	background-image: url( "./image/footer.png" );
	background-repeat: no-repeat;
	background-position: center top;


}

/*	左サイドバー領域	*/
.left_sidebar {
	position: relative;

	top: 0px;
	left: 0px;

	text-align: center;
	vertical-align: top;

	padding-top: 20px;

	width: 220px;

}

/*	右サイドバー領域	*/
.right_sidebar {
	position: relative;

	top: 0px;
	left: 0px;

	text-align: center;
	vertical-align: top;

	padding-top: 20px;
}

/*	メインコンテンツ領域	*/
.main_contents {
	padding-top: 20px;
	width: 980px;
	vertical-align: top;
	text-align: left;
}

/*	ＣＭＳ本文領域（２列）	*/
.cms_body {
	font-size: 12px;
	line-height: 18px;

	width: 720px;

	text-align: left;
	vertical-align: top;

	font-weight: normal;
	line-height: 125%;

	color: #333333;
	background-image: none;

	overflow: hidden;
	padding-left: 20px;
	padding-right: 10px;

	padding-bottom: 50px;
}

/*	ＣＭＳ本文領域内テーブル（２列）	*/
.cms_body table {
	margin-left: 0px;
	border-collapse: collapse;
}

/*	ＣＭＳ本文領域内テーブル	*/
.cms_body td {
	/* background-color: #812c18; */

	font-size: 12px;
	font-weight: normal;

	color: #000000;

	padding: 5px;
}

.cms_body th {
	/* background-color: #812c18; */

	font-size: 12px;
	font-weight: normal;
	text-align: center;

	color: #000000;
	background-color: #eeeeee;

	border-top: solid 1px #666666;
	border-bottom: solid 1px #aaaaaa;

	padding: 5px;
}

/*	ＣＭＳ本文領域内テーブル　Ｐタグ	*/
.cms_body p {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;

	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;

	overflow: hidden;
}

.cms_body div {
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;

	word-break: break-word;
}

/*	ＣＭＳ本文領域内テーブル　見出し１　（２列）	*/
.cms_body h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 125%;
	text-align: left;
	vertical-align: bottom;

	padding-bottom: 0px;
	margin-bottom: 10px;

	width: 700px;

	color: #000000;

}

/*	ＣＭＳ本文領域内テーブル　見出し２　（２列）	*/
.cms_body h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 125%;
	text-align: left;
	vertical-align: bottom;

	padding-top: 20px;

	padding-bottom: 0px;
	margin-bottom: 0px;

	width: 470px;

	color: #8a2118;

}

/*	ＣＭＳ本文領域内テーブル　見出し３　（２列）	*/
.cms_body h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 125%;
	text-align: left;
	vertical-align: top;

	padding-top: 7px;
	padding-left: 5px;

	margin-bottom: 2px;

	color: #0055aa;

	width: 460px;
	height: 25px;

}


/*	ＣＭＳ本文領域内テーブル　見出し４	*/
.cms_body h4 {
	font-size: 10px;
	font-weight: bold;

	line-height: 125%;

	margin-top: 5px;
	margin-bottom: 2px;

	color: #880000;

}

/*	ＣＭＳ本文領域内テーブル　見出し５	*/
.cms_body h5 {
	font-size: 10px;
	font-weight: normal;

	text-decoration: underline;
	line-height: 125%;

	margin-top: 5px;
	margin-bottom: 2px;

	color: #880000;
}

/*	ＣＭＳ本文領域内テーブル　見出し６	*/
.cms_body h6 {
	font-size: 10px;
	font-weight: normal;
	line-height: 125%;
	margin-top: 5px;
	margin-bottom: 2px;

	color: #880000;
}

/*	ＣＭＳ本文領域内テーブル　見出し７	*/
.cms_body h7 {
	font-size: 9px;
	text-decoration: underline;
	line-height: 125%;
	margin-top: 5px;
	margin-bottom: 2px;
}



/*	表組み設定	*/
.table 		{
				empty-cells: show;
				border-collapse: separate;
				border-spacing: 1px;
				border: solid 1px #EEEEEE;
				background-color: #ffffff;
				font-size: 10px;
			}
.cell 		{
				font-size: 10px;
				line-height: 125%;
				font-weight: normal;
				color: #333333;
				background-color: #ffffff;
				border-spacing: 1px;
				padding: 3px;
				empty-cells: show;
				border: solid 1px #666666;
			}
.nospace 	{
				empty-cells: show;
				border-collapse: collapse;
				border-spacing: 1px;
				border: none;
				font-size: 10px;
			}

/*	トップページ　タイトル画像	*/
.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: #aaaaaa;

	border-top: solid;
	border-top-width: 1px;
	border-top-color: #dddddd;

	border-right: solid;
	border-right-width: 1px;
	border-right-color: #aaaaaa;

	background-color: #812c18;
	color: #ffffff;

	padding: 3px;
	margin-left: 100px;

	width: 400px;
	height: 20px;

	text-align: left;

	font-size: 12px;
	font-weight: bold;
	margin: 0 auto 0 auto;
}

/*	メッセージ表示ボックスの内容	*/
.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: 3px;
	padding-top: 30px;
	padding-bottom: 30px;

	margin: 0 auto 30px auto;

	width: 400px;

	text-align: center;

	font-size: 12px;
	font-weight: none;
}


/*	一覧表示のタイトル	*/
.list_title {
	border-top: solid;
	border-top-width: 1px;
	border-top-color: #666666;

	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #aaaaaa;

	font-size: 12px;
	font-weight: normal;

	color: #ffffff;
	background-color: #812c18;

	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: #666666;

	font-size: 12px;
	line-height: 14px;

	color: #333333;

	padding: 3px;
	margin: 0px;
}

/*	入力フォームのテーブル	*/
.input_form {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	vertical-align: top;
	width: 720px;
}

/*	入力フォームのタイトル	*/
.input_item {
	font-size: 10px;

	text-align: left;
	vertical-align: top;

	color: #333333;
	background-color: #ffffff;

	border-top: solid 1px #aaaaaa;
	width: 150px;
}

.item_name {
	font-size: 10px;
	font-weight: bold;

	vertical-align: center;
	text-align: left;
	color: #000000;

	float: left;
}

.input_field {
	font-size: 10px;

	vertical-align: center;

	color: #333333;
	background-color: #ffffff;

	padding: 5px;

	border-top: solid 1px #aaaaaa;

	width: 480px;
}

.require_mark {
	display: inline;
	
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;

	width: 20px;
	margin-left: 5px;

	float: left;
}

.form_title {
	font-size: 14px;
	font-weight: bold;
	line-height: 125%;
	text-align: left;
	vertical-align: bottom;

	padding-top: 7px;
	padding-left: 5px;

	margin-bottom: 20px;

	width: 700px;
	height: 25px;

	color: #000000;
}

.form_description {

	font-size: 12px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;

	padding-left: 10px;
}

.form_return_link {
        text-align: right;
	font-size: 10px;
	width: 650px;
}

.field_description {

	font-size: 10px;

}

/*	ラジオボタン・チェックボックスの選択肢	*/
.select_branch {
	font-size: 12px;
}

.form_title_field {
	/*
	color: #ffffff;
	background-color: #812c18;
	*/

	font-size: 12px;
	font-weight: normal;
	text-align: left;

	color: #000000;
	background-color: #eeeeee;

	border-top: solid 1px #666666;
	border-bottom: solid 1px #aaaaaa;

	padding: 5px;

}


.form_submit_field {

	font-size: 12px;
	font-weight: normal;
	text-align: right;

	color: #000000;
	background-color: #eeeeee;

	border-top: solid 1px #aaaaaa;
	border-bottom: solid 1px #666666;

	padding: 5px;
}


.form_complete_field {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: center;
	padding: 5px;
	padding-top: 20px;
	line-height: 20px;

	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;

	width: 480px;
	height: 200px;

	font-size: 12px;
}

.input_form_link {
	padding-left: 30px;
	font-size: 12px;
}

.icon {
        border: 0px;
}

.icon_link {
        font-size: 12px;
}

.error_form {
	border-collapse: collapse;
	margin-left: 65px;
	margin-top: 10px;
	margin-bottom: 10px;

	width: 462px;

	border: solid 1px #ff0000;
}

.error_title {
	background-color: #ff0000;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	text-align: left;

	width: 427px;
	padding-top: 8px;
	padding-left: 30px;

	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;
	padding-top: 25px;
	padding-bottom: 40px;

	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;
}

.rule {
	width: 400px;
	height: 200px;
	border: solid 1px #dddddd;
	overflow: scroll;

}

.errorMessage {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
}

.error {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
}

/*	メニュー画面のメニューひとつずつの書式を設定	*/
.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 {
	padding-right: 20px;
	font-size: 12px;
}

.global_menu a a:hover {
	float: right;

	font-size: 12px;
	font-weight: normal;
}

.command {
	border: solid;
	border-color: #666666;
	border-width: 1px;
	background-color: #0066aa;
	color: #eeeeee;
	padding: 5px;
	margin: 5px;
	margin-left: 20px;
	width: 700px;
	overflow: auto;
	font-size: 12px;
	line-height: 16px;
}

.file {

	color: #333333;
	padding: 5px;
	margin: 5px;
	margin-left: 20px;

	width: 700px;
	overflow: auto;
	font-size: 12px;
	line-height: 16px;

	background-color: #dddddd;
	border: solid 1px #666666;
}

/*	検索該当キーワード	*/
strong {
	font-weight: bold;
}

/*	リンクキーワード	*/
em {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #ff0000;
}

textarea {
	font-size: 12px;
}

input {
	font-size: 12px;
}

.entry_button {
	width: 155px;
	height: 34px;
	background-image: url( "./image/entry.gif" );
	background-repeat: no-repeat;
	background-position: left top;
}

.login_button {
	width: 155px;
	height: 34px;
	background-image: url( "./image/login.gif" );
	background-repeat: no-repeat;
	background-position: left top;
}

.hr {
	height: 1px;
	border-top: dashed;
	border-top-width: 1px;
	border-top-color: #aaaaaa;
}

.sns_diary_title {
	border-top: solid;
	border-top-color: #0077FF;
	border-top-width: 1px;

	border-bottom: solid;
	border-bottom-color: #0077ff;
	border-bottom-width: 1px;

	background-color: #eeffff;
}

.sns_diary_message {
        font-size: 12px;

	border-bottom: dotted;
	border-bottom-color: #aaaaaa;
	border-bottom-width: 1px;
}

.sns_diary_message_desc {
        font-size: 12px;

	border-bottom: dotted;
	border-bottom-color: #aaaaaa;
	border-bottom-width: 1px;
}

.sns_diary_date {
    font-weight: bold;
    font-size: 10px;
}

.agreement {
	width: 400px;
	height: 200px;
	overflow: scroll;
	font-size: 10px;
	line-height: 14px;
}

.blog_list {
	font-size: 12px;
	border-bottom: dotted 1px #aaaaaa;
}

.pagenator {
	margin: 20px auto 20px auto;
	text-align: center;
	font-size: 10px;
	min-width: 10px;
	overflow: hidden;
	text-align: center;
}

.pagenator .page, .pagenator .current_page {
	display: inline;
	margin: 0 5px 0 0;
	font-size: 10px;
	padding: 5px 10px 5px 10px;
}

.pagenator .current_page {
	font-weight: bold;
}

.blog_index {
	border-top: dotted 1px #aaaaaa;
	font-size: 12px;
	text-align: right;
	padding-bottom: 30px;
}

.image_list {
	height: 150px;
	width: 650px;
	overflow: scroll;
	border: solid 1px #aaaaaa;
}

.image_element {
	width: 150px;
	font-size: 8px;
	line-height: 10px;
	color: #666666;
	text-align: center;
}

.image_view {
	width: 650px;
	height: 500px;
	text-align: center;
	virtical-align: bottom;
	overflow: scroll;
}

.image_description {
	font-size: 12px;
	text-align: left;
	width: 400px;
}

.map_element b {
	font-weight: bold;
	font-size: 12px;
	width: 300px;
	text-align: left;
	line-height: 12px;
	word-break: break-all;
}

.map_element {
	font-size: 10px;
	border-bottom: dotted 1px #666666;
	width: 300px;
	text-align: left;
	line-height: 12px;
	word-break: break-all;
}

.user_icon {
        font-size:  10px;
	width:      80px;
	height:     100px;
	text-align: center;
}

.dialogbox {
    border: solid 2px #0077ff;
    width: 400px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.user_profile {
    width: 660px;
    height: 140px;
    padding-top: 2px;
    background-image: url( './image/userprofile.png' );
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.user_profile_menu {
    padding-left: 10px;
    width: 80px;
    font-size: 12px;
    float: left;
}


.nickname {
    font-size: 12px;
    font-weight: bold;
}

.profile {
    font-size: 12px;
    widht: 400px;
    height: 80px;
    overflow: hidden;
}

.icon_link {
	font-size: 12px;
}

.description {
	border: solid 1px #aa0000;
	background-color: #ffffaa;
	padding: 10px;
	font-size: 12px;
	margin: 10px;
}

.border table {
	border-collapse: collapse;
	border-spacing: 0px;
	border-padding: 2px;

/*	border-right: solid 1px #666666; */
	border-bottom: solid 1px #666666;

}

.border th {
	border-right: solid 1px #ffffff;
	border-top: solid 1px #666666;

	background-color: #812c18;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	min-height: 30px;

	padding: 4px;
}

.border td {
/*	border-left: solid 1px #666666;*/
	border-top: solid 1px #666666;
	color: #000000;
	font-size: 12px;
	min-height: 30px;

	padding: 4px;
}

ul {
	line-style-type: none;
	padding-left: 20px;
	margin: 0px;
}

li {
	margin-left: 0px;
	list-style-type: none;
	height: auto;
	overflow: hidden;
}

.border_bottom {
	border-bottom: solid 1px #aaaaaa;
}

.system_message {
	border: solid 2px #ffaaaa;
	width: 400px;
	padding: 20px;
	margin: 50px;
	text-align: center;
}

.titlebar {
	padding: 4px;
	background-color: #812c18;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

table.data_table {
	border-collapse: collapse;
	border-spacing: 0px;
	border-padding: 2px;

/*	border-right: solid 1px #666666; */
	border-bottom: solid 1px #666666;
}

table.data_table th {
	border-right: solid 1px #ffffff;
	border-top: solid 1px #666666;

	background-color: #812c18;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	min-height: 30px;

	padding: 4px;
}

table.data_table td {
/*	border-left: solid 1px #666666;*/
	border-top: solid 1px #666666;
	color: #000000;
	font-size: 12px;
	min-height: 30px;

	padding: 4px;
}

table.noborder, table.noborder td, table.noborder th {
	border: none;
	padding: 0px;
	margin: 0px;
}

table.data_table th a, table.data_table th a:visited {
	color: #000000;
}

select, input, textarea, button {
     vertical-align:middle;
     font-family:"myryo", arial, helvetica, clean, sans-serif;
     margin: 0 0px 0px 0;
     *margin-right:3px;
     top:0px;
}

input[type="submit"], input[type="button"] {
		/*	-webkit-appearance: none; */
    display: inline-block;
    /* padding: 0.5em 1em;*/
    padding: 5px 2px 2px 5px;
    text-decoration: none;

    /*background: #668ad8;/*ボタン色*/
    /*color: #FFF;*/
    /* border-bottom: solid 4px #627295; */
    /*border-radius: 3px;*/
		margin: 5px;
		letter-spacing: 5px;

		/*
		background-image: url( "./image/entry.gif" );
		background-image: url( "./image/entry.gif" );
		*/
		background-color: #ffffff;
		background: linear-gradient(to bottom, #ffffff, #eeeeee);

		background: linear-gradient( #ffffff, #eeeeee );

    border: solid 1px #aaaaaa;
}

input[type="submit"]:active, input[type="button"]:active {
	background: linear-gradient( #eeeeee, #ffffff );
    border: solid 1px #aaaaaa;
}

__input[type="submit"]:active, __input[type="button"]:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
	margin: 5px 5px 7px 5px;
}

input.short {
	font-size: 10px;
	padding: 4px 2px 2px 4px;
}

.tab0 {
	float: left;
	width: 50px;
	height: 30px;
	border-bottom: solid 1px #aaaaaa;
}

.tab1 {
	float: left;
	height: 20px;
	width: 200px;
	text-align: center;
	padding-top: 10px;
	border: solid 1px #aaaaaa;
	background-color: #eeeeee;
}

.tab2 {
	float: left;
	height: 20px;
	width: 200px;
	text-align: center;
	padding-top: 10px;
	border: solid 1px #aaaaaa;
	border-bottom: none;
}

.tab_end {
	float: left;
	height: 30px;
	width: 200px;
	margin-bottom: 0px;
	border-bottom: solid 1px #aaaaaa;
}

.tab1 a {
	color: #000000;
}

.tab2 a {
	color: #aa0000;
	font-weight: bold;
}

.clear {
	clear: both;
}


.mylist_list {
	min-height: 50px;
	border-bottom: dotted 1px #666666;
	padding: 5px 0;
	height: auto;
	overflow: hidden;
}

.mylist_header {
	background-color: #eeeeee;
	border-bottom: solid 1px #666666;
}

.mylist_list .mylist_icon {
	float: left;
	width: 50px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.mylist_list .mylist_company {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 300px;
	margin-right: 10px;
}

.mylist_list .mylist_name {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 300px;
}

.mylist_list .mylist_option {
	height: auto;
	overflow: hidden;

}

.mylist_list .mylist_section,
.mylist_list .mylist_position
 {
	float: left;
	font-size: 10px;
	margin-right: 10px;
	width: 140px;
	overflow: hidden;
}

.mylist_list .mylist_tel {
	float: left;
	font-size: 10px;
	margin-right: 10px;
	width: 120px;
	overflow: hidden;
	padding-left: 20px;
	background-image: url( "./image/icn_tel.png" );
	background-position: center left;
	background-repeat: no-repeat;
}

.mylist_list .mylist_fax {
	float: left;
	font-size: 10px;
	margin-right: 10px;
	width: 120px;
	overflow: hidden;
	padding-left: 20px;
	background-image: url( "./image/icn_fax.png" );
	background-position: center left;
	background-repeat: no-repeat;
}

.mylist_list .mylist_email {
	float: left;
	font-size: 10px;
	width: 140px;
	overflow: hidden;
	padding-left: 20px;
	background-image: url( "./image/icn_mail.png" );
	background-position: center left;
	background-repeat: no-repeat;
}

.mylist_list .mylist_email_no {
	float: left;
	font-size: 10px;
	width: 140px;
	overflow: hidden;
	padding-left: 20px;
	background-image: url( "./image/icn_mail_no.png" );
	background-position: center left;
	background-repeat: no-repeat;
}



.mylist_list .mylist_address {
	float: left;
	font-size: 10px;
	margin-right: 10px;
	width: 300px;
	overflow: hidden;
}

.mylist_list .mylist_user_type {
	float: left;
	border: solid 1px #aaaaaa;
	color: #000000;
	font-size: 9px;
	padding: 2px;
	text-align: center;
	width: 150px;
	height: 15px;
	margin-right: 10px;
	overflow: hidden;
}

.mylist_list .mylist_note {
	float: left;
	font-size: 10px;
	width: 500px;
}

.mylist_list .mylist_clear {
	clear: both;
	height: 3px;
}

.mylist_selector {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}

#content_overwrap {
  position: absolute;
  left: 0px;
  top: 155px;
  width: 100%;
  background-color: #ffffff;
  opacity:0.7;
  z-index: 100;
	filter: alpha(opacity=50); 
}

#content_frame {
  overflow: hidden;
  margin: 0 auto 0 auto;
	text-align: center;
	width: 1100px;
	background-image: url( "image/cms_body.png" );
	background-position: top left;
	background-repeat: no-repeat;
}

#content_message {
	display: none;
  position: absolute;
  top: 300px;
  width: 450px;
  padding: 50px;
  margin: 0 auto 0 auto;
  background-color: #ffffff;
  border: solid 1px #888888;
  z-index: 101;
  text-align: center;
  font-size: 12px;
  box-shadow:0px 0px 6px 3px #dddddd;
}

#content_message a {
  background-color: #ff6600;
  margin: 40px;
  padding: 20px;
  color: #ffffff;
  text-decoration: none;
  text-weight: bold;
}

a.next_button {
    display: inline-block;
    padding: 5px 2px 2px 5px;
    text-decoration: none;
	background: linear-gradient( #ffffff, #eeeeee );
    border: solid 1px #aaaaaa;
    color: #000000;
    text-align: center;
    margin: 5px;
    font-size: 10px;
    letter-spacing: 0px;
    border: solid 1px #aaaaaa;
    width: 200px;
    overflow: hidden;
    height: auto;
}

a.next_button:active {
    display: inline-block;
    padding: 5px 2px 2px 5px;
    text-decoration: none;
	background: linear-gradient( #eeeeee, #ffffff );
    color: #000000;
    text-align: center;
    margin: 5px;
    font-size: 10px;
    letter-spacing: 0px;
    border: solid 1px #aaaaaa;
    width: 200px;
}

.schedule_title {
  background-color: #aa0000;
  text-align: left;
  padding: 5px;
  color: #ffffff;
  font-weight: bold;
	overflow: hidden;
	height: auto;
}

.schedule_title a {
  color: #ffffff;
  float: right;
}

#schedule_title_string {
  float: left;
  display: block;
  width: 280px;
}

#schedule {
		  position: absolute;
		  display: none;
		  top: 300px;
		  margin: 0 0 0 100px;
		  border: solid 1px #aaaaaa;
		  background-color: #ffffff;
		  box-shadow:0px 0px 6px 3px #dddddd;
		  z-index: 100;
}

#appoint {
		  position: absolute;
		  display: none;
		  top: 300px;
		  margin: 0 0 0 100px;
		  border: solid 1px #aaaaaa;
		  background-color: #ffffff;
		  box-shadow:0px 0px 6px 3px #dddddd;
		  z-index: 100;
}

#mylist {
		  position: absolute;
		  display: none;
		  top: 300px;
		  margin: 0 0 0 500px;
		  border: solid 1px #aaaaaa;
		  background-color: #ffffff;
		  box-shadow:0px 0px 6px 3px #dddddd;
		  z-index: 100;
}

.debug table {
	border-collapse: collapse;
	border-spacing: 0px;
	border-padding: 2px;
	width: 100%;

/*	border-right: solid 1px #666666; */
	border-bottom: solid 1px #666666;
}

.debug table th {
	border-right: solid 1px #ffffff;
	border-top: solid 1px #666666;

	background-color: #812c18;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	min-height: 30px;

	padding: 4px;
}

.debug table td {
/*	border-left: solid 1px #666666;*/
	border-top: solid 1px #666666;
	color: #000000;
	font-size: 10px;
	min-height: 30px;

	padding: 4px;
}

.debug table td:nth-child(1) {
	width: 50px;
	text-align: center;	
}

.debug table td:nth-child(3),
.debug table td:nth-child(4),
.debug table td:nth-child(5),
.debug table td:nth-child(6)
 {
	width: 100px;
}

#badge {
	display: none;
	position: absolute;
	top: 100px;
	min-width: 15px;
	min-height: 15px;
	border-radius: 7px;
	background-color: #dd0000;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

a.request_count_link {
	border: solid 1px #aa0000;
    background: linear-gradient( #ff8800, #aa4400 );
    background-color: #ff8800;
    color: #ffffff;
	font-weight: bold;
	width: 100px;
	text-align: center;
	display: block;
	padding: 5px 0px 5px 0px;
	background-color: #ff8800;
}

a.request_count_link:hover {
	border: solid 1px #aa0000;
	color: #FFFFFF;
	background-color: #ff8800;
	text-decoration: none;
}
