/*
Theme Name: si
Author: shueisha-int
Author URI: http://www.shueisha-int.co.jp/
*/


/* base
----------------------------------------------------*/
body,div,
h1,h2,h3,h4,h5,h6,
p,ul,li,dl,dt,dd,table,th,td,img,
form,select,option,address,pre {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	color: #666;
}

img,
a img {
	border: none;
}

a {
	cursor: pointer;
}

a:link,
a:visited {
	color: #69440f;
	text-decoration: underline;
}

a:hover {
	color: #dd5206;
	text-decoration: underline;
}

a:active {
	color: #ad935b;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

body {
	text-align: center;
	width: 960px;
	margin: 0 auto 20px;
}


/* container
----------------------------------------------------*/
#container	{
	position: relative;
	text-align: left;
	background: url(images/bg.gif) repeat;
	background-position: left top;
	width: 960px;
}


/* header
----------------------------------------------------*/
#header	{

	background: url(images/header_bg.gif) no-repeat;
	background-position: left top;
	width: 960px;
	padding: 0 0 20px;
}

img#si_logo {
	padding: 40px 0 10px 30px;
}

img#si_logo1 {
	padding: 50px 0 20px 30px;
}


#top_nav {
	position: absolute;
	top: 110px;
	left: 315px;
}
/* IE6 */
*html #top_nav {
	position: absolute;
	top: 100px;
	left: 305px;
}

#top_nav li {
	display: inline;
	list-style: none;
	margin-left: 5px;
}


/* Begin Form Elements */
#searchform {
	position: absolute;
	top: 45px;
	left: 635px;
	background: #69440f url(images/searchmark.gif) no-repeat;
	background-position: left center;
	height: 35px;
	padding: 9px 5px 0 35px;
}

.screen-reader-text {
	display: none;
}

#searchform #s {
	width: 200px;
	padding: 2px;
}

#searchsubmit {
	margin-left: 2px;
	padding: 1px;
}
/* End Form Elements */

#banner_top {
	position: absolute;
	top: 34px;
	left: 300px;
/*left: 300px;*/
}



/* topic_path
----------------------------------------------------*/
#topic_path ol {
	padding: 0 35px;
}
/* IE6 */
*html #topic_path ol {
	padding: 0;
}
/* IE7 */
*:first-child+html #topic_path ol {
	padding: 0;
}


#topic_path li {
	display:inline;
	list-style: none;
	font-size: 75%;
}

/* contents
----------------------------------------------------*/
#flashcontent {
	text-align: center;
	margin: 20px auto 25px;
}

#contents {
	position: relative;
	clear: both;
	margin: 0 30px 0;
}

#contents h1 {
	padding: 10px 15px 15px;
}

#columnL {
	float: left;
	width: 350px;
}
#columnR {
	float: right;
	width: 520px;
	margin: 0 0 40px;
}

.column1 {
	float: left;
	width: 900px;
	background: #fff;
}

.column2 {
	float: left;
	background: url(images/bgT_column2.gif) no-repeat;
	background-position: left top;
	width: 350px;
}
.column2 h1 {
	padding: 10px 15px;
}

.column3 {
	float: left;
	background: url(images/bgT_column3.gif) no-repeat;
	background-position: left top;
	width: 350px;
}
.column4 {
	float: left;
	background: url(images/bgT_column4.gif) no-repeat;
	background-position: left top;
	width: 520px;
	padding: 10px;
}


img.columnT {
	display:block;
	font-size: 0;
	margin: 0;
	width: 100%;
	height: 10px;
}

img.columnB {
	margin: 0 0 30px;
	width: 100%;
}

#contents p {
	font-size: 80%;
	margin: 0 40px;
}

.pageTop {
	display: block;
	clear: both;
	text-align: right;
	padding: 10px 20px;
	z-index: 999;
}

.center {
	text-align: center;
}

.txt_right {
	text-align: right;
}

.left {
	float: left;
	padding: 0 20px 10px 0;
}

.right {
	float: right;
	padding: 0 0 10px 20px;
}

.clear {
	clear: both;
	display: block;
	height: 5px;
}

.color1 {
	color: #69440f;
}
.color2 {
	color: #dd5206;
}
.color3 {
	color: #ee1111;
}
.color4 {
	color: #ee7e11;
}
.color5 {
	color: #3b984e;
}
.color6 {
	color: #05dae7;
}
.color7 {
	color: #786c03;
}
.color8 {
	color: #005625;
}
.color9 {
	color: #9d702f;
}

#banner_top a:hover img,
#banner_left a:hover img,
#top_machiyama a:hover img,
.banner a:hover img,
#webblog a:hover img,
#footer_nav a:hover img,
#bookstore a:hover img,
#link_banner a:hover img {
	filter: alpha(opacity=80);
 	-moz-opacity:0.80;
	opacity:0.80;
}

#banner_top a:active img,
#banner_left a:active img,
#top_machiyama a:active img,
.banner a:active img,
#webblog a:active img,
#footer_nav a:active img,
#bookstore a:active img,
#link_banner a:active img {
	filter: alpha(opacity=100);
 	-moz-opacity:1;
	opacity:1;
}

#banner_left {
	padding: 0 0 30px;
}
#banner_left img {
	margin: 0 0 10px;
}



/* footer
----------------------------------------------------*/
#footer	{
	clear: both;
	position: relative;
	background: url(images/footer_bg.gif) no-repeat;
	background-position: left top;
	height: 60px;
}

#footer_nav {
	position: absolute;
	top: 17px;
	left: 190px;
}

#footer_nav li {
	display: inline;
	list-style: none;
	margin-left: 10px;
}

p#copyright {
	position: absolute;
	top: 48px;
	left: 2px;
	color: #fff;
	font-size: 50%;
}



/* top
----------------------------------------------------*/
p#blog_list {
	text-align: right;
	margin: 10px 22px 70px;
	font-size: 70%;
}
p#news_list {
	text-align: right;
	margin: -45px 25px 30px;
	font-size: 70%;
}

p#blog_list a {
	color: #69440f;
}
p#news_list a {
	color: #fff;
}

p#blog_list a:hover,
p#news_list a:hover {
	color: #dd5206;
}

.news {
	background: url(images/border.gif) repeat-x;
	background-position: left bottom;
	margin: 0px 20px;
	padding-bottom: 10px;
	font-size: 80%;
}

.news dt {
	font-size: 90%;
}

.news dd {
	color: #333;
}

.info_table  {
	margin: 0 40px;
	font-size: 80%;
	width: 90%;
}

.info_table th {
	background: url(images/border.gif) repeat-x;
	background-position: left bottom;
	width: 6em;
	padding-bottom: 5px;

	padding: 10px ;
}

.info_table td {
	background: url(images/border.gif) repeat-x;
	background-position: left bottom;

	padding-bottom: 5px;
	color: #333;
	padding: 10px 10px 10px 0;
}


#twitter {
	padding: 0 0 30px;
}
#twitter p,
#twitter ul,
#twitter li,
#twitter dl,
#twitter dt,
#twitter dd,
#twitter table,
#twitter th,
#twitter td {
	font-size: 102%;
}



.banner {
	float: right;
	width: 420px;
	margin: 0 0 40px;
}
.banner img {
	margin: 0 0 10px 10px;
}


dl.top_dl {
	margin: -10px 20px 6px;
}


dl.top_news {
	margin-top: 10px;
}

dl.top_news span.new {
	font-weight: bold;
	color: #dd5206;
}

dl.top_dl dd {
	background: url(images/border.gif) repeat-x;
	background-position: left bottom;
	margin-top: 10px;
	padding-bottom: 12px;
	font-size: 80%;
}

span.top_date {
	margin-left: 5px;
	font-size: 80%;
}


#top_twitter {
	width: 410px;
	margin: 0 0 40px;
}
#top_twitter p,ul,li,dl,dt,dd,table,th,td {
	font-size:100%;
}


.columnR_contents {
	margin: 0 0 20px;
	padding: 12px 8px;
}
#webblog a img {
	margin: 0 0 10px;
}

.topR_col {
	padding: 10px 5px;
}
p#chitre_list {
	text-align: right;
	margin: -25px 15px 10px;
	font-size: 80%;
}
p#syourigaku_list {
	text-align: right;
	margin: -25px 35px 10px;
	font-size: 80%;
}
p#publish_list {
	text-align: right;
	margin: -25px 35px 10px;
	font-size: 80%;
}
#top_chitre,
#top_syourigaku,
#top_machiyama,
#top_10 {
	float: left;
	margin: 0 0 30px;
}
/* IE6 */
*html #top_syourigaku {
	float: left;
	margin: 170px 0 30px;
}
#top_chitre .book_col,
#top_syourigaku .book_col,
#top_10 .book_col  {
	float: left;
	width: 235px;
	height: 100px;
	background: #eee;
	margin: 4px;
	padding: 0px;
}
/* IE6 */
*html #top_chitre .book_col,
#top_syourigaku .book_col,
#top_10 .book_col  {
	float: left;
	width: 235px;
	height: 105px;
	background: #eee;
	margin: 4px;
	padding: 0px;
}


#top_chitre .book_col table,
#top_syourigaku .book_col table,
#top_10 .book_col table {
	width: 95%;
	font-size: 12px;
	margin: 5px;
}
#top_chitre .book_col table td.book_img ,
#top_syourigaku .book_col table td.book_img ,
#top_10 .book_col table td.book_img {
	width: 68px;
height: 90px;
}
#top_chitre .book_col table td.book_img img,
#top_syourigaku .book_col table td.book_img img,
#top_10 .book_col table td.book_img img {
	border:1px solid #999;
}
#top_chitre .book_col table th.book_title,
#top_syourigaku .book_col table th.book_title,
#top_10 .book_col table th.book_title {
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.3;
}
.book_author {
	line-height: 1.2;
}
.book_col table td.book_price,
.book_col table td.book_tachiyomi {
	height: 14px;
}


/* top以外のnews
----------------------------------------------------*/
.news {
	float: left;
	background: url(images/border.gif) repeat-x;
	background-position: left bottom;
	margin: 5px 30px;
	padding-bottom: 10px;
	font-size: 80%;
	width: 93%;
}
/* IE6 */
*html .news {
	float: left;
	background: url(images/border.gif) repeat-x;
	background-position: left bottom;
	margin: 10px 0 10px 15px;
	padding-bottom: 10px;
	font-size: 80%;
	width: 88%;
}

.group {
	width: 86%;
	margin-top: 0;
	padding-bottom: 5px;
}
/* IE6 */
*html .group {
	width: 95%;
	margin-top: 0;
	padding-bottom: 5px;
}

.news dl {
	padding: 5px;
}

.news dt {
	font-size: 90%;
}

.news dd {
	color: #333;
}

.news dd.news_title {
	color: #69440f;
	font-size: 120%;
	font-weight: bold;
	margin: 5px 0 10px;
}

.news dd.news_txt {
	color: #333;
	font-size: 105%;
	margin: 20px 0 10px 30px;
}

.news h2 {
	display: block;
	color: #dd5206;
	font-size: 110%;
	font-weight: bold;
	margin: 5px 0 10px 0;
}

p.pagelink {
	clear: both;
}

span.prev {
	float: left;
	padding: 20px 0 10px;
	font-size: 90%;
}
span.next {
	float: right;
	padding: 20px 0 10px;
	font-size: 90%;
}



/* company
----------------------------------------------------*/
#company_table {
	margin: 0 50px;
}

#company_table table {
	float: left;
	font-size: 80%;
	text-align: left;
	margin-bottom: 20px;
}

#company_table table th,
#company_table table td {
	border-bottom: 1px solid #ccc;
	padding: 10px 20px;
}

#company_table table td.table_title {
	font-size: 120%;
	font-weight: bold;
	color: #653e00;
}

#company_table #company_right {
	float: left;
	margin: 40px 0 20px 40px;
}

#company_table #recruit dl {
	margin: 30px 10px 0;
}

#company_table #recruit dt {
	font-size: 90%;
	color: #69440f;
}

#company_table #recruit dd {
	font-size: 80%;
}



/* privacy
----------------------------------------------------*/
#privacy {
	padding: 20px 50px;
}

#privacy h3 {
	color: #69440f;
	font-weight: bold;
	font-size: 90%;
}

#privacy p {
	margin: 20px 0 10px 5px;
}

#privacy ul {
	font-size: 80%;
	list-style-position: outside;
	margin-left: 20px;
}


/* contact
----------------------------------------------------*/
#contact_left {
	float: left;
 	width: 440px;
 	padding-left: 30px;
}
#contact3_left {
	float: left;
 	width: 440px;
 	padding-left: 10px;
}

p#contact {
	color: #69440f;
	font-weight: bold;
	font-size: 95%;
	margin: 30px 30px 0px;
}

p#contact_txt {
	line-height: 2.5;
	margin: 30px 0 50px 30px;
}

p#contact_txt strong {
	font-size: 120%;
	
}

#contact_right {
	float: right;
	margin: 40px 0px 0 0;
	width: 400px;
}
#contact3_right {
	float: right;
	margin: 30px 40px 0 0;
	width: 400px;
}

.wpcf7 {
	background: #f0ebdd;
	padding: 30px 0;
}

.wpcf7 p {
	padding: 0 0 10px;
}

.wpcf7 p#contactform {
	color: #69440f;
	font-weight: bold;
	font-size: 90%;
	margin-bottom: 5px;
}

.wpcf7-form-control-wrap {
	padding: 0;
}

.wpcf7-form-control-wrap textarea {
	font-size: 115%;
	width: 310px;
}

.wpcf7-response-output {
	margin: 0 40px;
	font-size: 80%;
	font-weight: bold;
}

.wpcf7-not-valid-tip-no-ajax {
	color: #ee1111;
	font-size: 90%;
}





/* blog
----------------------------------------------------*/
#blog {
	float: left;
}

#blog_contents {
	float: right;
	background: url(images/bgT_blog.gif) no-repeat;
	background-position: left top;
	width: 680px;
}

img.columnB2 {
	float: right;
	margin: 0 0 30px;
	width: 680px;
}

#side_contents {
	float: left;

}


/* publish
----------------------------------------------------*/
#publish #contents {
	position: relative;
}

ul#series_nev {
	position: relative;
	top: -49px;
	left: 170px;
}
/* IE6 */
*html ul#series_nev {
	position: absolute;
	top: 35px;
	left: 170px;
}


ul#series_nev li {
	list-style: none;
	display: inline;
	margin-right: 20px;
	padding: 3px 5px;
}

ul#series_nev li a {
	text-decoration: none;
}

p#year_p {
	position: relative;
	top: -52px;
	left: -18px;
}
/* IE6 */
*html p#year_p {
	position: absolute;
	top: 55px;
	left: -20px;
}

ul#year_nev {
	position: relative;
	top: -50px;
	left: 20px;
	border: 1px dotted #69440f;
	padding: 0px 0px 3px 10px;
	width: 780px;
}
/* IE6 */
*html ul#year_nev {
	position: absolute;
	top: 75px;
	left: 20px;
	border: 1px dotted #69440f;
	padding: 0px 0px 3px 10px;
	width: 780px;
}

ul#year_nev li {
	line-height: 1.3;       
	list-style: none;
	display: inline;
	margin-right: 10px;
	font-size: 70%;
	color: #69440f;
}

ul#year_nev li a {
	text-decoration: none;
}

/* IE6 */
*html #contents p.yeartop {
	margin-top: 50px;
}

#contents p.publish_year {
	margin: 0 20px;
}

#contents .contents_col {
	margin: 0 15px;
}

.info_col {
	float: left;
	margin: 15px 1px 5px;
	padding: 0 8px 20px;
	width: 155px;
	border-bottom: 1px dotted #999;
}

.info_col table.info th,
.info_col table.info td {
	vertical-align: top;
	line-height: 1.3;
}

.info_col table.info th.book_title {
	text-align: left;
	font-size: 13px;
	padding-bottom: 5px;
	height: 60px;
}

.info_col table.info td.book_author {
	font-size: 11px;
	height: 49px;
	padding-bottom: 5px;
}

.info_col table.info td.book_img {
	text-align: center;
	vertical-align: center;
	padding-bottom: 5px;
}

.info_col table.info td.book_img img {
	border: 1px solid #eee;
}

.info_col table.info td.book_copy {
	font-size: 11px;
	height: 64px;
}

.info_col table.info td.last_tr {
	border-bottom: none;
}

.info_col table.info td.title {
	font-weight: bold;
}


/* book
----------------------------------------------------*/
#book {
	float: left;
	display: inline;
	padding: 30px 0 20px 0px;
	margin: 0 0 0 20px;
	width: 820px;
}

#book_info2 {
	position: relative;
	z-index: 10;
}

img#soldout {
	position: absolute;
	top: 90px;
	left: 110px;
}

#book_info h2 {
	color: #69440f;
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 5px;
}

#book_info h3 {
	color: #69440f;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 5px;
}

#book_info p {
	font-size: 80%;
	margin: 0;
}

#book #image_col {
	text-align: left;
	float: left;
	width: 230px;
	font-size: 80%;
	padding: 0 0 0 25px;
}
/* IE6 */
*html #book #image_col {
	text-align: left;
	float: left;
	width: 230px;
	font-size: 80%;
	padding: 0 0 0 25px;

}
#book #image_col img {
	border: 1px solid #eee;
}
#book #image_col p {
	margin: 15px 0;
	font-size: 110%;
	width: 230px;

}
table.site {
	margin: 0 0 20px;
}
table.site tr td {
vertical-align: top;
}

table.pdf {
	width: 230px;
	border: 1px solid #ddd;
	margin: 15px 0 0;
	padding: 5px;
}
table.pdf th {
	text-align: left;
	font-size: 110%;
}
table.pdf li {
	height: 20px;
}

#blog_title {
	text-align: center;
	background: #69440f;
	color: #fff;
	margin: 15px 0 0;
	padding: 5px 10px;
	width: 210px;
}

#list-01 {
	overflow-y: scroll;
	background: #f8f7f2;
	width: 220px;
	height: 200px;
	border: none;
	margin: 0 0 30px;
	padding: 5px;
}
#list-01 li {
	margin: 0 0 2px -35px;	
	border-bottom: 1px dashed #ddd; 
}



#book #book_info {
	float: right;
	padding: 0 0px 10px 0px;
	width: 510px;
}



#book #book_info table.info {
	text-align: left;
	border-top: 1px solid #d3d3d0;
	border-left: 1px solid #d3d3d0;
	font-size: 80%;
	margin: 15px 0 25px;
	width: 510px;
}

#book #book_info table.info th {
	text-align: center;
	background: #f2f2f2;
	border-right: 1px solid #d3d3d0;
	border-bottom: 1px solid #d3d3d0;
	padding: 3px 7px 3px;
	width: 65px;
}
#book #book_info table.info td {
	border-right: 1px solid #d3d3d0;
	border-bottom: 1px solid #d3d3d0;
	padding: 3px 7px 3px 15px;
}


td.series img {
	float: right;
	padding-right: 15px;


}

#book #book_info table.text th {
	text-align: left;
	color: #a98752;
	font-size: 100%;
	font-weight: bold;
	border-left: 6px solid #a98752;
	border-bottom: 1px solid #a98752;
	padding: 0  0 0 5px;
	width: 510px;
}
#book #book_info table.text td {
	line-height: 1.5;
	font-size: 80%;
	padding: 15px 0 30px 0px;
	width: 510px;
}

#book #book_info table#relate {
	border: 2px solid #ddd;
	background: #f8f7f2;
	padding: 10px;
	width: 510px;
	margin: 20px 0 10px;
}
#book #book_info table#relate th {
	text-align: left;
	color: #a98752;
	font-size: 100%;
	font-weight: bold;
	padding: 0 0 20px 5px;
}
#book #book_info table#relate td li {
	font-size: 70%;
	float: left;
	list-style: none;
	margin: 0 5px;
	width: 110px;
height: 210px;
}
#book #book_info table#relate td li img {
	border: 1px solid #ccc;
}
#book #book_info table#relate td li span {
	line-height: 1.2;
}
td li.togo {
	list-style: none;
	background: url(images/tachiyomi_mark0.gif) no-repeat;
	background-position: left center;
	margin: 0 0 1px;
	padding: 0 0 0 24px;
}
td li.bunkatsu1 {
	list-style: none;
	background: url(images/tachiyomi_mark1.gif) no-repeat;
	background-position: left center;
	margin: 0 0 1px;
	padding: 0 0 0 41px;
}
td li.bunkatsu2 {
	list-style: none;
	background: url(images/tachiyomi_mark2.gif) no-repeat;
	background-position: left center;
	margin: 0 0 1px;
	padding: 0 0 0 41px;
}

td.pdf_txt {
	width: 140px;
}




/* syourigaku
----------------------------------------------------*/
img#syourigaku_img {
	margin: 0 0 20px 15px;
}
#syourigaku_note {
	background: #f0ebdd;
	margin: 20px 40px;
	padding: 20px 15px;
}

#syourigaku_note h3 {
	color: #69440f;
	font-size: 95%;
	font-weight: bold;
	margin: 0 0 5px;
}

#syourigaku_note p {
	color: #69440f;
	font-size: 80%;
	margin: 0 10px 0 15px;
}

.syourigaku_info {
	margin: 0 40px;
	z-index: 999;
}

.syourigaku_info table {
	float: left;
	width: 394px;
	height: 175px;
	padding: 20px 20px 20px 10px;
	z-index: 999;
}
/* IE6 */
*html .syourigaku_info table {
	float: left;
	width: 360px;
	height: 175px;
	margin: 20px 10px 10px;
	z-index: 999;
}
/* IE7 */
*:first-child+html .syourigaku_info table {
	float: left;
	width: 360px;
	height: 175px;
	margin: 20px 10px 10px;
	z-index: 999;
}

.syourigaku_info table th,
.syourigaku_info table td {
	text-align: left;
	vertical-align: top;
}

/* IE6 */
*html .syourigaku_info table td img {
	padding-bottom: 15px;
}
/* IE7 */
*:first-child+html .syourigaku_info table td img {
	padding-bottom: 15px;
}

.syourigaku_info table td.book_copy {
	font-size: 11px;
	line-height: 1.3;
	padding-left: 10px;
}

.syourigaku_info table th.book_title {
	padding: 10px 0 10px 10px;
}

.syourigaku_info table td.book_txt {
	font-size: 12px;
	line-height: 1.3;
	padding-left: 10px;
}
/* IE6 */
*html .syourigaku_info table td.book_txt {
	font-size: 12px;
	line-height: 1.3;
	padding-left: 10px;
	padding-bottom: 15px;
}
/* IE7 */
*:first-child+html .syourigaku_info table td.book_txt {
	font-size: 12px;
	line-height: 1.3;
	padding-left: 10px;
	padding-bottom: 15px;
}
dt.mark30 {
	width: 58px;
}

.syourigaku_border {
	display: bock;
	clear:left;
	border-bottom: 1px dotted #999;
	margin: 0 40px;
	padding: 0 0 10px;
}




/* tachiyomi
----------------------------------------------------*/
.tachiyomi {
padding: 0 40px;
}
/* IE6 */
*html .tachiyomi {
padding: 0 12px;
}

img#tachiyomi_img {
	margin: 0 0px 20px -25px;
}
/* IE6 */
*html img#tachiyomi_img {
	margin: 0 0 20px 3px;
}

.tachiyomi_col {
	float: left;
	width: 394px;
	margin: 10px 0 0;

}
/* IE6 */
*html .tachiyomi_col {
	float: left;
	width: 360px;
	margin: 10px 15px 10px 15px;
}
/* IE7 */
*:first-child+html .tachiyomi_col {
	float: left;
	width: 360px;
	margin: 10px 10px 10px 15px;
}

table.tachiyomi_info {
	text-align: left;
	padding: 10px 20px 10px 10px;
}
table.tachiyomi_info th,
table.tachiyomi_info td {
	vertical-align: top;
}

table.tachiyomi_info td.book_copy2 {
	font-size: 11px;
	line-height: 1.3;
	height: 35px;
}

table.tachiyomi_info td.book_img {
	width: 130px;
}

table.tachiyomi_info th.book_title {
	text-align: left;
	font-size: 13px;
	padding: 0 0 5px;
	width: 260px;
}

table.tachiyomi_info td.book_txt {
	font-size: 12px;
	line-height: 1.3;
	padding-left: 10px;
}

table.tachiyomi_info dt.mark30 {
	width: 58px;
}

.col_border {
	display: bock;
	clear:left;
	border-bottom: 1px dotted #999;
	padding: 0 0 10px;
}


table.tachiyomi_info ul {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-size: 12px;
	margin: 10px 0 0 10px;
}
table.tachiyomi_info li {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

table.tachiyomi_info li.togo {
	padding: 3px 3px 3px 25px;
}
table.tachiyomi_info li.bunkatsu1,
table.tachiyomi_info li.bunkatsu2 {
	padding: 3px 3px 3px 42px;
}



/* tetsudo
----------------------------------------------------*/
ul#tetsudo_nev {
	position: relative;
	top: -49px;
	left: 635px;
}

ul#tetsudo_nev li {
	list-style: none;
	display: inline;
	background: #f0ebdd;
	border: 1px solid #af9a5d;
	margin-right: 15px;
	padding: 3px 5px;
	font-size: 75%;
	color: #69440f;
}

ul#tetsudo_nev li a {
	text-decoration: none;
}

#tetsudo_h2 {
	text-align: center;
	margin-top: 20px;
}

table.tetsudo_list1 {
	float: left;
	width: 45%;
	margin: 10px 0px 40px 40px;
	border: 2px solid #d3d3d0;
	font-size: 75%;
}
table.tetsudo_list2 {
	float: left;
	width: 45%;
	margin: 10px 0px 40px 5px;
	border: 2px solid #d3d3d0;
	font-size: 75%;
}
/* IE6 */
*html table.tetsudo_list1 {
	display: inline;
	float: left;
	width: 45%;
	margin: 10px 0px 40px 40px;
	border: 2px solid #d3d3d0;
	font-size: 75%;
}
*html table.tetsudo_list2 {
	display: inline;
	float: left;
	width: 45%;
	margin: 10px 0px 40px 5px;
	border: 2px solid #d3d3d0;
	font-size: 75%;
}


table.tetsudo_list1 tr td {
}

table.tetsudo_list1 td,
table.tetsudo_list2 td {
	padding: 5px 10px;
	border-right: 1px solid #d3d3d0;
	border-bottom: 1px solid #d3d3d0;
}

table.tetsudo_list1 td.td3,
table.tetsudo_list2 td.td3 {
	border-right: 1px double #d3d3d0;
}

#tetsudo_info {
	position: relative;
	clear: both;
	background: #f0ebdd;
	margin: 0 40px 25px;
	padding: 30px 0 40px;
}

#tetsudo_info p {
	width: 510px;
}

#tetsudo_info strong span {
	font-size: 120%;
}

#tetsudo_info img#tetsudo_img {
	position: absolute;
	top: 25px;
	left: 570px;
}

#tetsudo_info span a {
	background: #69440f;
	padding: 10px 15px;
	color: #f0ebdd;
	text-decoration: none;
}
#tetsudo_info span a:hover {
	color: #ee7e11;
	text-decoration: underline;
}





/* search
----------------------------------------------------*/
#content {
	float: left;
	padding: 20px 50px;
}

#search_col {
	background: url(images/border.gif) repeat-x;
	background-position: left bottom;
	margin: 10px 0 30px;
	padding-bottom: 30px;

}

#content h3 {
	font-size: 100%;
	margin: 0 0 10px;
}

.search_txt {
	font-size: 80%;
}

span.subtitle {
	color: #9d702f;
	font-size: 50%;
	font-weight: bold;
}



/* bookshelf
----------------------------------------------------*/
#bookshelf {
	background: url(images/bookshelf.jpg) no-repeat;
	position: relative;
	margin: 30px;
	width: 900px;
	height: 420px;
}
p#markbook img {
	position: absolute;
	top: 70px;
	left: 185px;
}
p#newbookmark img {
	position: relative;
	top: 200px;
	left: 160px;
}
p#newbookmark_s1 img {
	position: absolute;
	top: 382px;
	left: 12px;
}
p#newbookmark_s2 img {
	position: absolute;
	top: 382px;
	left: 12px;
}


.ruby {
    display: inline;
    position: relative;
    top: 0;
    bottom: 0;
    padding: 0;
    line-height: 1em;
}

.rp {
    display: none;
 }

.rt {
    display: inline;
    position: absolute;
    top: -1em;
    left: -0.25em;
    font-size: 9px;
    line-height: 1em;
    white-space: nowrap;
    text-indent: 0;
 }
html>/**/body .rt {
    top: -2.25em\9;
}




/* chi-tre
----------------------------------------------------*/
img#img_trekuma {
	position: absolute;
	bottom: 30px;
	right: 0px;
	z-index: 0;
}
*html img#img_trekuma {
	display: none;
}
img#btn_chitre {
	position: absolute;
	top: 300px;
	left: 360px;
}

/* IE6 */
*html .chitreborder {
margin-bottom: 350px;
}

#chitre_tw {
	margin: 50px 0 20px 50px;
	float: left;
	font-size: 12px;
	width: 800px;
}
/* IE6 */
*html #chitre_tw {
	font-size: 12px;
	width: 840px;
	position: absolute;
	top: 790px;
	left: 0px;
}

#tw1 {

	float: left;
	width: 309px;

}
#twtr-widget-1 .twtr-bd, #twtr-widget-1 .twtr-timeline i a, #twtr-widget-1 .twtr-bd p
{
	font-size: 12px;
}
#tw2 {
	position: relative;
	float: left;
	margin-right: 40px;
	width: 315px;
}
#tw2 #list-01 {
	position: absolute;
	top: 52px;
	left: 8px;
	background: #f5f4e6;
	overflow-y: scroll;
	width: 285px;
	height: 230px;
	border: none;
}
#tw2 #list-01 li {
	margin: -11px 3px 12px -42px;
	padding: 2px 0px 2px;	
}
/* IE6 */
*html #tw2 #list-01 li {
	margin: 0 0 2px -40px;	
}

.page-template-chi-tre-php .pageTop {
	position: absolute;
	bottom: 40px;
	right: 0px;
}

/* IE6 */
*html .page-template-chi-tre-php .pageTop {
	position: absolute;
	bottom: 290px;
	right: 30px;
}

#top_machiyama {
	position: relative;
}
/* IE6 */
*html #top_machiyama {
	position: absolute;
	top: 210px;
	left: 20px;
}
#list-03 li {
	position: absolute;
	top: 115px;
	left: 120px;
	list-style: none;
	font-size:12px;
	font-weight: bold;
}

