* {
	margin:0;
	padding:0;
}

a {color:#FFF;}

body {
	background:#333333;
	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-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	border-top:3px solid #e5c110;
	text-align:left;
	color:#ffd711;
	margin-bottom:5px;
	/* グラデーション */
background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

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

section div {
	text-align:center;
}
#mainad div {
	text-align:center;
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:70px;
	padding:5px 0px;
	background:#fff2b2;
	border-top:1px solid #e5c110;
}
#mainad div img {
	height:65px;
}
section p {
	display:block;
	padding:5px 5px;
	margin-bottom:10px;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	color:#333;
}

ul {
	margin: 0px;
}

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

ul li {
	list-style:none;
}

ul li a,nav a {
	color:#FFFFFF;
	display:block;
	padding:0.5em 0.5em;
	text-decoration:none;
	/* グラデーション */
background: rgb(255,227,130); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,227,130,1) 0%, rgba(255,199,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,227,130,1)), color-stop(100%,rgba(255,199,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,227,130,1) 0%,rgba(255,199,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,227,130,1) 0%,rgba(255,199,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,227,130,1) 0%,rgba(255,199,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,227,130,1) 0%,rgba(255,199,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe382', endColorstr='#ffc700',GradientType=0 ); /* IE6-9 */
}

ul li a:active,nav a:active {
	/* グラデーション */
background: rgb(255,202,130); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,202,130,1) 0%, rgba(255,157,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,202,130,1)), color-stop(100%,rgba(255,157,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,202,130,1) 0%,rgba(255,157,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,202,130,1) 0%,rgba(255,157,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,202,130,1) 0%,rgba(255,157,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,202,130,1) 0%,rgba(255,157,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca82', endColorstr='#ff9d00',GradientType=0 ); /* IE6-9 */
}

footer {
	background:#333333;
}
footer address {
	color:#FFFFFF;
	text-align:center;
	font-size:smaller;
	padding-top:20px;
	padding-bottom:20px;
	font-style:normal
}

footer address a {
	color:#FFFFFF;
	text-decoration:none;
	font-style:normal
}

img {border:0;}
