/* Elements */
body {
	margin: 0;
	padding: 0;
	background-color: #EFEEE8;
	background-image: url('body-bg.png');
	color: #666;
	font-size: 12px;
	font-family: sans-serif;
}

h2 {
	margin: 0;
	height: 21px;
	background-repeat: no-repeat;
	text-indent: -500px;
	overflow: hidden;
}

img {
	-ms-interpolation-mode: bicubic;
}

a > img {
	border: none;
}

p > a:link,
p > a:visited {
	background: transparent;
	text-decoration: underline;
	color: #00F;
}

p > a:hover,
p > a:active {
	background-color: #282828;
	text-decoration: none;
	color: #FFF;
}

dd > a:link,
dd > a:visited {
	background: transparent;
	text-decoration: underline;
	color: #00F;
}

dd > a:hover,
dd > a:active {
	background-color: #282828;
	text-decoration: none;
	color: #FFF;
}

/* General classes */
.slider > ul,
.slider > ul > li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Header */
#header {
	background-image: url('header-bg.png');
	background-repeat: repeat-x;
}

#header .contents {
	margin: 0 auto;
	width: 800px;
	overflow: hidden;
}

#logo {
	position: relative;
	float: left;
	width: 240px;
	height: 203px;
	background-image: url('logo-bg.png');
	background-repeat: no-repeat;
}

#logo h1 {
	margin: 0;
}

#logo img {
	position: absolute;
	left: 30px;
	top: 50px;
}

#updates {
	position: relative;
	float: left;
	margin-top: 50px;
	width: 560px;
}

#updates > h2 {
	background-image: url('update-header.png');
	margin-bottom: 8px;
}

#updates > h2 + a {
	display: block;
	position: absolute;
	top: 1px;
	left: 98px;
	width: 20px;
	height: 20px;
	background-image: url('feed-icon.png');
	background-repeat: no-repeat;
	text-indent: -200px;
	text-decoration: none;
	overflow: hidden;
}

#updates > dl {
	margin: 0;
	width: 540px;
	overflow: hidden;
}

#updates > dl > dt {
	float: left;
	margin-top: 1em;
	width: 6em;
	line-height: 1.5;
}

#updates > dl > dd {
	margin: 1em 0 0 0;
	padding: 0 0 0 6em;
	line-height: 1.5;
}


/* Main */
#main {
	clear: both;
	margin: 0 auto;
	width: 760px;
	padding: 37px 0 40px 0;
	overflow: hidden;
}

#books {
	position: relative;
	border-bottom: 1px solid #CCC;
	padding: 0 0 20px 0;
}

#books > h2 {
	margin-bottom: 20px;
	background-image: url('book-header.png');
}

#books > .nav {
	position: absolute;
	top: 1px;
	left: 658px;
	width: 98px;
	height: 24px;
	background-image: url('book-nav-bg.png');
	background-repeat: no-repeat;
}

#books > .nav > a {
	display: block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	text-indent: -24px;
	text-decoration: none;
	overflow: hidden;
}

#books > .nav > a[rel="prev"] {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('arrow-btn-l.png');
}

#books > .nav > a[rel="next"] {
	position: absolute;
	top: 0;
	left: 74px;
	background-image: url('arrow-btn-r.png');
}

.book {
	position: relative;
	min-height: 517px;
	background: transparent !important;
}

.book > .cover {
	position: absolute;
	top: 0;
	left: 0;
}

.book > .cover img {
	margin: 3px 0 3px 3px;
	box-shadow: #999 0px 1px 3px;
}

.book > .aside {
	margin: 0 0 0 400px;
	width: 360px;
}

.book > .aside > h3 {
	margin: 0;
	font-size: 22px;
	font-family: serif;
	color: #333;
}

.book > .aside p {
	margin: 1em 0;
	line-height: 1.5;
}

.book > .aside p a {
	
}

.book > .aside p a:link,
.book > .aside p a:visited {
	background: none;
	color: blue;
}

.book > .aside p a:hover,
.book > .aside p a:active {
	background-color: #282828;
	color: #FFF;
}

.book .samples {
	margin-top: 20px;
	width: 100%;
}

.book .samples > h4 {
	margin: 0 0 16px 0;
	width: 64px;
	background-color: #282828;
	border-radius: 4px;
	padding: 3px 0;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	color: #FFF;
}

.book .samples ul {
	margin: 0;
	padding: 0 0 2px 2px;
	list-style: none;
	overflow: hidden;
}

.book .samples li {
	float: left;
	margin: 0 0 0 28px;
	width: 100px;
	padding: 0;
}

.book .samples li:first-child {
	margin-left: 0;
}

.book .samples img {
	box-shadow: #999 0px 1px 2px;
}














#pics {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	padding: 20px 0px 20px 0px;
}

#pics > h2 {
	margin-bottom: 20px;
	background-image: url('pic-header.png');
}

#pics > .group > h3 {
	margin: 10px 0 16px 0;
	width: 80px;
	background-color: #282828;
	border-radius: 4px;
	padding: 3px 0;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	color: #FFF;
}

#pics > .group > ul {
	margin: 0;
	padding: 0 0 0 2px;
	list-style: none;
	overflow: hidden;
}

#pics > .group > ul > li {
	float: left;
	margin: 0 10px 10px 0;
	width: 32px;
	height: 32px;
	padding: 0;
}

#pics > .group > ul > li img {
	width: 100%;
	height: 100%;
	box-shadow: #999 0px 1px 2px;
}


















#strips {
	border-top: 1px solid #FFF;
	padding: 20px 0px 0px 0px;
}

#strips > h2 {
	margin-bottom: 20px;
	background-image: url('strip-header.png');
}

#strips > ul {
	margin: 0;
	padding: 0 0 0 2px;
	list-style: none;
}

#strips > ul > li {
	position: relative;
	margin: 0 0 10px 0;
	width: 100%;
	height: 40px;
	padding: 8px 0 0 58px;
}

#strips > ul > li > a {
	color: #666;
	text-decoration: none;
}

#strips > ul > li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
	box-shadow: #999 0px 1px 2px;
}

#strips .pages {
	display: none;
}

/* Footer */
#footer {
	/*clear: both;*/
	background-color: #282828;
	padding: 40px 0 10px 0;
	color: #999;
}

#footer h2 {
	margin-bottom: 10px;
}

#footer ul,
#footer li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer p {
	margin: 0.5em 0;
	font-size: 10px;
}

#footer a:link,
#footer a:visited {
	color: #999;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	color: #FFF;
	text-decoration: none;
}

#footer .contents {
	margin: 0 auto;
	width: 760px;
}

#about {
	float: left;
	width: 180px;
	padding-right: 20px;
}

#about > h2 {
	background-image: url('about-header.png');
}

#contact {
	float: left;
	width: 180px;
	padding-right: 20px;
}

#contact > h2 {
	background-image: url('contact-header.png');
}

#contact > ul > li > a {
	background-position: left center;
	background-repeat: no-repeat;
	padding: 3px 0 3px 20px;
	line-height: 22px;
	font-size: 10px;
}

#contact > ul > li > a[title="twitter"] {
	background-image: url('twitter-icon.png');
}

#contact > ul > li > a[title="pixiv"] {
	background-image: url('pixiv-icon.png');
}

#links {
	float: left;
	width: 360px;
	text-align: right;
}

#links > h2 {
	display: none;
}

#links li {
	display: inline;
}

#copy {
	clear: both;
	text-align: right;
}

#copy > p.note {
	text-align: left;
	font-size: 8px;
	color: #666;
}
