@charset "Shift_JIS";

* {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
}

html, body,
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote
	{
	margin: 0;
	padding: 0;
	line-height: 1.5;
	display: block;
}

body {
	background-color: #E2E2E2;
	text-align: center;
	color: #666666;
	font-size: 90%;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}

h3 {
	line-height: 1.2;
}

h4 {
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-left: 5px;
}

table {
	margin : 0;
	empty-cells: show;
}

th {
	text-align: left;
	font-size: 90%;
	vertical-align: top;
	line-height: 1.5;
	padding-bottom: 1px;
}

td {
	font-size: 90%;
	vertical-align: top;
	line-height: 1.3;
	padding-bottom: 1px;
}
hr.separator {
	display : none;
}

img {
	border: none;
}

li {
	list-style: none;
}


a:link, a:visited {
	color: #888888;
}

a:active, a:hover {
	color: #6699FF;
}

