@charset "utf-8";
/* CSS Document */

p#SiteCopy {
	font-size: 13px;
	margin: 0px;
	color: #333;
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 70px;
}
#H1Wrapper {
	width: 100%;
	height: 120px;
	background-image: -moz-linear-gradient( 0deg, rgb(246,139,29) 0%, rgb(247,129,85) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(246,139,29) 0%, rgb(247,129,85) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(246,139,29) 0%, rgb(247,129,85) 100%);
	overflow: hidden
}
#H1Wrapper h1 {
	width: 940px;
	margin: 0 auto;
	font-size:34px;
	color: #fff;
	padding: 40px 0px 0px
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 25px;
	padding: 5px 10px 10px 20px;
	border-bottom: dotted 1px #ccc;
	position: relative
}
h2:before {
	position: absolute;
	content: "";
	background: #ff5b0b;
	width: 10px;
	height: 10px;
	left: 0;
	top:10px;
}

#SiteMap {
	width: 920px;
	margin: 60px auto;
	overflow: hidden
}
#SiteMap  ul{
	margin-bottom: 40px;
} 
#Youki{
	overflow: hidden
} 
#Youki ul{
	float:left;
	margin-right: 100px;
} 

#SiteMap ul li{
	background: url(../img/list_style.gif) left center no-repeat;
	padding-left: 20px;
	margin-left: 15px;
	margin-bottom: 16px;
}



#SiteMap ul li a{
	font-size:16px;
	-webkit-transition:color .2s ease;
   transition:color .2s ease;
}



