@import "format.css";
@import "plugins.css";

body {
	color: #000;
	font-family: "$B#M#S(B $BL@D+(B","MS Mincho",century,serif;
	background: #000;
}
.skip {
	display: none;
}
#mainbody {
	background: #000 url(img/bg_mainbody.gif) repeat-y;
	padding: 35px 0 0 0;
}

/* HEADER
=========================================*/
#header {
	position: fixed;
	_position: absolute;
	width: 200px;
	top: 0;
	right: 0;
}
#header h1 {
	background: url(img/bg_header.jpg) no-repeat;
	height: 400px;
}
#header #about {
	margin: 0 20px 0 20px;
	padding: 0 5px;
	background: #fff;
	border: 2px solid #f90;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#header #about p {
	font-size: 70%;
	color: #666;
}
#header h1 a {
	display: block;
	width: 99%;
	height: 100%;
}
#header h1 a em {
	display: none;
}
/* CONTENTS
======================================= */
#contents {
	margin: 0 200px;
	color: #fff;
	padding: 0 0 60px 0;
}
#contents h2 {
	font-size: 240%;
	font-family: verdana;
	letter-spacing: -6px;
	text-align: right;
	margin: 10px 40px 10px 10px;
	padding: 0 30px 0 0;
	border: 5px solid #ea5506;
	border-width: 0 0 5px 0;
	line-height: 1;
	background: url(img/bg_h2date.gif) no-repeat right center;
  
	position: relative;
	left: -5px;
	z-index: 1;
}
h3.item,
h3.results {
	border: 5px solid #ea5506;
	border-width: 0 0 5px 0;
	margin: 0 0 20px 40px;
	font-size: 120%;
	padding: 0 0 0 30px;
	background: url(img/ico24_title.gif) no-repeat left center;
}
h3.item a {
	color: #fff;
	text-decoration: none;
}
h3.item a:hover {
	text-decoration: underline;
}

.itembody,
.searchoption,
.titlelist {
	padding: 15px;
	margin: 5px 15px 0 15px;
	font-size: 86%;
	line-height: 1.3;
	background: #fff;
	color: #000;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 2px solid #ec6800;
	overflow: auto;
	_height: 1%;
}
.iteminfo, .iteminfo-short {
	font-size: 80%;
	padding: 5px;
	margin: 0 15px 60px 160px;
	background: #eee;
	color: #000;
	border: 2px solid #ec6800;
	position: relative;
	top: -10px;
	left: -10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.iteminfo-r {
	text-align: right;
}
.commentbody, .commentinfo, .commentform {
	margin: 10px;
	font-size: 80%;
}
#contents a {
}
#contents a:hover {
}
.btnspace {
	text-align: center;
	padding: 10px 0;
}
.btnspace a {
	position: static !important;
}

/* MENU
================================= */
#menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 185px;
	padding: 5px 0 0 15px;
	font-size: 75%;
	font-family: verdana, sans-serif;
	line-height: 1.3;
	background: #ea5506;
}
#menu .linkswitch ul.link {
	border: none;
	background: none;
}
#menu h2 {
	background: #000 url(img/bg_menuh2.gif) no-repeat 2px center;
	color: #fff;
	padding: 2px 2px 2px 15px;
	margin: 0 5px 0 0;
}
#menu ul, #menu div, #menu .amazon {
	background: #fff;
	padding: 10px 5px;
	border: 1px solid #000;
	margin: 5px 0;
	border-right-width: 5px;
	background: #fff url(img/bg_menudiv.gif) no-repeat right top;
}
#menu input {
}

/* FOOTER
=================================== */
#footer {
	font-size: 75%;
	text-align: right;
	color: #000;
	background: #ea5506;
}
#footer a {
	color: #000;
}
address {
	line-height: 1;
	font-style: normal;
	font-weight: normal;
}

/* Something Useful
=====================================*/
h4 {
}

h5 {
}

.center {
}

div.itembody blockquote {
}
div.itembody pre {
}
div.itembody cite {
}

div.itembody div.postit {
}
div.itembody a.ico {
}

div.itembody samp {
}
.note {
}

