@charset 'utf-8';

/* **************************************************

Name: style.css

Create: 2009.02.28
Update: 2009.03.04

***************************************************** */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000000;
	color:#FFFFFF;
	text-align: center;
	background-position: center center;
	font-size: 90%;
	width: 800px;
	clear: both;
}

A:link {
	color:#3366FF;
}

A:visited {
	color:#9966CC;
}

A:active {
	color:#9999FF;
}

h1 {
	text-align: center;
	background-color:#99CCFF;
	color:#000000;
}

h2 {
	text-align: left;
	color: #FFFFFF;
}

h3.collar {
	color: #9999CC;
}

h3.center {
	text-align: center;
}

h3.left {
	text-align: left;
	color: #0066FF;
}

h3.whiteleft {
	text-align: left;
	color: #FFFFFF;
}

ul {
	text-align: left;
}


div.title {
	z-index: 1;
	background-color: #000000;
	float: left;
	width: 800px;
	height: 50px;
}

div.footer {
	z-index: 8;
	float: left;
	width: 800px;
}

div.base2 {
	width: 850px;
	z-index: 1;
	background-color: #000000;
	float: center;
}

div.left {
	width: 150px;
	float: left;
	z-index: 3;
	text-align: left;
	background-color: #999999;
	margin-left: 10px;
	height: 1400px;
	display: inline
}

div.leftbox#menu {
	float: left;
	z-index: 4;
	text-align: left;
	margin-bottom: 20px;
	width: 150px;
}

div.leftbox#link {
	float: left;
	z-index: 4;
	text-align: left;
	margin-bottom: 20px;
	width: 150px;
}

div.leftbox#conform {
	float: left;
	z-index: 4;
	text-align: left;
	margin-bottom: 20px;
	width: 150px;
}

div.leftbox#style {
	float: left;
	z-index: 4;
	text-align: left;
	margin-bottom: 20px;
	width: 150px;
}

div.rightimg {
	float: left;
	z-index: 6;
	background-color: #000000;
	text-align: center;
	padding-left: 10px;
	width: 630px;
}

div.right {
	float: left;
	z-index: 6;
	background-color: #000000;
	text-align: center;
	padding-left: 10px;
	width: 630px;
}
div.news {
	z-index: 7;
	background-color: #000000;
	padding: 10px;
	margin-top: 20px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

p.center {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight: bold;
}

p.left {
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight: bold;
}

p.right {
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
	font-weight: bold;
}

p.bold {
	font-weight: bold;
	color: #0066FF;
}

table {
	margin-right: 10px;
	margin-left: 10px;
	border: thin solid #999999;
	width: 95%;
	margin-top: 20px;
	margin-bottom: 20px;
}

table.02 {
	margin-right: 10px;
	margin-left: 10px;
	border: thin solid #999999;
	width: 95%;
}


caption {
	border: #CCCCCC;
	font-weight: bold;
}

td.center {
	font-weight: bold;
	border: #CCCCCC;
	text-align:center;
}

tr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

td {
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
}

ul {
	text-align:left;
	font-weight: bold;
	padding-bottom: 10px;
}

ol,li {
	font-weight: bold;
	padding-bottom: 10px;
	text-align: left;
}

span.white {
	color: #FFFFFF;
}

img {
	border: none;
}

img.border {
	border: thin solid #666666;
	clear: both;
}
