

/*-------全体-------*/

body
{
	background-image: url("../img/back_01.gif");
	background-repeat: repeat-x;
	background-position-x: 10px;
	background-position-y: 10px;
}

.logo
{
	margin-left: 175px;
	margin-top: 17px;
}

h2
{
	background-image: url("../img/h2.gif");
	background-repeat: no-repeat;
	background-position: 0% 130%;
	padding-left: 10px;
	font-size: 13pt;
	height: 20px;
	width: 80%;
	margin-bottom: 30px;
}

.main
{
	width: 100%;
}

.clear
{
	clear: both;
}

.all_detail
{
	width: 850px;
	margin: 0 auto;
	margin-top: 100px;
}

.all_detail_table
{
	border-collapse: collapse;
	border: 1px #cccccc solid;
	width: 850px;
}

.all_detail_td
{
	background-color: #ffffff;
	border: 1px #cccccc solid;
}

/*-------login.html-------*/


.ex
{
	height: 50px;
}

.maintenance {
	position: relative;
	top: 10px;
	left: 20%;
	display: inline-block;
	max-width: 80%;
	border: 2px solid red;
}

.ex_footer
{
	height: 18px;
}

.all_detail_td h2
{
	background-image: url("../img/h2.gif");
	background-repeat: no-repeat;
	background-position: 0% 130%;
	font-size: 13pt;
	height: 20px;
	width: 680px;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-left: auto;
	margin-right: auto;
}

.main div table
{
	font-size: 9pt;
	margin-left: auto;
	margin-right: auto;
}

.text
{
	font-size: 9pt;
	width: 80%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

.text_1
{
	font-size: 9pt;
	width: 100%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.footer
{
	font-size: 9pt;
	width: 100%;
	height: 30px;
	text-align: right;
	margin-top: 40px;
	line-height: 250%;
	background-image: url("../img/back_02.gif");
	background-repeat: x-repeat;
}


/*-------detail.html-------*/

.detail
{
	width: 22%;
	margin-left: 20px;
	float: left;
	font-size: 10pt;
	line-height: 5mm;
}

.detail2
{
	width: 58%;
	margin-left: 15px;
	float: left;
	background-color: #ffffff;
}

.detail2 h2
{
	background-image: url("../img/h2_s.gif");
	background-repeat: no-repeat;
	background-position: 0% 140%;
	font-size: 15pt;
	line-height: 100%;
	height: 20px;
	width: 680px;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-left: auto;
	margin-right: auto;
}


.detail td
{
	background-image: url("../img/button.gif");
	background-repeat: no-repeat;
	width: 179px;
	height: 35px;
	padding-left: 30px;
}

.detail a:link
{
	color: #ffffff;
}

.detail a:visited
{
	color: #ffffff;
}

.detail a:hover
{
	color: #ffffff;
}

.detail a:active
{
	color: #ffffff;
}


.detail2 h3
{
	font-weight: bold;
	color: #0099cc;
	margin-top: 30px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.detail2 table
{
	border: 1px #696969 solid;
	border-collapse: collapse;
	width: 550px;
}

.detail2 th
{
	background-color: #99ccff;
	padding: 7px;
	text-align: left;
	border: 1px #696969 solid;
	color: #708090;
}

.detail2 td
{
	padding: 7px;
	text-align: left;
	border: 1px #696969 solid;
}


/*微調整*/
.box_long
{
	width:265px;
}
.error_message
{
	color:Red;
}
.success_message
{
	color:Blue;
}

