@charset "utf-8";
/* -------------------------------------------------------------------
GLOBAL RESET
------------------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
* {
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background:#FFF;
	font-size: 85%;
}
ul {
	list-style: none;
}
img, table {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
br.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
p.tensen {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	border-bottom: dotted 1px #888;
}
input#Submit {
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 6px 5px 5px 5px;
	/* width: 140px; */
	/* height: 2em; */
}
/* -------------------------------------------------------------------
BASIC TEXT LINK
------------------------------------------------------------------- */
a {
	color: #0066FF;
	text-decoration: underline;
}
a:link {
	color: #FF3366;
	text-decoration: none
}
a:visited {
	color: #FF3366;
	text-decoration: none
}
a:hover {
	color: #FF3333;
	text-decoration: underline
}