body {
	background:#FFF;
	font-family: Helvetica;
	margin: 0 10px 0 10px;
	padding: 0;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
}

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

h1,h3 {
	border-left:5px solid #900;
	border-top:1px solid #900;
	border-bottom:1px solid #900;
	border-right:1px solid #900;
	text-indent:8px;
}

header,article,footer,aside,time,nav { display: block; } 
						
ul {
	padding: 10px 5px 5px 5px;	   
	margin: 15px 0 17px 0;
}

ul li {list-style:none;}

ul li a,nav a {
  /* 角丸 */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;

  /* グラデーション */
  background: -moz-linear-gradient(top, #CC0000, #CC0000 29%, #660000 70%, #660000);
  background: -webkit-gradient(linear, center top, center bottom, from(#CC0000), color-stop(0.49, #CC0000),color-stop(0.5, #660000), to(#660000));

  /* 影 */
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);

  /* その他の設定 */
  border:1px solid #333333;
  font-family:Verdana, arial, sans-serif;
  color:white;
  text-decoration:none;
  text-align:center;
  padding:0.3em 2em;
  margin:0px auto 5px;
  display:block;
  width:75%;
}

ul li a:active,nav a:active {
  background: -moz-linear-gradient(top, #990000, #990000 29%, #330000 70%, #330000);
  background: -webkit-gradient(linear, center top, center bottom, from(#990000), color-stop(0.49, #990000),color-stop(0.5, #330000), to(#330000));
}

footer p {border-top:1px solid #900;}

footer p {text-align:center;}

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

img {border:0;}
