@charset "utf-8";

/* formatting styles
-------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.1em;
}
body {
	background-color: #333366;
	background-image: url(../img/00_back.jpg);
	background-repeat: repeat;
}

hr {
	display: none;
}
img {
	border-style: none;
}
li {
	list-style: none;
}
a:link {
	color: #993366;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
a:visited {
	color: #666600;
}
#content .center .head2 {
	text-indent: 0px;
}

