@charset "Shift_JIS";

/* common -------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000033;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
body td {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	color: #C9C9E9;
}
p {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a img {
	border: 0px;
}
a:link {
	color:#C9C9E9;
	text-decoration:none;
}
a:visited {
	color:#C9C9E9;
	text-decoration:none;
}
a:hover {
	color:#767695;
	text-decoration:none;
}
a:active {
	color:#C9C9E9;
	text-decoration:none;
}
.box {
}
.box td {
	padding-left: 220px;
}
