/*
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: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','HiraKakuPro-W3','MS UI Gothic',
						Osaka, Verdana, Arial, Helvetica, 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	{
	text-align: left;
	background: url(images/bg.gif) repeat;
	background-position: left top;
	width: 960px;
}


/* header
----------------------------------------------------*/
#header	{
	position: relative;
	background: url(images/header_bg.gif) no-repeat;
	background-position: left top;
	width: 960px;
}

img#si_logo {
	padding: 40px 0 10px 30px;
}

img#si_logo1 {
	padding: 50px 0 20px 30px;
}


#top_nav {
	position: absolute;
	top: 85px;
	left: 290px;
}
/* IE6 */
*html #top_nav {
	position: absolute;
	top: 85px;
	left: 285px;
}

#top_nav li {
	display: inline;
	list-style: none;
	margin-left: 5px;
}


/* Begin Form Elements */
#searchform {
	position: absolute;
	top: 45px;
	left: 685px;
	background: #69440f;
	height: 33px;
	padding: 6px 5px 0 7px;
}

.screen-reader-text {
	display: none;
}

#searchform #s {
	width: 170px;
	padding: 2px;
}

#searchsubmit {
	margin-left: 2px;
	padding: 1px;
}
/* End Form Elements */



/* 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 {
	margin: 0 30px;
}

#contents h1 {
	padding: 10px 15px 15px;
}

#columnL {
	float: left;
	width: 460px;
}

.column1 {
	float: left;
	width: 900px;
	background: #fff;
}

.column2 {
	float: left;
	background: url(images/bgT_column2.gif) no-repeat;
	background-position: left top;
	width: 460px;
}

.column2 h1 {
	padding: 10px 15px;
}

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;
}

.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;
}

#twitter a:hover img,
.banner a:hover img,
#bookstore a:hover img,
#link_banner a:hover img {
	filter: alpha(opacity=80);
 	-moz-opacity:0.80;
	opacity:0.80;
}

#twitter a:active img,
.banner a:active img,
#bookstore a:active img,
#link_banner a:active img {
	filter: alpha(opacity=100);
 	-moz-opacity:1;
	opacity:1;
}
#twitter {
	position: relative;
}
#m_maga {
	position: absolute;
	top: 0px;
	left: 135px;
}



/* 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: 215px;
}

#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#news_list {
	text-align: right;
	margin: -45px 25px 30px;
	font-size: 70%;
}

p#news_list a {
	color: #fff;
}

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;
}

.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%;
}

#link_banner {
	clear: both;
	width: 900px;
	height: 80px;
	margin: 10px 0 20px;
	background: #f3f0e5;
	border: 1px solid #f2bd7e;
}

#link_banner img {
	margin: 15px 0 15px 10px;
}


/* 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;
}

ul#series_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#series_nev li a {
	text-decoration: none;
}

p#year_p {
	position: relative;
	top: -42px;
	left: -18px;
}

ul#year_nev {
	position: relative;
	top: -40px;
	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;
}



#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;
	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 {
	padding: 20px 0 20px 60px;
	width: 800px;
}
/* IE6 */
*html #book {
	padding: 20px 0 20px 60px;
	width: 830px;
}

#book_info {
	position: relative;
	z-index: 10;
}

img#soldout {
	position: absolute;
	top: 90px;
	left: 110px;
}

#book_info h2 {
	color: #69440f;
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 5px;
	width: 610px;
}

#book_info h2 span.subtitle {
	color: #9d702f;
	font-size: 70%;
	font-weight: normal;
	margin: 0 0 0 5px;
}

#book_info p {
	font-size: 80%;
	margin: 0;
}

#book #image_col {
	float: left;
	margin: 10px 0 0;
}

#book #book_info {
	float: left;
	padding: 0 0 10px 40px;
	width: 530px;
}

#book #image_col img {
	border: 1px solid #eee;
}

#book #book_info table.info {
	text-align: left;
	background: url(images/bookInfo_bg.gif) repeat-x;
	background-position: left top;
	border: 1px solid #d3d3d0;
	font-size: 80%;
	margin: 15px 0;
	padding: 1px;
	width: 500px;
}

#book #book_info table.info th {
	width: 93px;
}

#book #book_info table.info th,
#book #book_info table.info td {
	border-bottom: 1px solid #d3d3d0;
	padding: 3px 7px 3px;
}

#book #book_info table.info th.last_tr,
#book #book_info table.info td.last_tr {
	border-bottom: none;
}

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;
}

#book #summary {
	display: block;
}

#book #summary p {
	margin-bottom: 5px;
}

#bookstore a img {
	border: 1px solid #ccc;
	margin: 5px 0 0;
	padding: 2px;
}


/* 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;
}

.syourigaku_info table {
	float: left;
	width: 394px;
	height: 175px;
	border-bottom: 1px dotted #999;
	padding: 20px 20px 20px 10px;
}
/* IE6 */
*html .syourigaku_info table {
	float: left;
	width: 360px;
	height: 175px;
	border-bottom: 1px dotted #999;
	margin: 0 10px 20px;
}
/* IE7 */
*:first-child+html .syourigaku_info table {
	float: left;
	width: 360px;
	height: 175px;
	border-bottom: 1px dotted #999;
	margin: 0 10px 20px;
}

.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;
}





/* 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: 85%;
	font-weight: normal;
	margin: 0 0 0 5px;
}





