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: #000;
	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: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#FFFFFF),
		to(#FFFFFF)
	);
}
#header hgroup {
	text-align: center;
	display: block;
}
#header hgroup h1 {
	font-size: 22px;
	color: #FF0033;
	font-weight: bold;
}

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

.Contents {
	border-top: 1px solid #DDD;
}
h2 {
	border-bottom: 1px solid #FFFFFF;
	text-shadow: -2px -1px 2px #CC0066;
	background-color: #FF87B7;
	background: -webkit-gradient(linear, left top, left bottom,
		from(#FF87B7),
		to(#FF3366)
	);
	color: #FFF;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	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: #FFA9C5;
	background-image: url(img/Menu_icon02.png),
		-webkit-gradient(linear, left top, left bottom,
		from(#FFA9C5),
		to(#FF689B)
	);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px solid #FF3366;
	border-top: 1px solid #FFF;
	color: #FFFFFF;
	padding: 8px 10px;
}
#Menu a h4 {
	background-color: #FEEFF7;
	background-image: url(img/Menu_icon01.png),
	-webkit-gradient(linear, left top, left bottom,
		from(#FEEFF7),
		to(#FEEFF7)
	);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 8px 10px;
	border-bottom: 1px solid #FFA7C4;
	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: -webkit-gradient(linear, left top, left bottom,
		from(#FFFFFF),
		to(#FFFFFF)
	);
	border-top: 1px solid #999;
	color: #666666;
}
.Btn01 {
	margin: 0 0 20px 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: #333333;
	text-decoration: none;
}
.center {
	text-align: center;
}
.marginB {
	margin-bottom: 20px;
}

