/*
**************
	全体
**************
			*/
h1, h2, h3, h4, h5, h6, p, ul, dl, ol, table, img, dd, dt{
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
ul, ol{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
table, th, td{
	font-size: inherit;
	line-height: inherit;
}
img{
	border: 0;
}
a{
	color: #fff;
	text-decoration: none;
}
a:hover{
	color: #f5e808;
	text-decoration: none;
}
.clear{
	clear: both;
}


body{
	background: #000;
	margin: 0;
}
#wrap{
	background: #191919;
	width: 100%;
	height: 768px;
	position: absolute;
	top: 50%;
	margin-top: -384px;
}
h1{
	width: 465px;
	height: 90px;
	background: url('../img/common/author-title.png') no-repeat top left;
	margin-bottom: 19px;
}
h1 span{
	visibility: hidden;
}
* html h1{
	behavior: url('http://www.hakusuiriki.com/css/css/iepngfix.htc');
}
#container{
	height: 488px;
	width: 965px;
	margin: 0 auto;
	background: url('../img/common/author-background.jpg') no-repeat right bottom;
	padding-top: 280px;
}
* html #container{
	height: 768px;
}
#author{
	margin-left: 86px;
}
p{
	width: 277px;
	font-size: 69%;
	line-height: 1.5em;
	color: #fff;
	padding-bottom: 40px;
}
ul{
	float: left;
	width: 278px;
	background: url('../img/common/author-18icon.gif') no-repeat center bottom;
}
li{
	float: left;
	height: 77px;
}
ul a{
	float: left;
	display: block;
	width: 119px;
	height: 43px;
}
#yes{
	padding-left: 1px;
	padding-right: 19px;
}
#yes a{
	background: url('../img/common/author-yes-button.gif') no-repeat left top;
}
#no{
	padding-left: 20px;
}
#no a{
	background: url('../img/common/author-no-button.gif') no-repeat left top;
}
ul span{
	visibility: hidden;
}
#yes a:hover,
#no a:hover{
	background-position: left bottom;
}