@charset "utf-8";

body,div,pre,p,blockquote, 
form,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6, 
embed,object { 
	margin: 0;
	padding: 0;
	vertical-align: baseline; 
	font-size: 106.00%;
}

body {
	background: #fff;
	color: #333333;
	font: 16px/1.7 Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 200%;
	text-align: center;
	padding: 20px;
	line-height: 1.4
}
h1 a {
	color: #444;
	text-decoration: none;
}
h1 a:hover {
	color: #888;
	text-decoration: underline;
}
h2 {
	font-size: 200%;
	margin-bottom: 0.5em;
}
p {
	margin-bottom: 1em;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1;
}

#article {
	background: #fff;
	padding: 60px;
	height: 2000px;
	margin: 0 auto 60px;
	width: 780px;
}



/* ======================================== */
.nav {
	padding: 0 20px;
	margin: 0 auto 10px;
	width: 760px;
	font-size: 85%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #333;
	background: -moz-linear-gradient(top, #666, #333);
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background: -o-linear-gradient(top, #666, #333);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
.nav li {
	list-style: none;
	float: left;
}
.nav li a {
	text-decoration: none;
	color: #fff;
	padding: 8px 12px;
	display: block;
}
.nav li a:hover {
	background: #666;
}

