body {
	background:#FFFFFF;
	color:#000000;
	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,h2,h3 {
	border-left:5px solid #990000;
	border-top:1px solid #990000;
	border-bottom:1px solid #990000;
	border-right:1px solid #990000;
	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: #660000; /* Old browsers */
background: -moz-linear-gradient(top,  #660000 0%, #660000 50%, #cc0000 50%, #cc0000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#660000), color-stop(50%,#660000), color-stop(50%,#cc0000), color-stop(100%,#cc0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #660000 0%,#660000 50%,#cc0000 50%,#cc0000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #660000 0%,#660000 50%,#cc0000 50%,#cc0000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #660000 0%,#660000 50%,#cc0000 50%,#cc0000 100%); /* IE10+ */
background: linear-gradient(top,  #660000 0%,#660000 50%,#cc0000 50%,#cc0000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */

  /* 影 */
  -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:#FFFFFF;
  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: #300003; /* Old browsers */
background: -moz-linear-gradient(top,  #300003 0%, #300003 50%, #900009 50%, #900009 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#300003), color-stop(50%,#300003), color-stop(50%,#900009), color-stop(100%,#900009)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #300003 0%,#300003 50%,#900009 50%,#900009 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #300003 0%,#300003 50%,#900009 50%,#900009 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #300003 0%,#300003 50%,#900009 50%,#900009 100%); /* IE10+ */
background: linear-gradient(top,  #300003 0%,#300003 50%,#900009 50%,#900009 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#300003', endColorstr='#900009',GradientType=0 ); /* IE6-9 */
}

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

footer p {text-align:center;}

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

img {border:0;}
