@charset "utf-8";
/* CSS Document */

h1,
h2 {
	text-align: center;
	color: #ff3366;
	font-size: 14px;
	margin: 10px 0 0;
}

p.top-txt,
p.area-txt {
	text-align: center;
	color: #ff3366;
	margin-top: 10px;
}

p.area-txt {
	color: #fff;
}

div.information p {
	text-align: center;
	color: #ff3399;
	margin: 5px;
}

div.information a {
	text-decoration: underline;
}

#footLinks a {
	text-decoration: underline;
}

ul#footLinks {
	list-style: none;
	width: 850px;
	margin: 10px auto 0;
	padding-bottom: 20px;
}

ul#footLinks li {
	width: 132px;
	text-align: center;
	float: left;
	line-height: 18px;
	height: 36px;
	padding: 2px 4px;
}

/******************** except IE */
ul#footLinks:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/******************** for IE */
ul#footLinks { display: inline-block;}

/* Holly Hack Targets IE Win only \*/
* html ul#footLinks { height: 1%;}
ul#footLinks { display: block;}
/* End Holly Hack */