/*
Author: Takashi Shibusawa (Nilgiri Tea)
Autohr URI: http://nilgiri-tea.net/
*/

/* Reset Browser Defaults.
-------------------------------------------------- */
* {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
:link, :visited { text-decoration: none; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6, pre, code, p {
	font-size: 1em;
	font-weight: normal;
}
a img, :link img, :visited img { border: none; }
address { font-style: normal; }

/* Define Body
-------------------------------------------------- */
body{
	font-size: 62.5%;
	font-family: "Helvetica Neue", Helvetica, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", serif;
	color: #1f1e1e;
	position: relative;
	min-width: 900px;
}

a:link, a:visited { color: #414b7e; }
a:hover { color: #6c83c0; }

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.nocss{display: none;}

/* BG colors */
body { background-color: #f4f4f4; }
#header, #content-wrapper, #footer-wrapper { background-color: #fcfcfc;}

/*Content wrapper
------------------------------ */
#content-wrapper {
	margin: 0 auto;
	width: 860px;
	padding: 80px 20px 0;
}
.wrapper {
	position: relative;
	width: 640px;
	float: left;
	padding-bottom: 70px;
	margin: 0 110px;
}

/* Basic grid structure
width:860px
2+2 col. grids
Gutter:20px-40px-20px
(140 [20] 140) [40]
-------------------------------------------------- */
.lastgrid { margin-right: 0!important; }
.bottomgrid { margin-bottom: 0!important; }
.grid-1 {
	display: block;
	float: left;
	width: 640px;
	text-align: center;
}

.grid-2l { 
	display: block;
	float: left;
	margin-right: 40px;
	width: 300px;
}
.grid-2r{
	display: block;
	float: left;
	width: 300px;
	text-align: left;
}
.grid-4 {
	display: block;
	float: left;
	width: 140px;
	margin-right: 20px;
}


/*Header
------------------------------ */
#header {}
#title {
	padding-top: 200px;
	height: 0;
	overflow: hidden;
	background: url(../img/hyr-logo.gif) no-repeat 0 0;
}
#reader{
	padding-top: 97px;
	font-size: 1.4em;
	color: #007e47;
	line-height: 23px;
	letter-spacing: 0.093em;
}


/*About
------------------------------ */
#about {}
#book {
	display: block;
	overflow: hidden;
	border-radius: 5px;
	height: 427px;
}
#about-text{
	height: 424px;
	border-bottom: 1px solid #5b6064;
}

/*Sample
------------------------------ */
#sample {
}

.sample-wrapper {
	display: block;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}
.sample-content{
	height: 194px;
	position: relative;
}
.sample-text{
	position: absolute;
	bottom: 0;
}
.sample-title{
	display: block;
	font-size: 1.4em;
	font-weight: 700;
}
.sample-caption{
	display: block;
	margin-top: 10px;
	font-size: 1.2em;
	line-height: 1.8em;
}
.sample-img{ visibility: hidden; }
.sample-image {
	border: 1px solid #797d80;
	display: block;
	height: 191px;
	width: 138px;
	background: url(../img/page.gif) no-repeat -1px -1px;}
/*Space
------------------------------ */
.space-content {
	display: block;
	overflow: hidden;
	background: url(../img/space.png) no-repeat 0 0;
	padding-top:320px;
	height: 0;
}
/*Footer
------------------------------ */
#footer {
	border-top: 1px solid #5b6064;
	padding: 20px 0 20px;
	width: 640px;
}
#links, #copyright{
	font-size:1.4em;
	font-weight: 300;
	line-height: 22px;
}
#links{
	padding: 3px 20px 10px 0;
	border-right: 1px dotted #868c91;
	margin-right: 19px;
	text-align: center;
}

/*Decoration
------------------------------ */
.s-header{
	font-size: 2.4em;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 24px;
	padding: 28px 0 18px;
	border-top: 1px solid #5b6064;
	margin-top: 25px;
}
.s-header:first-child { margin-top: 0 }
.innerbox {
	font-size: 1.4em;
	letter-spacing: 0.1em;
	line-height: 24px;
}
.details{
	font-weight: 600;
	font-size: 1.1em;
	line-height: 22px;
	display: block;
	margin-top: 5px;
	letter-spacing: 0.5;
}
.ls-p4{
	letter-spacing: 0.4em;
}
.ls-p3{
	letter-spacing: 0.3em;
}
.ls-p2{
	letter-spacing: 0.2em;
}
.ls-p1{
	letter-spacing: 0.1em;
}

/*Headers
------------------------------ */
.headerimage {
	display: block;
	overflow: hidden;
	padding: 70px 0 0 0;
	height: 0;
}
.headerabout { background: url(../img/headerabout.png) no-repeat 0 28px; }
.headerwriter { background: url(../img/headerwriter.png) no-repeat 0 28px; }
.headersample { background: url(../img/headersample.png) no-repeat 0 28px; margin-bottom: 10px; /*background-position-x: 243px; */}