@charset "utf-8";
/* CSS Document */

/*--- MANAGE_TITLE  --- */
.manage_title{
	color:#A37547;
	text-align:-moz-right !important; /* firefox text-align problem used */
	text-align:right;
}
.manage_title span {
	padding-left: 10px;
}

/*--- MANAGE_ABOUT_ME ---*/
/* About_Me_Image */
.manage_about_me_img{
	float:left;
	border:#aaa 1px solid;
	border-top:#ccc 1px solid;
	border-bottom:#777 1px solid;
	width:98px;
	height:98px;
	background:#ddd url(images/image_profile.gif) no-repeat;
}

/* About_Me_TXT */
.manage_about_me_txt{
	float:right;
	width:630px;
}
.manage_about_me_txt a{
	color:#06F;
	text-decoration:none;
}
.manage_about_me_txt a:hover{
	color:#09F;
	text-decoration:underline;
}
.manage_about_me_txt ul{
	list-style:none;
	margin:0;
	padding:0;
}
.manage_about_me_txt li{
	line-height:25px;
}
#content_txt .manage_about_me_txt em{
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	color:#725000;
}


/*--- MANAGE_RESULT ---*/
/* Result_Tree_Image */
.manage_result_tree{
	margin:5px 10px 0 10px;
	color:#093;
}

/* Result_TXT */
.manage_result_txt{
	margin:5px 15px 0 15px;
}
.manage_result_txt a{
	color:#06f;
	text-decoration:none;
}
.manage_result_txt a:hover{
	color:#09f;
	text-decoration:underline;
}
/* manage_result_tip */
#manage_result_tip ul{
	list-style:none;
	margin:0;
	padding:0;
}
#manage_result_tip li{
	float:left;
	padding:0 20px 0 25px;
}
/* tip_style */
#manage_result_tip .icon_tip{
	background:url(images/icon_tip.gif) 0 4px no-repeat;
	line-height:25px;
}
#manage_result_tip .icon_tip_black{
	background:url(images/icon_tip_black.gif) 0 4px no-repeat;
	line-height:25px;
}

/* manage_result_article */
#manage_result_article{
	clear:both;
	margin-top:5px;
}
#manage_result_article ul{
	list-style:none;
	margin:0;
	padding:0;
}
#manage_result_article li{
	float:left;
	padding:0 20px 0 25px;
	line-height:25px;
	background:url(images/icon_article.gif) 3px 5px no-repeat;
}