@charset "utf-8";

/* ===================================================================
 style info : Default (irrevocably)
=================================================================== */

/* reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
ul,li {
	list-style-type: none;
}


/* clearfix */
.clearfix {display: inline-block;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* --Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}


/* ===================================================================
 style info : Contents
=================================================================== */

html,body {margin: 0px;padding: 0px;background: #000000;}
body,td {color: #ffffff;font-size: 12px;line-height: 1.4;}

/* link style */
a:link,a:visited {text-decoration: underline;color: #ffffff;}
a:active {text-decoration: underline;color: #f6ab00;}
a:hover {text-decoration: underline;color: #f6ab00;}

/* space */
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}

.mtb5 {margin: 5px 0px;}
.mtb10 {margin: 10px 0px;}

.left {float: left;}
.right {float: right;}


/* ===================================================================
 style info : 八咫烏と闇の権力と第３次世界大戦
=================================================================== */
body {background: #000000 url(../images/bg.jpg) no-repeat center top;}
#wrap {position: relative; margin: 0 auto;width: 1060px;}
#wrap:before{
	position: absolute;
	content: " ";
	width: 357px;
	height: 413px;
	top: 377px;
	right: -85px;
	background: url(../images/main02.png) no-repeat center top;
	z-index: 1;
}
.lead{width: 1060px; height:350px; background: url(../images/lead.png) no-repeat center top;text-indent: -9999px;}
.main{position: relative;width: 1060px; height:660px; background: url(../images/main.png) no-repeat center top;text-indent: -9999px;z-index: 2;}
a.bookinfo{position: absolute; width:406px; height: 595px; top: 20px; left: 30px;}
a.amazon{position: absolute; width:107px; height: 25px; top: 625px; left: 58px;}
.profile{margin: 10px 30px 0;}
.profile h2{
	font-size: 14px;
	padding: 6px 0;
	margin-bottom: 10px;
	border-top: 1px solid #c9ad3d;
	border-bottom: 1px solid #c9ad3d;
}
.profile p{
	font-size: 14px;
	margin-bottom: 10px;
}
th.profile01{
	padding-right: 10px;
	vertical-align: top;
}
th.profile02{
	padding-left: 10px;
	vertical-align: top;
}
.copyright {width: 1060px;padding-bottom: 10px;text-align: center;}

