@charset "utf-8";
/* CSS Document */

.guide-page {
	padding:0 10px;
}

.guide-header {
	background-color:#E3E3E3;
	padding:20px;
}

.guide-block a {
	color:#1111CC;
	text-decoration:underline;
}

.guide-header li {
	clear:both;
	list-style-image:url(/Pics/YCommons/webpages/arrow_guie.gif);
	list-style-position:inside;
	padding:1px;
}
.guide-header li a {
	color:#0460A9;
	font-size:12px;
}
.guide-title {
	color:#0460A9;
	float:left;
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}
.guide-block {
	border-top:1px dashed #0460A9;
	margin-top:20px;
	padding:10px;
}
.guide-top, .guide-top:hover, .guide-top:visited {
	background-image:url(/Pics/YCommons/webpages/arrow_top_guie.gif);
	background-position:right center;
	background-repeat:no-repeat;
	float:right;
	height:20px;
	text-decoration:none;
	color:#FFFFFF;
	width:30px;
}
.guide-block table {
	clear:both;
	margin:10px;
}
.guide-block table td {
	padding:5px;
	text-align:justify;
	vertical-align:top;
}
.guide-table-title, .guide-table-title a {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	color:#000000;
	text-decoration:none;
}
.guide-table-title a:hover {
	text-decoration:underline;
}

.guide-table-title a {
	background-image:url(/Pics/YCommons/webpages/guide-underline.gif);
}
.guide-table-title span {
	font-weight:normal;
	margin-right:5px;
}
.guide-table-legend {
	border-bottom:1px solid #EEEEEE;
	border-top:1px solid #EEEEEE;
	color:#AA3333;
	font-size:16px;
	font-weight:bold;
}
.guide-img-comb {
	position:relative;
}
.guide-img-comb span {
	background-color:#FFFFFF;
	color:red;
	font-weight:bold;
	line-height:10px;
	position:absolute;
}
