@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #D91362;
	color: #333;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 1.4;
}

a:link {
	color: #964B96;
	text-decoration: none;
}

a:visited {
	color: #964B96;
	text-decoration: none;
}

a:hover {
	color: #964B96;
	text-decoration: underline;
}

img {
	border: none;
}

/*	list-style-type: none;
}

ol li {
	list-style-type: decimal;
}*/

.clearfix {
	height: 1%;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearboth {
	clear: both;
}

span.none {
	display: none;
}

span.bold {
	font-weight: bold;
}
