@charset "utf-8";
/* ---------------------------------------------- */
/* Base */
/* ---------------------------------------------- */
A:link {
	color:#980d33;
	text-decoration:underline;
}

A:visited { 
    color:#980d33; 
	text-decoration:underline;
}

A:active {
    color:#980d33; 
	text-decoration:underline;
}

A:hover {
    color:#e24e7a; 
	text-decoration:none;
}
html {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../image/top_bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul  {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 12px;
	padding: 0px;
	margin: 5px 0px 0px;
}
img {
	border:none;
}
font {
	font-size:9pt;
	line-height:18px;
    color:#656565; 
	font-family:Arial, Helvetica, sans-serif, "MS PGothic"; 
}
table {
	font-family:Arial, Helvetica, sans-serif, "MS PGothic"; 
	font-size: 14px;
	line-height: 18px;
}

#All {
	width: 900px;
	padding: 0px;
	margin: 0 auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fa99b2;
	border-left-color: #fa99b2;
}
#Main {
	width: 900px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	background-image: url(../image/smain_back.jpg);
	background-repeat: repeat;
}
/* ---------------------------------------------- */
/* header */
/* ---------------------------------------------- */
.header {
	width: 900px;
	height: 102px;
	float: left;
	background-image: url(../image/top_bg.gif);
}
.header_logo {
	float: left;
	width: 259px;
	text-align: center;
	height: 102px;
}
.header_Mainmenu {
	float: right;
	width: 641px;
	height: 102px;
}

/* ---------------------------------------------- */
/* center */
/* ---------------------------------------------- */

.center_Main {
	float: left;
	width: 900px;
	text-align: center;
	font-size: 10pt;
	padding-bottom: 25px;
	line-height: 18px;
}

.center_mainimg {
	width: 900px;
	margin: 0px;
	height: 229px;
}
.center_cont {
	width: 900px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif, "MS PGothic";
	font-size: 9pt;
	line-height: 18px;
	color: #656565;
	background-image: url(../image/cont_bg.gif);
	background-repeat: no-repeat;
}
.b_bg {
	width: 310px;
	height: 140px;
	font-family: Arial, Helvetica, sans-serif, "MS PGothic";
	font-size: 10px;
	line-height: 18px;
	color: #656565;
	background-image: url(../image/b_bg.gif);
	text-align: left;
	background-repeat: no-repeat;
	padding-left: 8px;
}
.main_tit{
	font-family: Arial, Helvetica, sans-serif, "MS PGothic";
	font-size: 13px;
	line-height: 22px;
	color: #2b2455;
	text-align: left;
	padding-left: 15px;
	font-weight: bold;
}
.banner_bg {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif, "MS PGothic";
	font-size: 12px;
	color: #585858;
	line-height: 18px;
	text-align: left;
}
/* ---------------------------------------------- */
/* Footer */
/* ---------------------------------------------- */

.footer {
	float: left;
	height: 55px;
	width: 900px;
	background-image: url(../image/bottom_bg.jpg);
	background-repeat: repeat;
	padding-top: 15px;
}

.footer_copy {
	font-family:Arial, Helvetica, sans-serif, "MS PGothic";
	font-size: 12px;
	color: #35393c;
	line-height: 25px;
	text-align: center;
}

