body {
	background-color: #111111;
	margin: 0px;
	padding: 0px;
	background-image: url(../topimages/header_bg.gif);
	background-repeat: repeat-x;
	font-size: 9pt;
	line-height: 150%;
}

p {
	margin: 0px;
	padding: 0px;
}

#header {
	width: 800px;
	margin: 0 auto;
}

h1 {
	margin: 0px;
	padding: 0px;
	height: 42px;
	width: 235px;
	background-image: url(../topimages/title.gif);
	text-indent: -9999px;
}

#menu {
	height: 35px;
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

#container {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
}

#container #contents {
	width: 560px;
	float: left;
	padding: 0px;
}

.m_bottom10 {
	margin-bottom: 10px;
}

.m_bottom15 {
	margin-bottom: 15px;
}

/* TOP TOPICS、WHAT'S NEW
---------------------------------------------*/

#topics .layout , #whats_new .layout {
	padding-right: 10px;
	padding-left: 10px;
}

#topics .layout {
	margin-bottom: 20px;
}

.whats_archive {
	color: #FFFFFF;
	background-image: url(../topimages/whats_icon.gif);
	background-repeat: no-repeat;
	background-position: left 0.4em;
	line-height: 125%;
	margin-bottom: 15px;
	padding-left: 10px;
}

/*同じ日に2つ以上の更新があったとき、設定することで行間隔を調整
例：<p class="whats_archive more"><a href="・・・・*/
#whats_new p.more {
	margin-bottom: 5px;
}


.new {
	color: #CC0066;
	margin-left: 10px;
}

.day {
	font-size: 0.8em;
	color: #99CC00;
	text-decoration: none;
	line-height: 125%;
}

/* TOP TOPICS、WHAT'S NEW内のリンク設定
---------------------------------------------*/

#top #contents a {
	color: #FFFFFF;
	text-decoration: underline;
}

#top #contents a:hover {
	color: #111111;
	text-decoration: none;
	background-color: #FFFFFF;
}


#sidebar .rbar_cont {
	margin-bottom: 15px;
	width: 200px;
}

#container #sidebar {
	float: right;
	width: 200px;
}

/* フッター
---------------------------------------------*/
#footer {
	width: 800px;
	text-align: center;
	clear: both;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #464646;
}

.copy {
	font-size: 0.8em;
	color: #666666;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

