@charset "Shift_JIS";

body{
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #ffffff;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka", sans-serif;
}
img{
	margin: 0;
	padding: 0;
	border: none 0px;
}
a:link{
	background-color: transparent;
	text-decoration: none;
}
a:visited{
	background-color: transparent;
	text-decoration: none;
}
a:hover{
	background-color: transparent;
	text-decoration: underline;
}
h1{
	font-size: small;
}
h1#hajou{
	padding-top: 10px;
	clear: both;
}
h2 a:hover{
	background-color: transparent;
	text-decoration: none;
}
h2{
	padding: 5px 0 5px 5px;
	border-left: solid 5px #9b1e0a;
	border-bottom: solid 1px #9b1e0a;
	font-size: 14px !important;
	font-size: 110%;
	font-weight: normal;
	line-height: 100%;
	clear: both;
}
h2 span{
	font-size: 12px !important;
	font-size: 100%;
}
h2.green{
	border-left: solid 5px #2e4043;
	border-bottom: solid 1px #2e4043;
}
h2.yellow{
	border-left: solid 5px #626028;
	border-bottom: solid 1px #626028;
}
h3{
	padding: 5px 0 3px 5px;
	border-left: solid 5px #666666;
	font-size: 12px !important;
	font-size: 100%;
	font-weight: normal;
	line-height: 120%;
	clear: both;
}
h3 span{
	font-weight: normal;
	font-size: 11px !important;
	font-size: 85%;
}
#note h3{
	padding-left: 0;
	border-style: none;
	font-weight: bold;
	line-height: 100%;
	clear: both;
}
p{
	margin-left: 0.4em;
	font-size: 12px !important;
	font-size: 100%;
	line-height: 150%;
}
#note p{
	margin-left: 0px;
	font-size: 11px !important;
	font-size: 85%;
	line-height: 150%;
	background-color: transparent;
}
p.page{
	text-align: center;
	font-size: 11px !important;
	font-size: 85%;
	line-height: 130%;
}
p.page-bottom{
	padding-top: 2em;
	text-align: center;
	font-size: 11px !important;
	font-size: 85%;
	line-height: 130%;
}
#bntxt p, #bnimg p{
	margin-left: 0;
	color: #000000;
	font-size: 11px !important;
	font-size: 85%;
	line-height: 130%;
}
#bntxt p{
	margin-bottom: 0px;
}
table#copyzine p{
 	margin-left: 0;
 	padding: 0;
}
p#prof{
	padding-bottom: 1em;
	border-bottom: solid 1px #000000;
}
ol{
	margin: 10px 0 0 0;
	padding: 5px 0 5px 30px;
	background-color: #f0f0f0;
	border: dotted 1px #999999;
	font-size: 11px !important;
	font-size: 85%;
	font-weight: normal;
	text-indent: 0px;
	line-height: 150%;
	clear: both;
}
blockquote{
	margin: 0 2em;
	color: #000000;
	background-color: #f0f0f0;
}
em{
	font-style: normal;
	font-weight: bold;
}
address{
	padding: 3px 0 0 0;
	border-top: solid 1px #000000;
	font-style: normal;
	font-size: 11px !important;
	font-size: 85%;
}

/* header
---------------------------------------------------------------------- */
#header-col{
	color: #000000;
	background-color: #7e7e7e;
	background-image: url("../img/head_bg.png");
	background-repeat: repeat-x;
}
#header{
	margin: 0 auto;
	width: 730px;
	height: 120px;
}
#header img{
	vertical-align: bottom;
}
ul#navi{
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#navi li{
	position: absolute;
	top: 14px;
	display: block;
	margin: 0;
	padding: 0;
	width: 120px;
	height: 30px;
	text-indent: -9999px;
}
ul#navi li a{
	display: block;
	text-decoration: none;
	width: 120px;
	height: 30px;
}
ul#navi li#about-off{
	left: 0px;
	background: url("../img/head_navi1.png") no-repeat;
}
ul#navi li#bntxt-off{
	left: 122px;
	background: url("../img/head_navi2.png") no-repeat;
}
ul#navi li#bnimg-off{
	left: 244px;
	background: url("../img/head_navi3.png") no-repeat;
}
ul#navi li#copyzine-off{
	left: 366px;
	background: url("../img/head_navi4.png") no-repeat;
}
ul#navi li#interview-off{
	left: 488px;
	background: url("../img/head_navi5.png") no-repeat;
}
ul#navi li#notice-off{
	left: 610px;
	background: url("../img/head_navi6.png") no-repeat;
}
ul#navi li#about-on{
	left: 0px;
	background: url("../img/head_navi1.png") 0 -30px no-repeat;
}
ul#navi li#bntxt-on{
	left: 122px;
	background: url("../img/head_navi2.png") 0 -30px no-repeat;
}
ul#navi li#bnimg-on{
	left: 244px;
	background: url("../img/head_navi3.png") 0 -30px no-repeat;
}
ul#navi li#copyzine-on{
	left: 366px;
	background: url("../img/head_navi4.png") 0 -30px no-repeat;
}
ul#navi li#interview-on{
	left: 488px;
	background: url("../img/head_navi5.png") 0 -30px no-repeat;
}
ul#navi li#notice-on{
	left: 610px;
	background: url("../img/head_navi6.png") 0 -30px no-repeat;
}

/* contents
---------------------------------------------------------------------- */
#content{
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 730px;
}
#abg{
	margin: 0;
	padding: 0;
	width: 730px;
	background-image: url("../img/a_bg.png");
	background-repeat: repeat-y;
	float: left;
}
#amain{
	margin: 0;
	padding: 0;
	width: 495px;
	float: left;
}
#asub{
	margin: 0;
	padding: 10px 0 0 0;
	width: 210px;
	background-color: transparent;
	float: right;
}
#intbg{
	margin: 0;
	padding: 0;
	width: 730px;
	background-image: url("../img/int_bg.png");
	background-repeat: repeat-y;
	float: left;
}
#main{
	margin: 0;
	padding: 0;
	width: 530px;
	float: left;
}
#note{
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
	width: 165px;
	background-color: transparent;
	float: right;
}
#footer{
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 730px;
	clear: both;
}

/* table
---------------------------------------------------------------------- */
table{
	margin: 0;
	padding: 0;
	border-spacing: 0px;
	border-collapse: collapse;
}
table td, table th{
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
	border-style: none;
}
td.caption{
	padding-bottom: 10px;
	line-height: 110%;
}
table#bntxt, table#copyzine{
	width: 730px;
}
table#bntxt td, table#copyzine td{
	padding-bottom: 15px;
	width: 355px;
}
.left-col{
	padding-right: 20px;
	width: 355px;
}
#bntxt td.bottom-left-col, #copyzine td.bottom-left-col{
	padding-right: 20px;
	padding-bottom: 0;
	width: 355px;
}
#bnimg table td{
	padding-right: 5px;
}
#bnimg table img, #copyzine img{
	border: solid 1px #999999;
}
#asub table, #bnimg table, table#iimg-l, table#iimg-r{
	color: #666666;
	font-size: 11px !important;
	font-size: 85%;
	line-height: 110%;
}
#asub table td img, #bnimg table td img, table#iimg-l td img, table#iimg-r td img{
	margin-bottom: 3px;
}
table#iimg-l{
	margin-right: 15px;
	float: left;
}
table#iimg-r{
	margin-left: 15px;
	float: right;
}
table#iimg-l td, table#iimg-r td{
	width: 210px;
}
.w89{
	width: 89px;
}
.w97{
	width: 97px;
}
.w121{
	width: 121px;
}
.w165{
	width: 165px;
}
.w174{
	width: 174px;
}
.w173{
	width: 173px;
}
.w190{
	width: 190px;
}
.w220{
	width: 220px;
}

/* about
---------------------------------------------------------------------- */
.pr{
	float: right;
}
.left-img{
	margin: 0 5px 0 15px;
}

/* interview
---------------------------------------------------------------------- */
#lead{
	margin-left: 0;
	padding: 10px;
	background-color: #f0f0f0;
	border: dotted 1px #999999;
	text-align: right;
	font-size: 11px !important;
	font-size: 85%;
}
.mirugi{
	color: #000000;
}
.charlie{
	margin-left: 2em;
	color: #600000;
}
.hazuma{
	margin-left: 2em;
	color: #000060;
}
.eref{
	color: #cc0000;
}
a.eref:link, a.eref:visited, a.eref:active, #note p a.eref:hover{
	color: #cc0000;
	background-color: transparent;
	text-decoration: none;
}
.mref{
	color: #009900;
}
a.mref:link, a.mref:visited, a.mref:active, #note p a.mref:hover{
	color: #009900;
	background-color: transparent;
	text-decoration: none;
}
a.eref:hover, a.mref:hover{
	background-color: transparent;
	text-decoration: underline;
}
.intimg-l{
	margin: 0 15px 15px 0;
	float: left;
}
.intimg-r{
	margin: 0 0 15px 15px;
	float: right;
}
#pccom{
	margin: 15px;
}
#pccom table{
	font-size: 12px !important;
	font-size: 100%;
	line-height: 130%;
}
#pccom table th, #pccom table td {
	padding-right: 1em;
	font-weight: normal;
}

/* notice
---------------------------------------------------------------------- */
#pubdata{
	margin-left: 0;
	padding: 15px;
	font-size: 11px !important;
	font-size: 85%;
	background-color: #f0f0f0;
	border: dotted 1px #999999;
	background-image: url("../img/hajoubooks.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
#pubdata table td{
	padding-right: 1em;
}
td.space{
	padding-bottom: 1em;
}
#pubdata span{
	font-size: 12px !important;
	font-size: 100%;
	font-weight: bold;
}
