@charset "EUC-JP";

/*============================================================
//
//  目次---------------------
//  ・初期設定
//  ・共通設定
//
//==========================================================*/

/*=====================================================================
//  共通設定
//=====================================================================*/
*{
	margin:0;
	padding:0;
}

body {
	font-size:12px;
	text-align: center;
}

img,
a img {
	border : 0;
	text-decoration: none;
}
a{
	/*\*/
	overflow: hidden;
	/**/
}


img{	vertical-align:bottom;}

.test{	border:1px solid #f00;}

ul{list-style:none;}

.clr {
	clear: both;
	/*\*/
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	/**/
}

/*============================================================
//  共通設定
//==========================================================*/


h1, h2, h3, h4, h5, h6, p, li,dt,dd {
	line-height:140%;
}

.left{
	float:left;
}

.right{
	float:right;
}


/*============================================================
//  コンテンツ
//==========================================================*/

#contents{
	margin:0 auto;
	padding:10px 10px 0;
	width:450px;
	text-align: left;
	color:#333;
}

.logo{
	width:157px;
	height:45px;
	background:url( /tachiyomi/bunko/image/logo.gif );
	margin-bottom:10px;
	text-indent:-9999px;
}
.logo a{
	width:160px;
	height:25px;
	display:block;
}
#title{
	border-bottom:1px dotted #333;
	margin-bottom:5px;
	padding-bottom:30px;
}

h1{
	float:left;
	width:45px;
	height:45px;
	background:url( /tachiyomi/bunko/image/icon.jpg );
	font-size:5px;
	text-indent:-9999px;
	margin-top:3px;
}
#info{
	float:right;
	width:395px;
}
#contents h2{
	font-size:18px;
	color:#333;
}
#contents h3{
	font-size:14px;
	font-weight:normal;
	color:#333;
}
#contents h3 span{
	color:#009;
}

#main{
	font-size:14px;
	line-height:160%;
	width:420px;
	height:370px;
	overflow-y:scroll;
	margin:0 5px 15px;
	padding:0 10px;
}

#contents p.fontsize{
	font-size:12px;
	text-align:right;
	margin-bottom:10px;
	padding:0 25px;
}

#contents p.fontsize span{
	text-decoration:underline;
	cursor: pointer;
}

#contents p.fontsize span.small{
	font-size:12px;
}
#contents p.fontsize span.normal{
	font-size:14px;
}
#contents p.fontsize span.big{
	font-size:18px;
}



#footer{
	font-size:10px;
	line-height:25px;
	text-align:center;
	height:25px;
	background:#1E3853;
	color:#fff;
}

#footer a{
	color:#fff;
	tex-decoration:underline;
}