﻿@charset "utf-8";
/* CSS Document */

* {
	zoom: 1;
}
body,form,fieldset {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	font-size: 10px;
	line-height: 18px;
	letter-spacing: 1px;
}
fieldset {
	border:none;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd {
	margin: 0;
	padding: 0;
}
input,textarea {
	font-size: 1em;
}
#Container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
	font-size: 140%;
	line-height: 140%;
	z-index: 0;
}
br {
	letter-spacing: 0;
}
a {
	color:#0066CC;
	text-decoration: none;
	cursor: hand;
}
a:hover {
	color:#FF6666;
	background-color: transparent;
}
hr.nothing {
	clear: both;
	width: 0px;
}
html {
	text-align: center;
}
