/****** 画面上部ナビゲーションバー ******/
ol#navbar {
	margin: 20px 0;
	padding: 0;
	font-size: 80%;
	list-style: none;
}
ol#navbar li {
	float: left;
	margin-right: 10px;
	display: block;
	position: relative;
	padding: 2px 2em 2px 10px;
	background-image: url(../img/navbar_arrow.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	color: #FFFFFF;
	text-decoration: none;
}
ol#navbar li.current {
	background-image: url(../img/navbar_arrow_current.gif);
	color: #FFFFFF;
	text-decoration: none;
}
/******  ナビゲーションバー用Clearfix ****/
ol:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
ol {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html ol {
	height: 1%;
}
ol {
	display: block;
}


/******** 画面タイトル系部品 ********/
/******** div.class要素 ********/
div.DisplayTitle {
	margin: 0px;
	padding: 0px;
}
/******** span.class要素 ********/
.DisplayInfo {
	background-color: #0066B5;
	border: none;
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;
	display: inline-block;
}

.PageTitle {
	background-color: #0066B5;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16pt;
	padding: 5px;
	border:solid 1px;
	display:inline;
}


/******** div.class要素 ********/
/******** 全機能共通の表示部品 ********/
/******** フォーム表示用部品 ********/

/******** 画面部品（フォーム外観） ********/
.ContentsPanel {
	margin: 10px 0px 10px 0px;
/*	padding:14px; */
}

/******** 画面部品（フォーム内テーブル） ********/
table.GeneralContainer {
	border: solid 1px #CCCCCC;
	cellspacing:0;
	cellpadding:0;
}

table.RefferenceContainer tbody
 , table.GeneralContainer th
 , table.GeneralContainer tr
 , table.GeneralContainer td {
	border: solid 1px #CCCCCC;
	padding: 5px;
	white-space: nowrap;
}


table.GeneralContainer tbody
 , table.GeneralContainer th
 , table.GeneralContainer tr
 , table.GeneralContainer td {
	border: solid 1px #CCCCCC;
	padding: 5px;
	white-space: nowrap;
}
/* スクロールバー用 */
div.scrollber {
	height: 280px;
	overflow:scroll

}


/******** 画面部品（フォーム内表題） ********/
.ContainerHeader {
	background-color: #E6E6E6;
	text-align: left;
	font-size:16px;
	font-weight: bold;
}
.ContainerHeader h1 {
		font-weight:bold;
		font-size:16px;
		margin-bottom:8px;
	}
.ContainerHeader h2 {
		font-weight:bold;
		font-size:18px;
		margin-bottom:8px;
	}
.ContainerHeader p{
		font-size:12px;
		color:#666666;
	}


/******** 画面部品（フォーム内表示項目） ********/
td.ContainerLabel {
	background-color: #F5F5F5;
	font-size:14px;
	text-align: left;
	font-weight: bold;
}
.disable {
	background-color: #E1E1E1;
}

.ContainerLabel label{
		display:block;
		font-weight:bold;
		text-align: left;
		float:left;
	}
.ContainerLabel .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align: left;
	}

td.ContainerField {
	background-color: #FFFFFF;
	text-align: left;
	font-size:14px;
	white-space: normal;
}
table.ReferenceContainer tbody
 , table.ReferenceContainer th
 , table.ReferenceContainer tr
 , table.ReferenceContainer td {
	border: solid 1px #CCCCCC;
	padding: 5px;
	white-space: normal;
}

/******** 画面部品（フォーム内配置用ボーダー無し） ********/
table.nonborderContainer tbody
 , table.nonborderContainer th
 , table.nonborderContainer tr
 , table.nonborderContainer td {
	border: none 0px #FFFFFF;
	padding: 5px;
	white-space: nowrap;
}


/******** 画面部品（ボタン表示配置用） ********/
.NavigateButtonPanel {
	margin: 20px 0px 0px 0px;
	float:left;
	clear:both;
}
/******** 画面部品（メッセージ表示域配置用） ********/
.MessagePanel {
	margin: 20px 0px 0px 0px;
	float:left;
	clear:both;
}

/******** 画面部品（ページ内リンクジャンプ用） ********/
#anchors li {
	font-size:14px;
	background: url(../img/arrow_down.png) no-repeat left center;
	line-height: 14px;
	list-style-type: none;
	padding: 5px 0 5px 30px;
//	width:12em;
}

.return-top {
	font-size:12px;
	background: url(../img/arrow_up.png) no-repeat left center;
	line-height: 14px;
	float: right;
	cursor: pointer;
	padding-left: 20px;
}

/******** 画面部品（入力項目ハイライト用） ********/
ol#topicPath {
	margin: 20px 0;
	padding: 0;
	font-size: 80%;
	list-style: none;
}
ol#topicPath li {
	float: left;
	padding-right: 7px;
	padding-left: 10px;
	background: url(img/ico_sample01.gif) no-repeat 0 50%;
}
ol#topicPath li.home {
	padding-left: 0;
	background: none;
}
ol#topicPath li a:link,
ol#topicPath li a:visited {
	color: #3366FF;
	text-decoration: underline;
}
ol#topicPath li a:hover,
ol#topicPath li a:active {
	color: #FF6633;
	text-decoration: underline;
}
ol#topicPath li em {
	font-style: normal;
	font-weight: bold;
}
/* 2015.10 ADD start チェックボックス　clear fix */
ul.keep {
	margin: 0;
	padding: 0;
}
ul.keep {
	list-style:none;
}
ul.keep input {
	display: block;
	float: left;
}

ul.keep span {
	display: block;
	overflow: hidden; /* モダンブラウザ用 */
	padding: 0 10px;
	zoom: 1; /* IE6用 */
}
.keep li {
	width: 400px;
}
/* クリアフィックス */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	overflow: hidden;
	zoom: 1;
}
/* 2015.10 ADD end */
