@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}
body {
	color: #DDD;
	margin: 0px;
	padding: 0px;
	background: #333;
	font: small/1em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1,h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: small;
	color: #0066CC;
	margin-bottom: 5px;
	line-height: 1.2em;
}
p {
	margin-bottom: 15px;
	line-height: 1.2em;
}
img {
	border-style: none;
}
strong {
	font-size: medium;
	font-weight: bold;
	color: #F90;
}
a:link {
	color: #9CF;
	text-decoration: underline;
}
a:visited {
	color: #09F;
	text-decoration: underline;
}
a:hover {
	color: #FF0;
	background: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #FF0;
}
#base {
	margin: auto;
	padding: 0px;
	width: 850px;
	background: #000;
}
#base #title {
	color: #FFF;
	background: #4C4C4C;
	height: 380px;
	margin-bottom: 10px;
}
#base #title #sum {
	text-align: center;
	background: #000;
	color: #FFF;
	padding: 5px;
	height: 20px;
}
#base #title #profPhoto {
	float: left;
	height: 344px;
	width: 274px;
	padding: 3px 0px 3px 3px;
	background: #4C4C4C;
}
#base #title #main {
	float: right;
	background: #666;
	color: #FFF;
	width: 570px;
	height: 350px;
}
#base #title #main h1 {
	margin: 10px 0px;
	text-align: center;
}
#base #title #main #read {
	background: url(../images/back2.gif);
	padding: 10px 0px;
	text-align: center;
}
#base #title #main #profile {
	margin: 0px 0px 10px 15px;
}
#base #title #main #profile dt {
	margin-bottom: 10px;
}
#base #title #main #credit {
	text-align: right;
	margin-right: 10px;
}
#base #interview {
	width: 540px;
	float: left;
	margin-left: 5px;
	clear: right;
	margin-bottom: 10px;
}
#base > #interview {
	margin-left: 10px;
}
#base #interview h2 {
	font-size: small;
	line-height: 1.3em;
	color: #0CF;
	background: #000;
	font-weight: bold;
	clear: both;
}
#base #interview dl {
	margin: 5px 0px 20px;
}
#base #interview dl dt {
	line-height: 1.5em;
	font-weight: bold;
	float: left;
	margin-bottom: 5px;
}
#base #interview dl dd {
	line-height: 1.5em;
	margin-left: 40px;
	margin-bottom: 5px;
}
#base #photo {
	width: 280px;
	float: right;
	margin-right: 5px;
	background: #1F1F1F;
}
#base > #photo {
	margin-right: 10px;
}
#base #photo dl {
	margin: 10px 0px;
}

#base #photo dl dt {
	text-align: center;
}
#base #photo dl dt a .tn {
	border: 3px solid #999;
}
#base #photo dl dt a:hover .tn {
	border: 3px solid #0CF;
}
#base #photo dl dd {
	font-size: x-small;
	line-height: 1.3em;
	margin: 5px 20px 15px;
	letter-spacing: 0.1em;
}
#base #interview #comicsInfo {
	background: #131313;
	border: 2px solid #0CF;
	padding: 10px;
	height: 200px;
}
#base #interview #comicsInfo #cover {
	float: left;
	height: 200px;
	width: 129px;
	margin-right: 10px;
}
#base #interview #comicsInfo dl dt {
	float: none;
	font-size: medium;
	font-weight: bold;
	color: #0CF;
	margin-bottom: 5px;
}
#base #interview #comicsInfo dl dt .num {
	font-size: small;
	font-weight: bold;
	color: #DDD;
}
#base #interview #comicsInfo dl #nos {
	margin-bottom: 5px;
}

#base #interview #comicsInfo dl dd {
	margin: 0px;
}
#base #interview #comicsInfo dl #booknavi {
	text-align: right;
}
#copyright {
	margin: 0px;
	clear: both;
	text-align: center;
	color: #FFF;
	width: 850px;
	padding: 3px 0px;
	border-top: 1px solid #666;
}
