/* general *************************************************/

td{
	word-break: break-all;
}

.center{
	text-align: center;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

.mini{
	font-size: 11px;
}

.red{
	color: red;
}

.bold{
	font-weight: bold;
}

.big{
	font-size: 16px;
}

.caution{
	color: red;
	font-weight: bold;
	font-size: 20px;
}

div.space{
	font-size: 0px;
	height: 30px;
	clear: both;
}

div.space_s{
	font-size: 0px;
	height: 15px;
	clear: both;
}

div.clear{
	height: 0px;
	clear: both;
	visibility: hidden;
	display: block;
}

a img{
	border: none;
}

a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}

a:hover{
	color: #FF2222;;
}

div.scroll{
	border: 1px solid #aaaaaa;
	padding: 0;
	overflow: auto;
}

span.confirm{
	color: #666666;
}

span.asterisk{
	color: red;
	/*
	font-weight: bold;
	*/
	font-size: 11px;
}
span.ex{
	color: #666666;
}

td.enable{
	color: #bbbbbb;
}

.toggle_close{
	display: none;
}

/* move_page *************************************************/
div.move_page{
	margin: 20px 0px 10px 0px;
}

div.move_page a{
	font-size: 20px;
}

div.move_page span{
	color: red;
	font-size: 24px;
	font-weight: weight;
}
/* tab ******************************************************/
div.tab_bar{
	clear: both;
	width: 100% -60px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 60px;
	background-color: #446688;
	overflow: hidden;
	border-top: 1px solid #DADDDF;
	border-left: 1px solid #DADDDF;
	border-right: 1px solid #DADDDF;
}

	div.tab_bar div{
		width: 160px;
		text-align: center;
		float: left;
		font-size: 14px;
		letter-spacing: +2px;
		padding: 5px 0px 5px 0px;
		border: 1px #ccc;
		border-style: none solid none;

	}

	div.tab_bar a{
		color: #ffffff;
		text-decoration: none;
	}

	div.tab_bar div.others{
		cursor: pointer;
	}

		div.tab_bar div.others:hover{
			background-color: #ff3300;
		}

	div.tab_bar div.current{
		background-color: #ffffff;
	}


div.tab_body{
	clear: both;
	margin: 0px 0px 15px 0px;
	padding: 15px;
	border-left: 1px solid #DADDDF;
	border-right: 1px solid #DADDDF;
	border-bottom: 1px solid #DADDDF;
}

/* main *****************************************************/

table.std{
	background-color: #aaaaaa;
}

table.std th{
	font-weight: normal;
	background-color: #DADDDF;
	padding: 8px 10px 8px 10px;
}

table.std td{
	background-color: #ffffff;
	padding: 8px 10px 8px 10px;
}

table.std td.total{
	background-color: #ffdddd;
	/*font-weight: bold;*/
}

table.std_m{
	background-color: #aaaaaa;
}

table.std_m th{
	font-weight: normal;
	background-color: #DADDDF;
	padding: 4px 8px 4px 8px;
}

table.std_m td{
	background-color: #ffffff;
	padding: 4px 8px 4px 8px;
}

table.full{
	width: 100%;
}

div.float{
	float: left;
	margin: 0px 15px 10px 0px;
}

div.to_top{
	text-align: left;
	margin: 25px 0px 15px 0px;
}

	table td.bg_err{
		background-color: #FFBBBB;
	}
