@charset "UTF-8";

body {
	background-image: url(img/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #EE6699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EE6699;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #EE6699;
}
.text10px_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.text12px_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}
.test12px_gray {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
}
.test12px_pink {
	font-size: 12px;
	font-weight: normal;
	color: #EE6699;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
}
.test14px_gray {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
}
.text14px_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
}
.text18px_pink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 140%;
	font-weight: bold;
	color: #EE6699;
}

