@charset "utf-8";
@import "../css/reset.css";
@import "../css/global.css";

/* common */

*{
	margin:0px;
	padding:0px;
}
body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:75%;
	color:#333333;
	background-color:#FE9C95;
}
img{
	border:none;
}
h2{
	font-size:14px;
	color:#336666;
}
h3{
	margin-bottom:10px;
	clear:both;
}
h4{
	font-size:14px;
	text-align:center;
}
a:link{
	color: #336666;
}
a:visited{
	color:#336666;
}
a:hover, a:visited:hover{
	color: #FE9C95;
}
a:active{
	color: #FE9C95;
}

ul{
	margin:10px 0px 10px 0px;
}
ul li{
	list-style-type:none;
	margin-top:2px;
}

#header{
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
	width: 820px;
}

#main_container{
	width:820px;
	margin:30px auto 0px auto;
	
}
#contents_container{
	width:820px;
	background:url(img/bk_contents.gif) repeat-y;
}
#contents_footer{
	clear:both;
	height:25px;
margin-bottom:-2px;
}

/* header */
#joshitetsu_header{
	width:820px;
	height:319px;
	text-indent:-9999px;
	background:url(img/header.jpg) no-repeat;
}

/* entry */
#entry_container{
	width:556px;
	height:auto;
	float:left;
}
.entry{
	width:497px;
	margin:20px auto 0px auto;
}
.entry-title{
	width:447px;
	height:53px;
	padding-left:50px;
	background:url(img/bk_entry-back.gif) no-repeat;
}
.entry-title p{
	font-size:10px;
	color:#666666;
	margin-bottom:2px;
}
.entry-text{
	margin-top:10px;
	line-height:1.5em;
}
#back{
	width:497px;
	text-align:right;
	margin:20px auto 0px auto;
}

/* information */
#info_container{
	width:235px;
	height:auto;
	float:right;
	padding-top:20px;
}
#info_container ul{
                padding-right:20px;
}
.book{
	margin:0px 0px 10px 39px;
}
#logo_apology{
	width:209px;
	height:27px;
	margin-bottom:20px;
}
#books_logo{
	width:99px;
	height:27px;
	float:left;
}
#apology{
	width:87px;
	height:27px;
	float:right;
}
.banner{
	margin-top:20px;
}
/* footer */
#copy{
	text-align:center;
	margin:10px 0px 10px 0px;
}