﻿@charset "utf-8";

#header {
	min-width: 1000px
}

#header #header_top {
	height: 52px;
	background-image: url(../images/back_header_top.gif);
	background-repeat: repeat-x;
	position: relative;
	padding-left: 12px;
}

#header #header_top #header_rogo {
	float: left;
}

#header #header_top #header_visual {
	height: 52px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#header #header_mid {
	background-image: url(../images/back_header_mid.gif);
	background-repeat: repeat-x;
	height: 34px;
	padding-right: 30px;
	padding-left: 30px;
}

#header #header_mid #header_title {
	line-height: 34px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/header_mid_icon.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

#header #header_btm {
	background-image: url(../images/back_header_btm.gif);
	background-repeat: repeat-x;
	height: 28px;
	line-height: 28px;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 12px;
}

#header #header_btm #header_link {
	float: right;
}

#header #header_brc {
	background-image: url(../images/back_header_brc.gif);
	background-repeat: repeat-x;
	line-height: 20px;
	color: #FFF;
	height: 20px;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 10px;
}

#header #header_brc a {
	color: #FFF;
}

#contents_back {
	background-color: #F8F8F8;
}

#contents {
	width: 1000px;
	min-height: 300px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
/*
#contents a:hover * {"config/ddl/insert/INS_TBL_LOCATION_INFO.sql"
	filter: alpha(style=0; opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
*/
#contents .btn_center {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents .separate {
	margin-bottom: 15px;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 15px;
}

#footer {
	background-image: url(../images/back_footer.gif);
	background-repeat: repeat-x;
	height: 37px;
}

#footer #copyright {
	font-size: 12px;
	line-height: 37px;
	color: #FFF;
	text-align: center;
}

#message {
	color: #ff0000;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid gray;
	text-align: center;
	background-color: #ffffff;
	font-weight: bold;
}

h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 14px;
	line-height: 40px;
	border-left-width: 3px;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #F89525;
	padding-left: 10px;
	font-weight: bold;
	clear: both;
	display: block;
	position: relative;
	margin-bottom: 10px;
}

#total_amouny_span {
	font-size:12pt;
	font-weight: bold;
	padding: 5px;
}