@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url();
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bg_menu {
	background-image: url(images/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.list_title {
	font-family: "宋体";
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #FFCC00;
}

.bg_main {
	background-image: url(images/bg_main.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.dashedline_main {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
}
.dashedline_gray {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.right_inside {
	background-image: url(images/right_pattern_inside.gif);
	background-repeat: no-repeat;
	background-position: right 170px;
}

.text_black {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.text_underline {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #999999;
	font-family: "宋体";
	font-size: 12px;
	line-height: 26px;
	color: #000000;
}
.text_gray {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
}
.text_title {
	font-family: "宋体";
	font-size: 14px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #990000;
}

.bg_profile_home {
	background-image: url(images/profile_bg_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.text_white {
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.bg_idea {
	background-image: url(images/idea_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.pattern01_right {
	background-image: url(images/right_pattern01.gif);
	background-repeat: no-repeat;
	background-position: left 250px;
}
.pattern02_right {
	background-image: url(images/right_pattern02.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.text_red_underline {
	font-family: "宋体";
	font-size: 12px;
	line-height: 25px;
	color: #cc896e;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C06D4E;
}
a:link,a:visited,a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a.yellow:link,a.yellow:visited,a.yellow:active {
	color: #FFCC00;
	text-decoration: none;
}
a.yellow:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.red:link,a.red:visited,a.red:active {
	color: #990000;
	text-decoration: none;
}
a.red:hover {
	text-decoration: underline;
	color: #000000;
}
a.white:link,a.white:visited,a.white:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a.question:link,a.question:visited,a.question:active {
	color: #cc896e;
	text-decoration: none;
}
a.question:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.dashedline_question {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C06D4E;
}
