@charset "utf-8";

* {
	color:#8a522d;	
}
/* Specail Setting
=========================================================================================== */

/* Sidebar */
#Contents #Sidebar #SideMenu ul li{
	background:url(../images/link/menulist_icon.gif) no-repeat 41px 11px;
}
#Contents #Sidebar #SideMenu ul li a{
	color:#89582f;
}
#Contents #Sidebar #SideMenu ul li a:hover{
	color:#e49b6c;
}
#Contents #Sidebar #SideMenu ul li a.Actived{
	color:#e49b6c;
}
#Contents #Sidebar #SideMenu ul li.First{
	background:url(../images/link/menulist_icon_firstbg.gif) no-repeat 0 0;
}

/* Mainbody Common */
#Contents #Main{
	position:relative;
	height:auto!important;
	height:500px;
	min-height:500px;

}
#Contents #Main #Locator{
	background:url(../images/link/locator_bg.gif) no-repeat 0 0;
	color:#89522f;
}
#Contents #Main #Mainbody{
	padding:15px 15px 30px;
}

#Contents #Main #Mainbody #BacktoTop{
	position:absolute;
	bottom:0;
	right:15px;
	padding:6px 15px 8px 0;
	width:710px;
	border-top:1px dashed #999;
	text-align:right;
}
/* Special */
#LinkListUl li{
	border-bottom:1px dashed #999;
	line-height:35px;
	color:#7c1529;
}
#LinkListUl li a{
	color:#8a522d;
}

