body {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 780px;
	font-size: 12px;
	line-height: 140%;
	background-color: #ffffff;
/*	background-color: #111111;*/
}
#header {
	background-image: url(../images/index_01.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 800px;
	float: left;
}
#page-body {
	width: 800px;
	background-color: #111111;
	display: block;
	float: left;
}
#side {
/*	background-image: url(../images/index_03.png);
	background-repeat: no-repeat;*/
	float: left;
/*	height: 297px;*/
	width: 150px;
	background-color: #111111;
}
#side ul {
	margin: 15px;
	float: auto;
}
#side li {
	float: right;
	width: 110px;
	margin: 10px 0px 0px 0px;
	padding: 2px;
	border: solid 1px #8888aa;
	background-color: #555555;
	color: #aaaacc;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	text-align: center;
	cursor: pointer;
}
#main {
	float: right;
	background-attachment: fixed;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	width: 650px;
	background-color: #ffffff;
}
.main-top {
	margin-right: 20px;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
	text-align: right;
}
#footer {
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	color: #000000;
}
.box {
	border: solid 1px #777777;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 0px 10px;
	color: #777777;
}
.box h1 {
	background-color: #cccccc;
	margin: 0px 0px 5px 0px;
	padding: 2px 2px 2px 5px;
	font-size: 12px;
	color: #666666;
	border: solid 1px #aaaaaa;
	border-left: solid 10px #888888;
/*	font-weight: bold;*/
}
.box h2 {
	margin: 10px 0px 0px 50px;
	font-size: 12px;
	color: #888888;
	font-weight: none;
}
.title {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.contents {
	color: #777777;
	margin: 0px 10px 10px 140px;
}
/* link */
a:link {
	color: #6666cc;
	text-decoration: none;
}
a:visited {
	color: #6666cc;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: underline;
}

