@charset "utf-8";
/* CSS Document */
body {
	background-color:#fdf01e;
}
a:link {
	color:#9c47df;
	text-decoration:underline;
}
a:visited {
	color:#9c47df;
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
	color:#9c47df;
}
a:active {
}

/*----------------------------------------
#wrapper
-----------------------------------------*/
#wrapper {
	width:900px;
	margin:0  auto;
	background:#FFFFFF;
}

/*----------------------------------------
header
-----------------------------------------*/
#header {
}
#header h1,#header p {
	float:left;
}

/*----------------------------------------
#container-wrap
-----------------------------------------*/
#container {
	padding:40px 30px 0;
	width:840px;
}


/*----------------------------------------
#main
-----------------------------------------*/
#main {
	float:right;
	width:590px;
}

/*----------------------------------------
#sub 
-----------------------------------------*/
#sub {
	float:left;
	width:195px;
}
#sub h2 {
	padding:0 0 10px 0;
}
#Nav {
	background:url(../img/bg-linedot.gif) no-repeat left bottom;
	padding:0;
}
#Nav ul li {
	padding:0 0 10px 0;
}

/*----------------------------------------
pagetop
-----------------------------------------*/
#pagetop {
	padding:50px 30px 0;
	width:840px;
	text-align:right;
	clear:both;
}
#pagetop a {
}


/*----------------------------------------
#footer
-----------------------------------------*/
#footer {
	background-color:#fdf01e;
	text-align:center;
	padding:20px 0;
}





