@charset "UTF-8";

/*
	ポケモンとフェイのページ トップページ用スタイルシート
*/

div {
	margin: 0;
	padding: 0;
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	clear: none;
}
h2 {
	margin-bottom: 0;
}

li.separator {
	list-style-type: none;
	list-style-image: none;
}
li.separator hr {
	border-top-style: dotted;
}

dd ul {
	margin-top: 0;
	margin-bottom: 0;
}

#header .site_info {
	margin-right: 1%;
	width: 49.5%;
	float: left;
}

#counter {
	margin-left: 50.5%;
	text-align: right;
}

/* トップイラスト */
#illust {
	width: 400px;
	float: right;
	background: #ffffff;
	text-align: center;
	overflow: auto;
}

#main_contents {
	margin-right: 1%;
	width: 49.5%;
	float: left;
}

#sub_contents {
	margin-left: 50.5%;
}

#footer .site_info {
	margin-left: 50.5%;
}

/* 新規コンテンツ */
.new {
	color: #ff3300;
	font-weight: bold;
}
/* 更新コンテンツ */
.up {
	color: #ff9900;
	font-style: italic;
}
/* 準備中・閉鎖コンテンツ */
.closed {
	color: #999999;
}
