body{
	margin				: 0px;
	padding				: 0px;
/*	background-image	: url(../sys_img/body_background.gif);*/
	background-repeat	: repeat-x;
}
#ogkCommonHeader {
	width		: 960px;
	margin		:0px auto
}

div#top_ttl div {
	text-align		: right;
	padding-top		: 10px;
	padding-right	: 20px;
	font-size		: 10pt;
}

#logout, .pwd {
	color	: #00f;
}

#logout:hover {
	color			: #fff;
	text-decoration	: underline;
	cursor			: pointer;
}

.pwd:hover {
	color			: #fff;
	text-decoration	: underline;
	cursor			: pointer;
}

#top_pane, #left_pane, #main_pane{
	vertical-align		: top;
}

#base_table{	
  	width		: 100%;
	margin		: 0px 0px 25px 0px;
}

legend{
	font-size	: 12pt;
	font-weight	: bold;
	color		: #191970;
}

a{
	text-decoration:none;
}

#top_pane {
	background-image	: url(../sys_img/renga.gif);
}

table.top_menu{
	background-image	: url(../sys_img/renga.gif);
	padding				: 0px 30px;
	width				: 100%;
	height				: 30px;
}

.menu_btn {
	width				: 110px;
	background-image	: url(../sys_img/menu_bar.gif);
	font-size			: 10pt;
	font-weight			: normal;
	text-align			: center;
	color				: #666;
	height				: 19px;
	cursor				: pointer;
	margin				: 0px 3px 0px 3px;
	padding-top			: 5px;
}

.menu_btn:hover {
	color				: #000;
	font-weight			: bold;
}

th.page_title {
	text-align	: left;
	color		: #fff;
	font-size	: 15pt;
}

#ogkHeader {
	background	: url("../sys_img/header_bg.png") repeat-x scroll 0 bottom #FFFFFF;
}

#menu_tbl td {
	padding	: 0px 10px;
	border-left	: 1px solid #ccc;
	cursor		: pointer;
}

#menu_tbl td:hover {
	background-color	: #fff;
	color				: #ff4e00;
}

div.main_menu ul {
	margin:0px auto;
	list-style-type:none;
	padding:0px;
}

div.main_menu ul li {
	padding-top:10px;
	margin-top:7px;
	width:150px;
	height:22px;
	float:left;
	text-align:center;
}

div.main_menu ul li.slct {
	background-image:url(../sys_img/menu_select.gif);
	color:#fff;
}

div.main_menu ul li.nosl, div.main_menu ul li.nosl-a {
	background-image:url(../sys_img/menu_out.gif);
	cursor:pointer;
}

div.main_menu ul li.nosl:hover {
	background-image:url(../sys_img/menu_hover.gif);
	text-Decoration:underline;
}

div.main_menu ul li.nosl-a:hover {
	background-image:url(../sys_img/menu_hover.gif);
}

#mainContents {
	width		: 960px;
	min-height	: 100px;
	margin		: 0px auto 20px auto;
	border-left	: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding		: 3px 5px;
}

#mainContents_top {
	width		: 100%;
	max-width	: 950px;
	min-height	: 100px;
	margin		: 0px auto 20px auto;
//	border-left	: 1px solid #aaa;
//	border-right: 1px solid #aaa;
	padding		: 3px 5px;
}

#compInfoMenu th {
	background-color	: #eee;
	width				: 300px;
	cursor				: pointer;
	whight-space		: nowrap;
	text-align			: center;
	background-image	:url('../sys_img/ku_select_bar.gif');
}
#compInfoMenu th:hover {
	background-color	: #fff;
	background-image	:url('../sys_img/sub_menu_bar.gif');

}

div.logout {
	font-size		: 10pt;
	width			: 90px;
	margin-top		: 18px;
	float			: right;
}

div.logout a {
	color			: #555;
	text-Decoration	: none;
}

div.logout a:hover {
	color			: #55f;
	text-Decoration	: underline;
}

div.sub_menu {
	background-image:url(../sys_img/sub_menu_bar.gif);
	height:28px;
	padding:0px;
	color:#555;
	width:100%;
	min-width:1190px;
}

div.sub_title {
	float			: left;
	font-size		: 12pt;
	margin-top		: 4px;
	margin-left		: 20px;
}

div.sub_menu_left {
	float:right;
}

div.sub_menu_div {
	border-left : solid 1px #000;
	border-right : solid 1px #444;
	margin-top: 3px;
	height : 22px;
	width : 80px;
	text-align : center;
	float : right;
	color : #aaa;
	cursor : pointer;
}

div.sub_menu_div:hover {
	color : #fff;
	text-Decoration : underline;
}

div.foot {
	position			: static;
	top					: auto;
	bottom				: 0px;;
	width				: 100%;
	background-color	: #eee;
	text-align			: center;
	vertical-align		: bottom;
	font-size			: 9pt;
	z-index				: 999;
}

body > div.foot {
	position			: fixed;
}

div.foot_ttl {
	float				: left;
	width				: 273px;
	height				: 20px;
	margin				: 0px 20px 0px 10px;
}

	.flexigrid div.fbutton .my_add
		{
			background: url(../js/flexigrid/css/images/add.png) no-repeat center left;
		}
	.flexigrid div.fbutton .my_del
		{
			background: url(../js/flexigrid/css/images/close.png) no-repeat center left;
		}
	.flexigrid div.fbutton .my_view
		{
			background: url(../js/flexigrid/css/images/view.png) no-repeat center left;
		}
	.flexigrid div.fbutton .my_edit
		{
			background: url(../js/flexigrid/css/images/edit.png) no-repeat center left;
		}
	.flexigrid div.fbutton .my_pwd
		{
			background: url(../js/flexigrid/css/images/pwd.png) no-repeat center left;
		}
	.flexigrid div.fbutton .my_excel
		{
			background: url(../js/flexigrid/css/images/excel.png) no-repeat center left;
		}
	.flexigrid div.fbutton .my_pdf
		{
			background: url(../js/flexigrid/css/images/pdf.png) no-repeat center left;
		}
	.flexigrid div.fbutton .my_copy
		{
			background: url(../js/flexigrid/css/images/copy.png) no-repeat center left;
		}
	.flexigrid div.fbutton .my_filter
		{
			background: url(../js/flexigrid/css/images/filter.png) no-repeat center left;
		}
/*
	.flexigrid span.fbutton_rev{
		color : #ED5412; /*#FF8C00;*/
	}
*/


#setup_tab {
	margin	: 0px 5px 55px 5px;
}

/* ?{?^????? */

.btn_edit {
	font-size	: 9pt;
	color		: #0045d1;
}
.btn_xls {
	font-size	: 9pt;
	color		: #328d00;
}
.btn_pdf {
	font-size	: 9pt;
	color		: #da0000;
}

.ipt_suji, .price {
	ime-mode	: disabled;
	text-align	: right;
}

.ipt_tel {
	ime-mode	: disabled;
}

.ipt_zip {
	ime-mode	: disabled;
}

.ipt {
	 border: 1px solid #FF0000;
}

.popup {
	display		: none;
}

table.border {
    border: 1px solid #D3D3D3;
    border-collapse: collapse;
    border-spacing: 0;
}
table.border th {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F0F0F0;
    border-color: #D3D3D3;
    border-style: solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    line-height: 120%;
    padding: 5px;
    text-align: center;
}
table.border td {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E3E3E3;
    border-style: solid;
    border-width: 0 0 1px 1px;
    padding: 5px;
}

span.must {
  	font-size 	: 9pt;
	color		: #f00;
}

.must_mark{
  	font-size : 9px;
	color : #FF4500;
}

.mst_btn {
	width		: 160px;
	height		: 30px;
	margin		: 3px 5px;
}

span.hissu {
	font-size	:9pt;
}

div.hissu {
	text-align	:right;
	font-size	:9pt;
}

.hojo {
	font-size:9pt;
	color:#3a3;
}

.ui-tooltip-content {
	font-size		: 9pt;
}

.dltable {
	font-size	: 9pt;
	border-color	:black;
}

.tbl_head {
	background-color:#DDDDDD;
	text-align	:center;
}

.tbl_data:nth-child(odd) {
	background-color:#DDFFFF;
}

.ichiCa{
	background-color:#ffffff;
	font-size	:10pt;
	text-align	:center;
	cursor		: pointer;
}
.ichiCb{
	background-color:#DDFFFF;
	font-size	:10pt;
	text-align	:center;
	cursor		: pointer;
}

.ichiCa:hover{
	background-color	: #3333ff;
	color			: #cccccc;
}
.ichiCb:hover{
	background-color	: #3333ff;
	color			: #cccccc;
}
