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: #333333;
	background-color: #FFF;
	font-size: 20px;
}
a:link {
	color:#0000EF
}
a:visited {
	color:#52188C
}
a:active {
	color:#FFFFFF
}
section {
	margin-bottom: 20px;
}


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

#Marquee {
	color: #FFFFFF;
	background-color: #666666;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#666666),
		color-stop(0.59, #666666),
		color-stop(0.60, #666666),
		to(#666666)
	);
	margin: 0 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
}

.Contents { }
h2 {
	border-bottom: 1px solid #D5D6D4;
	background-color: #FFFFFF;
	background-image: url(img/H2bg.png),
		-webkit-gradient(linear, left top, left bottom,
		from(#FFFFFF),
		to(#FFFFFF)
	);
	background-repeat: repeat-x;
	background-position: left top;
	color: #990000;
	padding: 10px 14px;
}
#Pankuzu {
	font-size: 16px;
	color: #3C516A;
	background-color: #EDEDED;
	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: #304B5C;
}
#Menu a h3 {
	background-color: #DDDEDC;
	background-image: url(img/Menu_icon02.png),
		-webkit-gradient(linear, left top, left bottom,
		from(#DDDEDC),
		to(#D1D1CC)
	);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	color: #333333;
	padding: 8px 10px;
}
#Menu a h4 {
	background-color: #FFFFFF;
	background-image: url(img/Menu_icon01.png),
	-webkit-gradient(linear, left top, left bottom,
		from(#FFFFFF),
		to(#FFFFFF)
	);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 8px 10px;
	border-bottom: 1px solid #D5D6D4;
	color: #333333;
}
#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: #FFFFFF;
	background-image: url(img/Footerbg.png),
		-webkit-gradient(linear, left top, left bottom,
		from(#FFFFFF),
		to(#FFFFFF)
	);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #FFFFFF;
	color: #666666;
}
.Btn01 {
	border-bottom: 1px solid #FFFFFF;
	margin: 0;
}
.Btn01 a {
	display: block;
	background-color: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#FFFFFF),
		to(#FFFFFF)
	);
	text-align: right;
	padding: 4px 10px;
	color: #666666;
	text-decoration: none;
}
.center {
	text-align: center;
}
.marginB {
	margin-bottom: 20px;
}

