* {
	margin:0;
	padding:0;
}

body {
	background:#fffbe5;
	color:#000000;
	font-family: Helvetica;
	margin:0;
	padding:0;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	font-size:14px;
}

h1,h2,h3 {font-size:100%;}

h1,h2,h3 {
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #ffef99;
	border-bottom:1px solid #ffef99;
	text-align:left;
	color:#FFFFFF;
	margin-bottom:5px;
	/* グラデーション */
background: rgb(98,125,77); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,125,77,1)), color-stop(100%,rgba(31,59,8,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(98,125,77,1) 0%,rgba(31,59,8,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(98,125,77,1) 0%,rgba(31,59,8,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(98,125,77,1) 0%,rgba(31,59,8,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(98,125,77,1) 0%,rgba(31,59,8,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=0 ); /* IE6-9 */
}

header,article,footer,aside,time,nav { display: block; }

article div {
	text-align:center;
}

article p {
	display:block;
	padding:5px;
	margin-bottom:10px;
}

ul {
	padding: 0px 5px 0px 5px;
	margin: 0px;
}

ul#pankuzu {
	padding: 0px 5px 10px 5px;
	margin: 0px;
}

ul li,ul#pankuzu li {
	list-style:none;
	border-bottom:1px solid #ffd800;
	margin-top:5px;
	margin-bottom:5px;
	padding:0.3em 0.3em;
	background:#ffeb7f;
}

ul li a,ul#pankuzu li a {
	font-family:Verdana, arial, sans-serif;
	color:#000;
	text-decoration:none;
	text-align:left;
	padding:2px 2px 2px 2px;
	margin:5px 0 0 0;
	display:block;
	font-size:smaller;
}

ul li a:active,ul#pankuzu li a:active {
	color:#FFF;
}


footer p {
	border-top:1px solid #ffef99;
	border-bottom:1px solid #ffef99;
	text-align:center;
	font-size:smaller;
	padding:15px 5px;
	color:#FFFFFF;
	/* グラデーション */
background: rgb(98,125,77); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,125,77,1)), color-stop(100%,rgba(31,59,8,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(98,125,77,1) 0%,rgba(31,59,8,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(98,125,77,1) 0%,rgba(31,59,8,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(98,125,77,1) 0%,rgba(31,59,8,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(98,125,77,1) 0%,rgba(31,59,8,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=0 ); /* IE6-9 */
}

footer p a {
	text-decoration:none;
	color:#FFFFFF;
}

img {border:0;}
