@charset "UTF-8";
/*html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)*/
html,body,div,span,object,iframe,img,p,h1,h2,h3,h4,h5,h6,
blockquote,pre,abbr,address,cite,code,del,dfn,em,ins,kbd,q,samp,
small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,
form,label,legend, caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,footer,header,nav,section,
time,mark,audio,video{
    margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;}

/*clearfix*/
clearfix::after {content:''; display:table; clear:both}

/*layout*/
body {
	font:90%/1.6 Century Gothic, Arial, sans-serif;
	width:900px;
	margin:20px auto;
	color: #666;
	background: #FF7F50;
}
header, nav, article, aside, section, footer, address {
	display:block;
}
header, article, aside, nav, footer {
	border-radius: 10px;
	box-shadow: 0 0 10px #333;
	background-color: #fff;
	text-align: left;
	margin:0 0 20px;
	padding:0 20px;
}
/*header*/
header {
	text-align:center;
	padding:20px;
	background:#85A522;
	background: linear-gradient(#85A522, #5E7713);
	color: #000;
}
header h1 {
	color: #FFF;
	font-size: 2.8em;
	margin:5px;
	padding:0px;
	text-shadow: 0 5px 5px #333333;
}
header h2 {
	border-radius: 10px;
	border:solid 2px #FF9;
	font-size: 1.5em;
	margin:0px 60px;
	padding:5px;
	color: #FF9;
}
header p {
	margin: 10px 0;
	padding: 0;
	font-weight: bold;
}

/*navigation*/
nav {
	background: #39C;
	text-align:center;
	padding:5px;
	}
nav ul, nav li {
	list-style-type:none;
	display:inline;
}
nav li a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #666;
	padding: 0 25px;
}
nav h1 {
	display:none;
}

/*article*/
article {
	float:left;
	width:850px;
}
/*section*/
section {
	margin: 20px 0 30px;
}
section h1 {
	margin:0 0 10px;
	padding:10px;
	font-size: 24px;
	color: #FF9;
	font-weight: bold;
	line-height: 24px;
	border-radius: 10px;
	background:#85A522;
	background: linear-gradient(#85A522, #5E7713);

}

section h2 {
	margin: 30px 0 10px;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	border-left: 10px solid #5E7713;
	height: 18px;
	line-height: 18px;
	text-indent: 0.2em;
	color: #3a4c01;
}

section h4 {
	margin: 30px 0 10px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	border-left: 10px double #0000ff;
	height: 18px;
	line-height: 18px;
	text-indent: 0.2em;
	color:  #ff00ff;
}

section p { margin:0 0 15px;}

div#gototop{
	float:center;
	width:150px;
	height:26px;
	margin-right:5px;
	border-radius:25px 25px 25px 25px;
	background: linear-gradient(#85A522, #5E7713);
}

/*aside*/
aside {
	float:right;
	width:50px;
}
aside h1 {
	border-radius: 5px;
	margin: 20px 0 10px;
	padding: 2px 15px;
	font-size: 1.1em;
	color: #FFF;
	font-weight: bold;
	background: #666;
}
aside ul, aside li {
	margin: 0 0 0 0.0em;
	padding: 0;
	list-style: none;
}
/*footer*/
footer {
	clear:both;
	text-align: center;
	padding: 5px;
	color: #FFF;
	background: #000;
	font-size: 80%;
}
/* link */
a {
	color: #F90;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
