body {
	margin:0;
	padding:0;
}
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, p, blockquote, fieldset, div {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
ul li, ol li {
	list-style:none;
}
table {
	margin:0;
	padding:0;
	font-size:100%;
}
caption {
	text-align:left;
}
table, pre, code, select, textarea, kbd, var, ins, del, samp {
	font-size:100%;
}
address, cite, dfn, em, strong, var, th, ins, del, samp {
	font-weight:normal;
	font-style:normal;
}
a img {
	border:0;
}
hr.separation {
	display:none;
}
fieldset {
	border:none;
}
header, section, nav, aside, footer, article {
	display:block;
}



body {
	color: #FFFFFF;
	background-color: #660000;
	font-size: 20px;
}
a:link {
	color:#FFCC00;
}
a:visited {
	color:#FFCC00;
}
a:active {
	color:#FFFFFF;
}
section {
	margin-bottom: 20px;
}


#header {
	background-color: #660000;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#660000),
		to(#660000)
	);
}
#header hgroup {
	text-align: center;
	display: block;
}
#header hgroup h1 {
	font-size: 22px;
	color: #FFCC00;
	font-weight: bold;
}

#Marquee {
	color: #FFFFFF;
	background-color: #993333;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#993333),
		color-stop(0.59, #993333),
		color-stop(0.60, #993333),
		to(#993333)
	);
	text-align: center;
}

.Contents { }
h2 {
	border-top: 1px solid #480000;
	border-bottom: 1px solid #480000;
	text-shadow: -2px -1px 2px #000000;
	background-color: #660000;
	background-image: url(img/H2bg.png),
		-webkit-gradient(linear, left top, left bottom,
		from(#660000),
		to(#660000)
	);
	background-repeat: repeat;
	background-position: left top;
	color: #FFFFCC;
	padding: 10px 14px;
}
#Pankuzu {
	font-size: 16px;
	color: #CCCCCC;
	background-color: #831D1D;
	padding: 2px 4px;
}
#Pankuzu a {
	text-decoration: none;
}
#Menu {
	margin: 0 0 20px 0;
}
#Menu a {
	display: block;
	text-decoration: none;
}
#Menu a:visited {
	color:#FFCC00;
}
#Menu a h3 {
	background-color: #660000;
	background-image: url(img/Menu_icon02.png),
		-webkit-gradient(linear, left top, left bottom,
		from(#660000),
		to(#390000)
	);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 2px solid #240000;
	border-top: 1px solid #993333;
	color: #EAE1DA;
	padding: 8px 10px;
}
#Menu a h4 {
	background-color: #4F0000;
	background-image: url(img/Menu_icon01.png),
	-webkit-gradient(linear, left top, left bottom,
		from(#4F0000),
		to(#4F0000)
	);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 8px 10px;
	border-bottom: 1px solid #330000;
	color: #FFCC00;
}
#Links {
	font-size: 16px;
	background: #CACED6;
	display: block;
}
#Links ul li a {
	display: block;
	width: auto;
	float: left;
	margin: 5px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #BEC2C8;
}
#Links:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#footer {
	font-size: 14px;
	text-align: center;
	padding: 10px;
	background-color: #660000;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#660000),
		to(#660000)
	);
	border-top: 1px solid #480000;
	color: #CCCCCC;
}
.Btn01 {
	margin: 0 0 20px 0;
}
.Btn01 a {
	display: block;
	background-color: #660000;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#660000),
		to(#660000)
	);
	text-align: right;
	padding: 4px 10px;
	color:#FFCC00;
	text-decoration: none;
}
.center {
	text-align: center;
}
.marginB {
	margin-bottom: 20px;
}

