@charset "UTF-8";
:root body {
	overflow-y: scroll;
}
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	background-color: black;
	background-image: url(image/wall3.jpg);
	background-position: center;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-color: #0e0708;
}
#container img {
	border: none;
}
#header {
	height: auto;
	background-image: url(image/topbanner.gif);
	background-repeat: no-repeat;
	margin: 0;
	display: block;
	padding: 20px 0px 0px 40px;
}
#kanban {
	background-image: url(image/kanban.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 140px;
	background-position: left top;
}
#kanban a:link {
	display: block;
	height: 100px;
}
#kanban a:visited {
	display: block;
	height: 100px;
}
#sitetitle {
	height: 20px;
	width: 315px;
	margin-bottom: 80px;
}
#sitetitle a:link {
	display: block;
	height: 20px;
}
#sitetitle a:visited {
	display: block;
	height: 20px;
}
#navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: bottom;
	color: #aaaaaa;
	height: 20px;
}
  #navi   a:link {
	color: #aaaaaa;
	text-decoration: none;
}
#navi a:visited {
	color: #aaaaaa;
	text-decoration: none;
}
#navi a:hover {
	color: #DE3D89;
	text-decoration: underline;
}
#mainContent {
	background: #0e0708;
	height: auto;
	float: left;
	width: 800px;
	padding: 0px 40px;
}
#contentbox {
	background-color: #4a142e;
	color: #aaaaaa;
	background-image: url(image/cntboxtop.gif);
	background-repeat: no-repeat;
	height: auto;
	clear: both;
	float: left;
	padding: 40px 0px 20px 0px;
	width: auto;
	border-left: solid 40px #0e0708;
	border-right: solid 40px #0e0708;
	background-position: center top;
}
#topicbox {
	float: left;
	width: 420px;
	padding: 0px 40px 0px 20px;
}
#topictitle {
	height: 19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	font-size: 12px;
	width: 100%;
}
#topics {
	border-bottom: solid 1px #aaaaaa;
	height: 175px;
	padding-top: 10px;
}
.topic {
	white-space:nowrap;
	height: 34px;
	color: #a0a0a0;
	line-height: 190%;
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
.topic a:link {
	text-decoration: none;
	color: #aaaaaa;
}
.topic a:visited {
	background-image: url(image/visited.gif);
	background-position: left center;
	padding-left: 15px;
	background-repeat: no-repeat;
	color: #8B8B8B;
	text-decoration: none;
}
.topic a:hover {
	text-decoration: underline;
}
.date {
	color: #A15A7F;
}
.new {
	color: #f39700;
}
.end {
	color: #898989;
}
.activ {
	color: #DE3D89;
}
#golog {
	font-size: 10px;
	color: #A15A7F;
	text-align: right;
	float: left;
	width: 100%;
	padding-top: 5px;
}
#golog a:link {
	color: #A15A7F;
	text-decoration: none;
}
#golog a:visited {
	color: #A15A7F;
	text-decoration: none;
}
#golog a:hover {
	color: #aaaaaa;
}
#recombox {
	float: right;
	padding: 0px 20px 0px 0px;
	width: 220px;
}
#recomtitle {
	height: 19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	font-size: 12px;
}
#recom {
	color: #aaaaaa;
	height: 165px;
	border-bottom: solid 1px #aaa;
	padding: 10px 0px 10px 0px;
}
#recomitem {
	width: 210px;
	float: left;
	height: 155px;
	border: solid 5px #aaa;
}
#golog2 {
	font-size: 10px;
	color: #A15A7F;
	height: 15px;
	text-align: right;
	float: left;
	padding-top: 5px;
	width: 100%;
}
#golog2 a:link {
	color: #A15A7F;
	text-decoration: none;
}
#golog2 a:visited {
	color: #A15A7F;
	text-decoration: none;
}
#golog2 a:hover {
	color: #aaaaaa;
}
#info {
	height: 20px;
	margin: auto;
	clear: both;
	padding: 20px 40px 0px 40px;
}
#adress {
	font-size: 12px;
	color: #7d7d7d;
	float: left;
}
#sitemap {
	float: right;
	color: #7d7d7d;
	font-size: 12px;
	text-align: right;
}
#sitemap a:link {
	color: #7d7d7d;
	text-decoration: none;
}
#sitemap a:visited {
	color: #7d7d7d;
	text-decoration: none;
}
#sitemap a:hover {
	color: #DE3D89;
	text-decoration: underline;
}
 #footer {
	padding-top: 15px;
	padding-bottom: 35px;
}
/* end hiding */
#copy {
	color: #5b2d34;
	font-size: 10px;
	text-align: center;
	border-top: solid 1px #5b2d34;
	padding-top: 5px;
}

/* hide hack from Mac-IE5 ¥*/
* html .mybuggyelement { height: 1%; }

