@charset "utf-8";



/* base
----------------------------------------------------*/
body,div,
h1,h2,h3,h4,h5,h6,
p,ul,li,dl,dt,dd,table,th,td,img,
form,select,option,address,pre {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','HiraKakuPro-W3','MS UI Gothic',
						Osaka, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	color: #000;
}

img,
a img {
	border: none;
}

a {
	cursor: pointer;
}

a:link,
a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #e60012;
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

body {
	text-align: center;
}

#bg {
	background: url(../img/image.jpg) no-repeat;
	background-position: top center;
	width: 980px;
	margin: 0 auto 10px;
}


/* container
----------------------------------------------------*/
#container	{
	text-align: left;
	position: relative;
	margin: 0;
	padding: 0;
}


/* header
----------------------------------------------------*/
#header {
	padding-bottom: 570px;
}

img#top_logo {
	padding: 2px 15px;
}

img#book_title {
	padding: 65px 0 0 50px;
}


/* contents
----------------------------------------------------*/
#contents {
	padding: 0 50px;
}
/* IE6 */
*html #contents {
	padding: 0 10px;
}
/* IE7 */
*:first-child+html  #contents {
	padding: 0 10px;
}

.btn a:hover img {
	filter: alpha(opacity=80);
 	-moz-opacity:0.80;
	opacity:0.80;
}

.btn a:active img {
	filter: alpha(opacity=100);
 	-moz-opacity:1;
	opacity:1;
}

.fontB13 {
	font-weight: bold;
	font-size: 18px;
}

#index {
	text-align: left;
	background: #fff;
	width: 485px;
	padding: 20px;
}

#index p {
	color: #e60012;
	font-weight: bold;
	font-size: 15px;
}

#index dl {
	margin: 10px 0 0;
}

#index dt {
	margin: 0 0;
	font-size: 13px;
	font-weight: bold;
}

#index dd {
	margin: 0 0 25px;
	font-size: 12px;
}

img#btn_tachiyomi {
	position: absolute;
	top: 275px;
	left: 512px;
}

img#btn_publish {
	position: absolute;
	top: 445px;
	left: 730px;
}

img#btn_tachiyomi1 {
	position: absolute;
	top: 812px;
	left: 350px;
}
/* IE6 */
*html img#btn_tachiyomi1 {
	position: absolute;
	top: 820px;
	left: 350px;
}
/* IE7 */
*:first-child+html img#btn_tachiyomi1 {
	position: absolute;
	top: 820px;
	left: 350px;
}

img#btn_tachiyomi2 {
	position: absolute;
	top: 930px;
	left: 350px;
}
/* IE6 */
*html img#btn_tachiyomi2 {
	position: absolute;
	top: 920px;
	left: 350px;
}
/* IE7 */
*:first-child+html img#btn_tachiyomi2 {
	position: absolute;
	top: 920px;
	left: 350px;
}
/* Firefox */
html>/**/body img#btn_tachiyomi2 {
	position: absolute;
	top: 920px;
	left: 350px;
}

img#btn_tachiyomi3 {
	position: absolute;
	top: 1027px;
	left: 350px;
}
/* IE6 */
*html img#btn_tachiyomi3 {
	position: absolute;
	top: 1017px;
	left: 350px;
}
/* IE7 */
*:first-child+html img#btn_tachiyomi3 {
	position: absolute;
	top: 1017px;
	left: 350px;
}
/* Firefox */
html>/**/body img#btn_tachiyomi3 {
	position: absolute;
	top: 1019px;
	left: 350px;
}

#blogRss #list-01 {
	position: absolute;
	top: 620px;
	left: 585px;
	width: 340px;
	height: 200px;
	overflow: hidden;
	overflow-y: scroll;
}
#blogRss #list-01 li {
	margin: 0 0 5px;
	padding: 5px 5px 8px;
	border-bottom: 1px dotted #666;
	list-style: none;
	font-size: 13px;
}

#twitter {
	position: absolute;
	top: 840px;
	left: 612px;

}

#profile {
	position: absolute;
	top: 910px;
	left: 612px;
	background: #fff;
	width: 300px;
	padding: 10px;
	font-size: 12px;
}

img.ph_right {
	float: right;
	padding: 0 0 5px 5px;
}




/* footer
----------------------------------------------------*/
#footer {
	background: #000;
	width: 960px;
	height: 60px;
	margin: 40px 0 0 10px;
}

img#footer_logo {
	margin: 5px;
}

#footer p {
	text-align: right;
	color: #fff;
	font-size: 10px;
	margin: -25px 10px 0 0;
}