﻿@charset   "UTF-8";

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

body {
	font-size: 12px;
	font-family:メイリオ;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #c4d7ff;
	background-image: url(../img/bgx.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

a {
	color: #ff0080;
}

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

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;
}

em {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #aa0055;
}

b {
	color: fuchsia;
}
