@charset "utf-8";
/* CSS Document */
#container {
	width: 718px;
	height: auto;
	float: left;
	padding: 0px 10px 30px 10px;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	
}

#left_title .title {
	position: absolute;
	z-index: 5;
	left: 54px;
	top: 303px;
}
#container .words {
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 10px;
	color: #666666;
}
#list {
	width: 100%;
	height: auto;
	margin: auto;
}
#list .line {
	border-top: 1px #E7DCD1 dashed;
}
#list .same {
	position: absolute;
	color: #777777;
	right: 146px;
	top: 1306px;
	padding: 0px;
	margin: 0px;
	background: none !important;
	width: 84px;
	z-index: 1;
}
#list .head {
	color: #FFFFFF;
}
.c01 {
	color: #663300;
}
.c02 {
	color: #545454;
}
.c03 {
	color: #B20000;
}
.c04 {
	color: #8C8C00;
}
.c05 {
	color: #CA1633;
	font-weight: bold;
	font-size: 15px;
}
.c06 {
	color: #FFFFFF;
}
.c07 {
	background-image: url(bg.jpg);
	color: #FFF;
}
.c08 {
	color: #9F8570;
}
#list .title {
	width: 100%;
	height: auto;
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px #CCCCCC dotted;
	text-align: center;
}
#list .title2 {
	width: 100%;
	height: auto;
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px #CCCCCC dotted;
	text-align: left;
}
#list .txt {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 25px 0 25px 0;
	background-image: url(../common/line.jpg) ;
	background-repeat: no-repeat;
	background-position: bottom center;
}
#list .line {
	background-image: url(../common/line2.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#list .remittance a {
	color: #FF4C4C;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: color 200ms linear;
	-moz-transition: color 200ms linear;
	-o-transition: color 200ms linear;
	transition: color 200ms linear;
}
#list .remittance a:visited {
	color: #FF4C4C;
	text-decoration: none;
}
#list .remittance a:hover {
	color: #930;
	text-decoration: none;
}
