@charset   "Shift_JIS";

* {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

body {
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/layout/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
}

img {
	text-decoration: none;
	border-width: 0px 0px 0px 0px;
}

table {
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	border-width: 0px 0px 0px 0px;
	font-size: 12px;
}

a {
	color: #ff0080;
}

a:hover {
	color: #ae0057;
	text-decoration: none;
}

i {
	font-style: normal;
	color: #fa6105;
}

hr {
	color: #ffffff;
	background-color: #ffffff;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f76f97;
	width: 95%;
}

