@charset "UTF-8";

/* =============================================================
 base.css
 =============================================================== */

* {
	margin:0px;
	padding:0px;
}
html {
	height: 100%;
	overflow-y: scroll;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #140A02 url(../image/common/base.jpg) repeat-x;
	text-align: center;
	font: 13px/1.4 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	*font-size:small;
	*font:x-small;
}
img {
	border: 0;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}
h1 {
	font-size: 100%;
}
h2 {
	font-size: 100%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 100%;
}
ul {
	list-style: none;
}
ol {
	list-style: none;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
	border-top:solid 1px #999999;
	border-left:solid 1px #999999;
	/*background:#FFFFFF;*/
	font-size: inherit;
	font: 100%;
}
th {
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
	/*background:#FFFFFF;*/
	padding: 3px;
}
td {
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
	/*background:#FFFFFF;*/
	padding: 3px;
}

