@CHARSET "utf-8";
/*------------------------------------------------------------------------------
	共通
------------------------------------------------------------------------------*/
html,body	{
	padding: 0px;
	margin: 0px;
	height:100%;
}

body	{
	min-width: 960px;
}

form {
	display: inline;
}

input[readonly] {
	background-color: #C0C0C0;
}
/*
select	{
	max-width: 180px;
}
*/
#body_container {
	min-height:100%;
	margin-bottom: -26px;
	height:auto !important;
	height:100%;
	background-color: #FFFFFF;
}

#body_contents	{
	height: auto;
}

#footer-space {
	height:26px;
}

.body	{
	width: 1200px;
	margin: 0px auto;
	padding-bottom: 10px;
}

.bar	{
	padding: 5px 10px;
	background-color: #00A0C6;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	font-size: 16px;
	text-shadow:0 -1px #1a6ea0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bar2 {
	min-width: 960px;
	width: 100%;
	display: table;
	border-bottom: solid 1px #CCC;
}

.bar2 h1 {
	width: 200px;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	font-weight: normal;
	padding-left: 10px;
	/*background-color: #FFFFFF;*/
	background-color:#094AB2;
	text-align: center;
	color: #FFF;
	border-right: solid 1px #FFF;
}

.bar2 .btn_area	{
	display: table-cell;
	vertical-align: middle;
	background-color: #FFF;
	white-space: nowrap;
}

.bar2 .btn_area input:nth-child(n +  2)	{
	border-left: solid 1px #778899;
}

.bar2 .btn_area .btn_or {
	font-size: 12px;
	padding: 0 8px;
	margin: 0;
	line-height: 50px;
	color: #fff;
	background-color: #043c78;
	border: 0;
	border-style: none;
	cursor: pointer;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.bar2 .btn_area .btn_or:hover {
	opacity: 0.8;
}

.bar2 .btn_area .btn_or:disabled	{
	background-color: #C0C0C0;
}

.bar2 .btn_area .btn_save	{
	padding: 0px 10px 0px 30px !important;
	background-image: url(../image/default/save-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.bar2 .btn_area .btn_back	{
	padding: 0px 10px 0px 30px !important;
	background-image: url(../image/default/return2.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	min-width: 85px;
}

.bar2 .btn_area .btn_mail	{
	padding: 0px 10px 0px 30px !important;
	background-image: url(../image/default/mail-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	min-width: 85px;
}

.bar2 .btn_area .btn_clear	{
	padding: 0px 10px 0px 30px !important;
	background-color: #FF0000;
	background-image: url(../image/default/clear-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	min-width: 85px;
}

.bar2 .btn_area .btn_edit	{
	padding: 0px 10px 0px 30px !important;
	background-image: url(../image/default/edit-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	min-width: 85px;
}

.bar2 .btn_area .btn_search	{
	padding: 0px 10px 0px 30px !important;
	background-image: url(../image/default/search-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	min-width: 85px;
}

.bar2 .btn_area .btn_setting	{
	padding: 0px 10px 0px 30px !important;
	background-color: #008800;
	background-image: url(../image/default/setting2.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	min-width: 85px;
}

.bar2 .btn_area .btn_download	{
	padding: 0px 10px 0px 30px !important;
	background-image: url(../image/default/download-icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	min-width: 85px;
}

.sub_bar	{
	padding: 5px 10px;
	background-color: #7BBB29;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-shadow:0 -1px #1a6ea0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.error	{
	color: red;
	font-weight: bold;
}

.frame	{
	padding: 20px;
	background-color: #F8F8F8;
/*	border: solid 1px #C0C0C0;*/
}

.guide	{
	padding: 10px 20px;
	background-color: #FFFACD;
	border: solid 1px #C0C0C0;
}

.condition	{
	padding: 10px 20px;
	background-color: #EAEEFA;
	border: solid 1px #C0C0C0;
}

.label_alignment label	{
	display: block;
	float: left;
	width: 118px;
}

.btn_off input[type="button"] {
	visibility: hidden;
}

.search_condition	{
	width: 938px;
	padding: 10px;
}

.search_condition	label	{
	display: inline-block;
	vertical-align: top;
	width: 469px;
}

label {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.user_name	{
	line-height: 18px;
	padding-left: 24px;
	background-image: url(../image/default/user.png);
	background-repeat: no-repeat;
}

.other_name	{
	line-height: 18px;
	padding-left: 24px;
	background-image: url(../image/default/user2.png);
	background-repeat: no-repeat;
}

.pager	img	{
	cursor: pointer;
	vertical-align: -4px;
}

.scroll	{
	width: 100%;
	overflow: auto;
}
/*------------------------------------------------------------------------------
	共通(テーブル)
------------------------------------------------------------------------------*/
.form_tb	{
	border-collapse: collapse;
	border-spacing:0;
	table-layout: auto;
	border: solid 1px #C0C0C0;
}

.form_tb	th	{
	padding: 5px;
	background-color: #F5F5DC;
	border: solid 1px #C0C0C0;
	color: #333333;
}

.form_tb	td	{
	padding: 5px;
	border: solid 1px #C0C0C0;
	color: #333333;
	word-break: break-all;
}

.form_tb	caption	{
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}
/*------------------------------------------------------------------------------
	リストマーク
------------------------------------------------------------------------------*/
.link_1	{
	padding: 0px 0px 0px 16px;
	background-image: url(../image/ar01.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
}

.link_1	a	{
	color: #0066FF;
	text-decoration: none;
}

.link_1	a:hover	{
	text-decoration: underline;
}

.link_2	{
	padding: 0px 0px 0px 16px;
	background-image: url(../image/ar02.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
}

.link_2	a	{
	color: #0066FF;
	text-decoration: none;
}

.link_2	a:hover	{
	text-decoration: underline;
}

.link_3	{
	padding: 0px 0px 0px 14px;
	background-image: url(../image/ar03.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}

.link_3	a	{
	color: #0066FF;
	text-decoration: none;
}

.link_3	a:hover	{
	text-decoration: underline;
}

.input_fake	{
	min-height: 17px;
	padding: 2px;
	border: solid 1px #CCC;
	background-color: #E0E0E0;
}
/*------------------------------------------------------------------------------
	header
------------------------------------------------------------------------------*/
.header	{
	padding: 5px 20px;
}
/*------------------------------------------------------------------------------
	main
------------------------------------------------------------------------------*/
.wrapper	{
	width: calc(100% - 40px);
	padding: 10px 20px 20px 20px;
}

.navi	{
	width: 200px;
	margin-right: -200px;
	float: left;
}

.main	{
	width: 100%;
	float: right;
}

.content	{
	margin-left: 220px;
}

.navi2	{
	width: 300px;
	margin-right: -300px;
	float: left;
}

.content2	{
	margin-left: 320px;
}
/*------------------------------------------------------------------------------
	footer
------------------------------------------------------------------------------*/
.footer	{
	width: 100%;
	padding: 5px 0px 0px 0px;
	border-top: solid 1px #CCCCCC;
	color: #666666;
	text-align: center;
	height: 20px;
	font-size: 12px;
}
/*------------------------------------------------------------------------------
	メニュー
------------------------------------------------------------------------------*/
.head_menu	{
	background-color: #333;
	min-width: 960px;
	position: relative;
	z-index: 3000;
}

.head_menu_list	{
	margin: 0;
	padding: 0;
	display: inline-block;
	min-width: 760px;
	font-size: 0;
}

.head_menu_list ul	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

.head_menu_list li	{
	margin: 0;
	padding: 0;
	font-size: 16px;
}


.head_menu_list ul ul	{
	top: 100%;
	left: 0;
	position: absolute;
	display: none;
	min-width: 100%;
}

.head_menu_list li	{
	float: left;
}

.head_menu_list li li {
	clear: both;
	width: 100%;
}

.head_menu_list li li a {
	width: calc(100% - 40px);
}

.head_menu_list > ul > li	{
	position: relative;
}

/*
.head_menu_list li:hover	{
	position: relative;
}
*/

.head_menu_list li:hover > ul	{
/*	display: block;*/
}

.head_menu_list span, .head_menu_list a	{
	display: block;
	padding: 5px 20px;
	color: white;
	background-color: #333;
	white-space: nowrap;
	line-height: 30px;
	cursor: pointer;
}

.head_menu_list ul:last-child:after	{
	content: "";
	clear: both;
	display: block;
}

.head_menu_list span:hover, .head_menu_list a:hover, .head_menu_list .span_selected	{
	background-color: #00a0c6 !important;
}

#dropmenu2	{
	display: inline-block;
	background-color: #FFF;
	width: 150px;
	position: absolute;
	right:0;
}

#dropmenu2	ul	{
	margin: 0;
	padding: 0;
}

#dropmenu2	ul	li	{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:12px;
	float: left;
	width: 150px;
	height: 39px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

#dropmenu2	ul	li	a	{
	color: black;
	display: block;
	text-decoration: none;
}

#dropmenu2	ul	li:hover, #dropmenu2	ul	li	a:hover	{
	background: #00a0c6;
	color:white;
}

#dropmenu2	ul	li	ul	{
	display: none;
	top: 39px;
	left: 0;
	width: 150px;
	z-index: 100;
	border-bottom: solid 1px #CCC;
}

#dropmenu2	ul	li	ul	li	{
	width: 149px;
	cursor: pointer;
	background-color: white;
	border-left: solid 1px #CCC;
}

#dropmenu2	ul	li	ul li:last-child	{
	border-bottom: solid 1px #CCC;
}
/*------------------------------------------------------------------------------
	メニュー
------------------------------------------------------------------------------*/
#menu	{
	width: 1200px;
	margin: 0px auto 20px auto;
	background-color: #ECECEC;
	font-size: 12px;
	position: relative;
	z-index: 10;
}

#menu	a	{
	color: blue;
}

#menu	span	{
	cursor: pointer;
}

#menu	ul	{
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
}

#menu	ul	ul	{
	top: 100%;
	left: 0;
	position: absolute;
	display: none;
}

#menu	ul	ul	ul	{
   top: 0;
   left: 100%;
}

#menu	li	{
	float: left;
}

#menu	li	li {
	clear: both;
}

#menu	li:hover	{
	position: relative;
}

#menu	li:hover	>	ul	{
	display: block
}

*	html	#menu	li	{
	behavior: expression(
		this.onmouseover = new Function("this.className='column1'"),
		this.onmouseout = new Function("this.className=''"),
		this.style.behavior = 'none'
	);
}

*	html	#menu	li	li	{
	behavior: expression(
		this.onmouseover = new Function("this.className='column2'"),
		this.onmouseout = new Function("this.className=''"),
		this.style.behavior  = 'none'
	);
}

#menu	.column1			{position: relative;}
#menu	.column1	ul 		{display: block;}
#menu	.column1	*	ul	{display: none;}

#menu	.column2			{position: relative;}
#menu	.column2	ul		{display: block;}
#menu	.column2	*	ul	{display: none;}

#menu	li	{
	background: #E7E7E7;
	background-image: url(../image/default/menu01_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	border: solid 1px #CCCCCC;
	height:32px;
	text-align: center;
}

#menu	li	li	{
	background: #E7E7E7;
	background-image: url(../image/default/menu02_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	text-align: left;
	line-height: 2.4em;
	border: none;
}

#menu	li	a	{
	width: 188px;
	height: 24px;
	padding: 8px 5px 0px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #555555;
}

#menu	li	li	a	{
	width: 177px;
	padding: 0px 0px 0px 23px;
	height: 100%;
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #555555;
}

#menu	li:hover	{
	background: #E7E7E7;
	background-image: url(../image/default/menu01_bg.jpg);
	background-repeat: no-repeat;
	background-position: center -32px;
	color: #FFFFFF !important;
}

#menu	li	li:hover	{
	background: #E7E7E7;
	background-image: url(../image/default/menu02_bg.jpg);
	background-repeat: no-repeat;
	background-position: -300px center;
}

#menu	li	li	a:hover	{
	color: #555555;
}


#menu	.column1,	#menu	.column2	{
	color: #FFFFFF !important;
}

#menu	.column1	.menu_item	{
	color: #FFFFFF !important;
}

.submenu_item	{
	padding-left: 18px;
	background-image: url(../image/common/ar02.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
}

.submenu_item	a	{
	color: #2E57A4;
	text-decoration: none;
}
/*------------------------------------------------------------------------------
	モーダルウィンドウ
------------------------------------------------------------------------------*/
div#modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	z-index: 1000;
}
div#modal div.background {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.55;
	filter: alpha(opacity=55);
	-ms-filter: "alpha(opacity=55)";
}

div#modal div.container {
	position: relative;
	width: 300px;
	height: 300px;
	padding: 10px;
	background-color: #333333;
}

.popup_tb th, .popup_tb td	{
	padding: 5px;
	color: #FFFFFF;
}

.popup_tb th	{
	background-color: #808080;
	border: 1px solid #333;
}

.popup_tb td	{
	background-color: #404040;
	border: 1px solid #808080;
}

.popup_tb th:first-child, .popup_tb td:first-child	{
	border-left: none;
}

.popup_tb th:last-child, .popup_tb td:last-child	{
	border-right: none;
}

.popup_bar	{
	border-bottom: solid 1px #FFFFFF;
	position: relative;
}

.popup_bar div	{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 25px;
}

.popup_bar	p	{
	width: 30px;
	position: absolute;
	top: 0;
	right:0;
	text-align: right;
}

.pu_btn	{
	background: none repeat scroll 0 0 #85BD2E;
	border: medium none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	height: 26px;
	width: 80px;
}

#popup_body	{
	min-height:100%;
	height:auto !important;
	height:100%;
	background-color: #333333;
}

#popup_body .pager	{
	color: #FFFFFF;
}

#popup_body .pager a	{
	color: #99CCFF;
}
/*------------------------------------------------------------------------------
	ダイアログ
------------------------------------------------------------------------------*/
#confirm_bg	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	z-index:1000;
	background-color: transparent;
	background-image: url(../image/default/dialog_bg.png);
	background-repeat: repeat;
}

#confirm_dialog	{
	width: 320px;
	background-color: #FFFFFF;
	border: solid 1px #C0C0C0;
	font-size: 12px;
	position: absolute;
	z-index:1001;
}
/*------------------------------------------------------------------------------
	ボタン
------------------------------------------------------------------------------*/
.btn_bl {
	width: 200px;
	font-size: 16px;
/*
	font-weight: bold;
*/
	padding: 10px 0;
	color: #fff;
	background-color:#49a9d4;
	border-style: none;
	-moz-box-shadow: 2px 2px 3px 1px #666;
	-webkit-box-shadow: 2px 2px 3px 1px #666;
	text-shadow:0 -1px #1a6ea0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: -moz-linear-gradient(
		top,
		#49a9d4 0%,
		#2989d8 40%,
		#2285d6 52%,
		#2989d8);
	background-image: -webkit-gradient(
		linear,left top,left bottom,
		from(#49a9d4),
		color-stop(0.49,#2989d8),
		color-stop(0.52,#2285d6),
		to(#2989d8));
	cursor: pointer;
}

.btn_bl:hover {
	opacity: 0.8;
}

.btn_or {
	font-size: 12px;
/*
	font-weight: bold;
*/
	padding: 5px 8px;
	color: #fff;
	background-color:#ffa035;
	border-style: none;
	-moz-box-shadow: 2px 2px 3px 1px #666;
	-webkit-box-shadow: 2px 2px 3px 1px #666;
/*
	text-shadow:0 -1px #1a6ea0;
*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image:-moz-linear-gradient(
		top,
		#ffa035 0%,
		#ff8300);
	background-image:-webkit-gradient(
		linear,left top,left bottom,
		from(#ffa035),
		to(#ff8300));
 	cursor: pointer;
 }

.btn_or:hover {
	opacity: 0.8;
}

.btn_or:disabled	{
	background-color: #C0C0C0;
	background-image: none;
}
/*------------------------------------------------------------------------------
	login
------------------------------------------------------------------------------*/
.login	{
	position: relative;
	top: 50%;
	margin-top: -150px;
}

.login_bg	{
	width: 500px;
	margin: 0px auto;
	padding: 50px 20px;
	background-color: #00A0C6;
}
/*------------------------------------------------------------------------------
	スクロール(Spreadsheet)
------------------------------------------------------------------------------*/
thead.scrollHead,tbody.scrollBody {
	display: block;
}

tbody.scrollBody{
	background-color: #C0C0C0;
	overflow-y: scroll;
}

.scrollBody	tr	{
	background-color: white;
}
/*------------------------------------------------------------------------------
	loder
------------------------------------------------------------------------------*/
#loader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #000000;
	opacity: 0.55;
	filter: alpha(opacity=55);
	-ms-filter: "alpha(opacity=55)";
	z-index: 1;
}

#loader {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #fff;
	z-index: 2;
}
