@charset "utf-8";

/* top_style
----------------------------------------------- */
div.earth{
	margin-bottom:10px;
	background-image:url(../images/img_earth.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:60px;
	width:auto;
	height:50px;
}
div.earth p{
	margin:0;
	font-size:1em;
	font-weight:bold;
	color:#FF0000;
}

/* table_style
----------------------------------------------- */
#mainContent table{
	border:1px solid #CCCCCC;
	border-collapse:separate;
	border-spacing:1px;
	width:535px;
	margin-bottom:10px;
	color:#5F5F5F;
}
#mainContent th{
	padding:3px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#84C40A;
	color:#FFFFFF;
	white-space:nowrap;
}
#mainContent td{
	padding:3px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#FCFCFC;
}
#mainContent td.center{
	text-align:center;
}
#mainContent td.point{
	text-align:center;
	font-weight:bold;
	color:#990000;
}
#mainContent td.bold{
	font-weight:bold;
}
#mainContent td input{
	font-size:0.95em;
}
#mainContent table.data th{
	width:15%;
	padding:3px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#DFDFDF;
	color:#5F5F5F;
	white-space:nowrap;
}
#mainContent td .point{
	font-weight:bold;
	color:#990000;
}

/* table_style
----------------------------------------------- */
#mainContent .loginTable{
	width:100%;
	border: 0px;
	color: #5F5F5F;
	background-color: white;
	margin: 0px;
	padding: 0px;
}
#mainContent .loginTable th{
	padding-right:10px;
	text-align:left;
	width:5%;
	border: 0px;
	color: #5F5F5F;
	background-color: white;
	margin: 0px;
	padding: 0px;
}
#mainContent .loginTable td{
	width:95%;
	border: 0px;
	color: #5F5F5F;
	background-color: white;
	margin: 0px;
	padding: 0px;
}

/* table.point_style
----------------------------------------------- */
#mainContent table.point{
	border:1px solid #CCCCCC;
	border-collapse:separate;
	border-spacing:1px;
	width:535px;
	margin-bottom:15px;
	color:#5F5F5F;
}
#mainContent table.point th{
	padding:5px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#DFDFDF;
	color:#5F5F5F;
}
#mainContent table.point td{
	padding:5px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#F3F3F3;
	text-align:center;
}
#mainContent table.point a{
	color:#5F5F5F;
	text-decoration:none;
}
#mainContent table.point a:hover{
	text-decoration:underline;
}

/* table.charge_style
----------------------------------------------- */
#mainContent table.charge{
	border:1px solid #CCCCCC;
	border-collapse:separate;
	border-spacing:1px;
	width:535px;
	margin-bottom:15px;
	color:#5F5F5F;
}
#mainContent table.charge th{
	padding:5px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#DFDFDF;
	color:#5F5F5F;
}
#mainContent table.charge td.gr{
	padding:5px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#99CC33;
	color:#FFFFFF;
	text-align:center;
}
#mainContent table.charge td.or{
	padding:5px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#FF6600;
	color:#FFFFFF;
	text-align:center;
}

/* must_style
----------------------------------------------- */
.must{
	color:#FF401A;
	font-weight:bold;
}

/* point_style
----------------------------------------------- */
#mainContent #point{
	margin:0 auto;
	background-image:url(../images/img_point.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:535px;
	height:127px;
}

#mainContent #point .ccp0{
	position:relative;
	top:46px;
	left:101px;
	display:block;
	width:0px;
	height:0px;
	background-image:url(../images/img_bar.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#mainContent #point .ccp10{
	position:relative;
	top:46px;
	left:101px;
	display:block;
	width:40px;
	height:50px;
	background-image:url(../images/img_bar.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#mainContent #point .ccp50{
	position:relative;
	top:46px;
	left:101px;
	display:block;
	width:200px;
	height:50px;
	background-image:url(../images/img_bar.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#mainContent #point .ccp80{
	position:relative;
	top:46px;
	left:101px;
	display:block;
	width:320px;
	height:50px;
	background-image:url(../images/img_bar.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#mainContent #point .ccp100{
	position:relative;
	top:46px;
	left:101px;
	display:block;
	width:400px;
	height:50px;
	background-image:url(../images/img_bar.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

/* btn_dl_style
----------------------------------------------- */
.btn_dl a{
	display:block;
	width:200px;
	height:40px;
	margin:0 auto;
	margin-bottom:10px;
	text-align:center;
	background-image:url(../images/btn_dl.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.btn_dl2 a{
	display:block;
	width:174px;
	height:44px;
	margin:0 auto;
	margin-bottom:10px;
	text-align:center;
	background-image:url(../images/btn_ask.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.btn_dl3 a{
	display:block;
	width:174px;
	height:44px;
	margin:0 auto;
	margin-bottom:10px;
	text-align:center;
	background-image:url(../images/btn_ask2.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.btn_dl4 a{
	display:block;
	width:174px;
	height:44px;
	margin:0 auto;
	margin-bottom:10px;
	text-align:center;
	background-image:url(../images/btn_ask3.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

/* table.data_style
----------------------------------------------- */
#mainContent table.data{
	border:1px solid #CCCCCC;
	border-collapse:separate;
	border-spacing:1px;
	width:535px;
	margin-bottom:10px;
	color:#5F5F5F;
}
#mainContent table.data th{
	padding:5px;
	width:25%;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#DFDFDF;
	text-align:left;
}
#mainContent table.data td{
	padding:5px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#F3F3F3;
	vertical-align:top;
}

/* list_style
----------------------------------------------- */
#mainContent ul.list{
	margin:0 0 10px 0;
	padding:0;
}
#mainContent ul.list li{
	margin:0 0 5px 15px;
	list-style-type:circle;
}
#mainContent ul.list li.st{
	margin:0 0 5px 15px;
	list-style-type:circle;
	font-weight:bold;
	color:#F00;
}

/* flow_style
----------------------------------------------- */
.flow{
	display:block;
	width:534px;
	height:119px;
	margin:0 auto;
	margin-bottom:15px;
	text-align:center;
	background-image:url(../images/flow.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.flow2{
	display:block;
	width:535px;
	height:247px;
	margin:0 auto;
	margin-bottom:15px;
	text-align:center;
	background-image:url(../images/flow2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

/* table.charge
----------------------------------------------- */
#mainContent table.charge{
	border:1px solid #CCCCCC;
	border-collapse:separate;
	border-spacing:1px;
	width:535px;
	margin-bottom:8px;
	color:#5F5F5F;
}
#mainContent table.charge th{
	padding:5px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#fffdd8;
	color:#5F5F5F;
}
#mainContent table.charge td{
	padding:5px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#fff;
	text-align:center;
}

#mainContent table.charge td.skyblue{
	background-color:#d8faff;
}

#mainContent table.charge td.blue{
	background-color:#e2eaf5;
}

#mainContent table.charge td.pink{
	background-color:#ffe4f0;
}

#mainContent table.charge td.green{
	background-color:#f2fff0;
}

#mainContent table.charge td.orange{
	background-color:#ffefd5;
}

#mainContent table.charge td.darkblue{
	background-color:#e0edf1;
}

.Right_txt{
	text-align: right;
}

.Mb30{
	margin-bottom: 30px;
}

