@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
}
a {
	color: #00F;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
body {
	background-color: #020202;
	background-image: url(../images/flash-bg.png);
	background-repeat: no-repeat;
	background-position: center 100px;
	background-attachment: fixed;
}
#total-contents {
	text-align: center;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	color: #CCC;
	z-index: 2;
	margin-top: 98px;
	background-image: url(../images/haikei-20.png);
	position: relative;
	border: 1px solid #CCC;
}
#header {
	width: 700px;
	border-bottom: 1px solid #CCC;
	padding-top: 2px;
	padding-bottom: 2px;
}
#main-contents {
	text-align: left;
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
	background-image: url(../images/dotline.gif);
	background-position: 194px;
	background-repeat: repeat-y;
	width: 700px;
}
#sidebar {
	float: left;
	width: 199px;
	border-collapse:collapse;
}
#right-contents {
	float: right;
	width: 493px;
	border-collapse:collapse;
	padding: 3px;
}
#footer {
	width: 700px;
	border-top: 1px solid #CCC;
	padding-top: 2px;
	padding-bottom: 2px;
}
#footer small {
	font-size: 12px;
	display: block;
}
.flash {
	width: 271px;
	height: 99px;
	z-index: 1;
	clip: rect(auto,auto,auto,auto);
	margin-right: 0px;
	position: absolute;
	left: 431px;
	top: -100px;
}
h1 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	color: #CCC;
	height: 100px;
	background-color: #000;
	background-image: url(../images/title.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -10000px;
}
