/* Global Styles */

html {
	height: 100%;
}
body {
	margin:0px;
	background-color:#14285f;
	height: 100%;
	font-size:12px;
	line-height: 16px;
	color:#99CCFF;
	}
body.books {
	margin:0px;
	background-color:#ffffff;
	height: 100%;
	font-size:12px;
	color:#14285f;
	}

h1 {
	margin: 0;
	color: #FFF4E6;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:24px;
	font-size: 24px;
	}
h2.book {
	font-size: 24px;
	color: #FFF4E6;
	font-weight:bold;
	background-image: url("css_img/cut1l.gif");
	background-repeat: no-repeat;
	margin: 1em 0 5px 0;
	padding: 22px 0 22px 110px;
	}
h2.owner {
	font-size: 20px;
	color: #FFF4E6;
	font-weight:bold;
	background-image: url("css_img/cut3.gif");
	background-repeat: no-repeat;
	margin: 1em 0 5px 0;
	padding: 20px 0 40px 100px;
	}
h2.owner_l {
	font-size: 24px;
	color: #FFF4E6;
	font-weight:bold;
	background-image: url("css_img/cut3l.gif");
	background-repeat: no-repeat;
	margin: 1em 0 5px 0;
	padding: 40px 0 60px 170px;
	}
h2.cafe {
	font-size: 20px;
	color: #FFF4E6;
	font-weight:bold;
	background-image: url("css_img/cut5.gif");
	background-repeat: no-repeat;
	margin: 1em 0 5px 0;
	padding: 20px 0 40px 80px;
	}
h2.cafe_l {
	font-size: 24px;
	color: #FFF4E6;
	font-weight:bold;
	background-image: url("css_img/cut5l.gif");
	background-repeat: no-repeat;
	margin: 1em 0 5px 0;
	padding: 55px 0 40px 140px;
	}

h2.info {
	font-size: 20px;
	color: #FFF4E6;
	font-weight:bold;
	background-image: url("css_img/cut7.gif");
	background-repeat: no-repeat;
	margin: 1em 0 5px 0;
	padding: 20px 0 40px 150px;
	}
h2.info_l {
	font-size: 24px;
	color: #FFF4E6;
	font-weight:bold;
	background-image: url("css_img/cut7l.gif");
	background-repeat: no-repeat;
	margin: 1em 0 5px 0;
	padding: 30px 0 20px 210px;
	}
h2.download {
	font-size: 20px;
	color: #FFF4E6;
	font-weight:bold;
	background-image: url("css_img/cut9.gif");
	background-repeat: no-repeat;
	margin: 1em 0 5px 0;
	padding: 35px 0 30px 130px;
	}

h3.bunrui {
	font-size: 20px;
	color: #FFF4E6;
	font-weight:bold;
	background-image: url("css_img/cut2s.gif");
	background-repeat: no-repeat;
	margin: 1em 0 5px 100px;
	padding: 10px 0 15px 50px;
	}
h3.originalfair {
	font-size: 20px;
	color: #FFF4E6;
	font-weight:bold;
	background-image: url("css_img/oficon00.gif");
	background-repeat: no-repeat;
	margin: 1em 0 5px 100px;
	padding: 10px 0 15px 50px;
	}
h3.new {
	font-size: 20px;
	color: #FFF4E6;
	font-weight:bold;
	background-image: url("css_img/newicon.gif");
	background-repeat: no-repeat;
	margin: 1em 0 5px 100px;
	padding: 10px 0 15px 50px;
	}

h3.author {
	font-size: 20px;
	color: #FFF4E6;
	font-weight:bold;
	background-image: url("css_img/cut4s.gif");
	background-repeat: no-repeat;
	margin: 1em 0 5px 100px;
	padding: 15px 0 15px 50px;
	}

h3.list_g {
	font-size: 16px;
	color: #14285f;
	font-weight:bold;
	background-image: url("css_img/list1.gif");
	background-repeat: no-repeat;
	margin: 1em 0 5px 0px;
	padding: 50px 0 15px 45px;
	}
h3.list_p {
	font-size: 16px;
	color: #14285f;
	font-weight:bold;
	background-image: url("css_img/list2.gif");
	background-repeat: no-repeat;
	margin: 1em 0 5px 0px;
	padding: 50px 0 15px 45px;
	}
h3.list_y {
	font-size: 16px;
	color: #14285f;
	font-weight:bold;
	background-image: url("css_img/list3.gif");
	background-repeat: no-repeat;
	margin: 1em 0 5px 0px;
	padding: 50px 0 15px 38px;
	}
h3.shiori {
	font-size: 16px;
	color: #99CCFF;
	font-weight:bold;
	background-image: url("css_img/cut8s.gif");
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding: 35px 0 25px 45px;
	}

table.book {
	margin: 0 0 0 100px;
	}

hr {
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: solid; /* 線種 */
	border-color: red; /* 線色 */
	height:1px; 
	color: #cccccc;
	}

hr.dotblue {
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dotted; /* 線種 */
	border-color: #14285f; /* 線色 */
	height:1px; 
	color: #cccccc;
	}

hr.dotlightblue {
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dotted; /* 線種 */
	border-color: #99CCFF; /* 線色 */
	height:1px; 
	color: #cccccc;
	}
	
a {
	color: #00CCFF;
	text-decoration: none;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:underline;
	}


/* ID Styles */
#container {
	width: 100%;
	height: 100%;
	margin: 0;
}

#entrance {
	width: 800px;
	height: 100%;
	margin: 0px auto;
}


#header {
	background-color: #02021e;
	background-image: url("css_img/title_back4.jpg");
	width: 100%;
	height: 145px;
}

#header_enter {
	padding: 50px 0 0 0;
	width: 100%;
	background-color: #002541;
	margin: 0px auto;
}

#main_enter {
	margin: 20px 100px 20px 100px;
}

#main {
	margin: 0px 50px 20px 50px;
}

#main_author {
	margin: 0px 50px 20px 50px;
}
#main_author p {
	font-size: 12px;
	color: #14285f;
	padding: 3px 0 5px 0;
	margin: 0;
	}
#main_author a {
	font-size: 12px;
	color: #0099FF;
	}
#main_author a:hover {
	color: #CC6666;
	}

#main2 {
	margin: 0px 20px 20px 20px;
}
#wrapper{
	width:100%;
	}
#content_left {
	float:left;
	margin: 0 0 0 0;
	width: 300px;
	padding: 30px 20px 10px 20px;
	}
#content_right {
	margin: 0 0 0 320px;
	padding: 30px 20px 10px 20px;
	width: auto;
	}
#content_right h2 {
	font-size: 18px;
	color: #99CCFF;
	font-weight:bold;
	background-image: url("css_img/cut1s.gif");
	background-repeat: no-repeat;
	margin: 0;
	padding: 15px 0 20px 90px;
	}
#content_right td {
	font-size: 13px;
	color: #14285f;
	line-height: 165%;
	background-color: #dbefef;
	padding: 20px 20px 20px 20px;
	}

#footer {
	margin: 0 40px 0 40px;
	padding: 5px 5px 5px 5px;
	line-height: 120%;
	color:#99CCFF;
	clear:left;
}

#footer_white {
	margin: 0 40px 0 40px;
	padding: 5px 5px 5px 5px;
	background-color:#FFFFFF;
	line-height: 120%;
	color: #0099FF;
	clear:left;
}

#navigation a {
	font:11px Osaka, sans-serif;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	color: #FFFF00;
	line-height:24px;
	letter-spacing:.4em;
	font-size: 18px;
	font-weight: 500;
	}

#tagline {
	color: #99CCFF;
	line-height:18px;
	letter-spacing:0.4em;
	font-size: 10px;
	}
	
#dateformat {
	margin-right: 50px;
	}

#dateformat a {
	color:#99CCFF;
	text-decoration:none;
	font-size: 12px;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

#dateformat_books {
	background-color: #f7f7d3;
	padding-bottom: 5px;
	margin-bottom:10px;
	}
#dateformat_books a {
	color: #0099FF;
	text-decoration:none;
	font-size: 12px;
	}
	
#dateformat_books a:hover {
	color: #CC6666;
	}

/* Class Styles */

.bodyText {
	font-size:13px;
	color:#FFFFFF;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	padding: 0 0 3px 0;
	}
.indexText {
	font-size:12px;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}
.bodyContent {
	font-size:13px;
	color:#FFFFFF;
	line-height:20px;
	letter-spacing:.1em;
	margin:0 0 0 100px;
	padding: 0 0 10px 0;
	width: 700px;
	}

.pageName{
	color: #FFFF00;
	line-height:20px;
	letter-spacing:.1em;
	font-size: 22px;
	}
.subHeader {
	color: #FFF4E6;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:24px;
	font-size: 24px;
	}	
.sidebarHeader {
	font-size:13px;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	float: right;
	marg: 0 20px 0 0;
	}	
	
.detailText {
	font-size:11px;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
.bigText {
	font-size:16px;
	color:#99CCFF;
	line-height:24px;
	letter-spacing:.1em;
	}
	
.smallText {
	font-size:12px;
	color:#99CCFF;
	}
.tagline {
	color: #99CCFF;
	line-height: 20px;
	letter-spacing:0.4em;
	font-size: 12px;
	float: right;
}
	

	
#sorayomi_enter {
	text-align: center;
	width: 242px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	clear: both;
	float: none;
	background-color: #FFF4E6;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 5px;
}
#sorayomi_enter a {
	color: #0000FF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.2em;
	line-height:12px;
	display:block;
	font-size: 12px;
	}
	
#sorayomi_enter a:hover {
	color:#CC3300;
	}

textarea {
	width: 200px;
	height: 100px;
	font-size:12px;
	color: #FFFFFF;
	background-color: #002541;
	line-height: 16px;
}

.book_image {
	width:270px;
	height: 250px;
	float: left;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.book_text {
	color:#14285f;
	float:left;
	width:400px;
	font-size:120%;
	margin-left: 0px;
	text-align:left;
	line-height:160%;
}
h1.book_text {
	font-size:120%;
	font-weight:bold;
	margin-top:10px;
	line-height: 120%;
}
h2.book_text {
	font-size:90%;
	font-weight:bold;
	margin-top:0px;
	line-height: 120%;
}
table.cafe {
	font-size: 13px;
	color: #14285f;
	line-height: 165%;
	background-color: #ccffff;
	padding: 10px 10px 10px 10px;
	margin: 10px 0 10px 0px;
	width: 100%;
	border: solid 5px #FFFF66;
	}

