body {
	background:#fff;
	margin:0;
	padding:0;
	line-height: 138%;
}
#header {
	top:0;
	margin:0;
	padding:0;
	height:53px;
	width: 100%;
	background: url("/images/header_bg.jpg") repeat-x;
}
#logo {
	margin-top:2px;
}
#header #menu {
	padding-top: 5px;
	background: url("/images/menu_bar.jpg") repeat-x;
	height: 36px;
}
#header #menu a:link, #header #menu a:visited {
	color: #000;
	font-weight: bold;
	padding:0.2em 0.5em;
	border-right:1px solid #fff;
}
#header #menu a:hover {
	color: #333;
	font-weight: bold;
	background: #ffcc00;
	padding:0.2em 0.5em;
	border-right:1px solid #fff;

}


#contents {
	padding:0 2em;
	top:70px;
	width: 90%;
}

#contents #main {
	float: left;
	width: 80%;
}

#contents #sidebar {
	font-size: 80%;
	line-height: 150%;
	top: 10px;
	left: 80%;
	width: 200px;
	padding:0 5px;
/*	border:1px solid #324; */
}

#h1_h2 {
	padding-top:3px;
	padding-left: 1em;
	background: #335;
	color: #fff;
}

#h1_h2 h1,#h1_h2 h2{
	display:inline;
	font-size: 100%;
}

h2 {
	font-size: 100%;
}

#address {
	background:#335;
	text-align:center;
}

#address a {
	color:#fff;
	text-decoration:none;
}

#list {
	border:1px solid #326;
	padding:0 0.8em;
}

#list h3 {
	clear:both;
	margin-bottom:0;
	padding-bottom:2px;
	padding-left: 1em;
}

#list #title {
	background:#436;
	color: #fff;
}

#list #vars {
	font-weight: bold;
}

#list #about {
	border:1px solid #366;
	text-align: left;
	margin:0 2px;
	padding:0;
}

#list ul {
	margin:0;
	padding:0;
}

#list ul,#list li {
	list-style:none;
	font-size: 90%;
	text-align:right;
}

#list #info_table {
	clear:both;
	width: 100%;
	border:0px;
}

#list #info_table th {
	font-size: 90%;
	font-weight: bold;
	background:#99c;
	text-align: center;
}

#list #info_table td {
	font-size: 90%;
	text-align: center;
	background:#cce;
}

#list #list_info {

}

#title {
	color:#fff;
	background:#335;
	margin:0;
	padding:0;
}
#title h2 {
	margin-bottom: 0;
	padding: 3px;
}

// サイドバー
#sidebar #ranking {
	width: 180px;
	margin:0 auto;
}
#sidebar h2 {
	font-size: 100%;
	text-align: center;
}
#sidebar #ranking p {
	text-align: center;
}
#sidebar #wiki_rss li{
	list-style: none;
}

#center {
	text-align:center;
	margin:0 auto;
}