@import "format.css";
@import "plugins.css";

body {
	font-family: century, "MS UI Gothic", "$B%R%i%.%N4]%4(B Pro W4", serif;
	background-color: #000;
	text-align: center;
	padding: 20px auto;
}
a {
	color: #fff;
}
a:hover,
a:active,
a:focus {
	text-decoration: none;
	color: #eee;
}
#mainbody {
	width: 860px;
	margin: 0 auto;
	text-align: left;
}
.skip {
	display: none;
}
.btnspace {
	text-align: center;
	padding: 10px 0;
}
.pageswitch {
	padding: 0.4em;
	margin: 0 0 1em 0;
	color: #eee;
	background: #333;
	font-size: 80%;
	border: 1px solid #333;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.breadcrumbs {
	margin: 1em 0 0 0;
	padding: 0.4em;
	color: #eee;
	background: #333;
	font-size: 80%;
	border: 1px solid #333;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/*
============= header
*/
#header {
	position: relative;
	height: 513px;
	background: url(img/bg_header.png) no-repeat center;
}
#header h1 {
	margin: 0;
	padding: 0;
}
#header h1 a {
	display: block;
	width: 100%;
	height: 513px;
}
#header h1 a em {
	display: none;
}
#header #about p {
	font-size: 80%;
}

/*
=================== contents
*/
#contents {
	float: right;
	width: 600px;
	margin: 0;
}
#contents a {
	color: #f30;
	text-decoration: none;
}
#contents a:hover,
#contents a:focus,
#contents a:active {
	text-decoration: underline;
	color: #FF9980;
}
#contents h2, h3.results {
	margin: 0 10px;
	padding: 10px 0;
	position: relative;
	top: 10px;
	letter-spacing: -0.1em;
	font-family: Georgia, Curtis, sans-serif;
	font-size: 240%;
	color: #111;
	background: #ff0;
	border-top: 1px solid #ff0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
* html #contents h2,
* html #contents h3.results {
	letter-spacing: -0.3em;
}
h3.item {
	margin: 0 10px;
	padding: 10px 0.2em;
	border-bottom: 5px dotted #aaa;
	background: #ff0;
	font-size: 160%;
}
* html h3.item {
	border-bottom: 5px dashed #aaa;
}
.itembody {
	margin: 0 10px;
	padding: 1em 0.5em;
	background: url(./img/bg_item.png);
	font-size: 90%;
	line-height: 1.4em;
}
.itembody img {
	margin: 1em 0;
}
.iteminfo-short, .iteminfo {
	margin: 0 10px 3em 10px;
	padding: 15px 0.5em;
	position: relative;
	top: -10px;
	text-align: right;
	font-size: 80%;
	background: #ff0;
	border: 1px solid #ff0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
h2.comment,h2.trackback {
}
h3.comment {
	background: url(img/ico_comment.gif) no-repeat top left;
	margin: 1em 20px;
	padding-left: 16px;
}
.commentbody {
	margin: 20px;
	color: #fff;
	font-size: 90%;
}
.commentinfo {
	margin: 0 20px;
	text-align: right;
	color: #fff;
	font-size: 80%;
}
.commentform {
	margin: 20px;
	font-size: 90%;
	color: #fff;
}
.commentform textarea {
	width: 400px;
}

#trackback {
	margin: 0 20px;
	color: #fff;
}
#trackback h3 {
	display: none;
}
#trackback .comment {
	font-size: 90%;
	margin: 0;
}
#trackback .info {
	margin: 0;
	text-align: right;
	font-size: 80%;
}
#trackback .tb_msg {
	margin: 1em 10px;
	padding: 0.5em;
	font-size: 80%;
	color: #333;
	background: #ff0;
	border: 1px solid #ff0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/*
================= menu
*/
#menu {
	float: left;
	width: 218px;
	padding: 10px;
	margin: 20px 20px 20px 0;
	background: url(img/bg_menu.png) repeat-y top left;
	font-size: 80%;
	border: 1px solid #333;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#menu h2 {
	padding: 0.5em;
	color: #ff3;
	background: #f00;
	text-align: center;
	border: 1px solid #f00;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#menu form {
	padding: 0.5em;
}
#menu a {
	color: #f30;
}
#menu a:hover {
	color:#FF9980;
}
#footer {
	clear: both;
	margin: 0;
	padding: 60px 0 0 0;
	color: #fff;
	font-size: 80%;
	text-align: center;
}

