@charset "UTF-8";

/* unicode文字方向指定 */
* {
    direction: ltr;
    unicode-bidi: bidi-override;
}

ruby, rb, rt, rbc, rtc { unicode-bidi: normal; }


/* ページの基本レイアウト */
body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,embed,object {
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
}

html{overflow-y:scroll;}
ol,ul{list-style:none;}
fieldset,img{border:0;}
img {
	vertical-align:bottom;
	border-width: 0px;
	border-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th{
	vertical-align: top;
}

caption,th{text-align:left;}
address,caption,cite,code,dfn,em,strong,th,ver{font-style:normal;}


/* IE6用 */
*html hr {
   display :list-item;
   width:0;
   margin-left:-10px;
   list-style :url(hr_line.gif) inside;
}


/* ------IE6用------ */
br {letter-spacing:0;}
dl {_height: 1%;}
/* ----------------- */


/* ------禁則処理------ */
body {
	word-break: normal !important;
	word-wrap: break-word;
}
/* ----------------- */


/* 半角対策 */
table,th,td {overflow: hidden; word-break: break-all;}



* {
	margin: 0;
	padding: 0;
	color: #333333;
}

body {
	font-family: "Arial", "sans-serif";
	text-align: center;
	font-size: 13px;
	letter-spacing: 1px;
	background: #fcfcfc;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #0066dd;
}

a:visited {
	color:#aa3366;
	color:#bb6699;
}

a:hover {
	text-decoration: none;
	color: #00aa66;
}

hr {
	border:0;
	height: 5px;
	background: url(../images/syuppan_hr.gif) no-repeat 0 0;
}


#header {
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	width: 950px;
	height:115px;
	text-align: left;
	background: url(../images/syuppan_hline.gif) no-repeat 0 0;
}

#container {
	margin: 0px auto;
	padding: 0px 5px;
	width: 950px;
	text-align: left;
}
#container:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#main {
	margin-top: 10px;
	width: 630px;
	text-align: left;
	float: left;
}

#sub {
	margin-top: 10px;
	width: 300px;
	text-align: left;
	float: right;
}

/* ヘッダ */
#header #left{
	margin-top: 5px;
	width: 400px;
	text-align: left;
	float: left;
}

#header #right{
	width: 550px;
	text-align: right;
	float: right;
}


#header #h60ad{
	margin-bottom: 20px;
	width:470px; height:60px;float:right;
}

#header input[type="text"]{
	margin-top: 10px;
	padding: 4px 2px 2px 5px;
	border:2px solid #f29f3d;
	font-size:120%;
	font-family: "arial","MS PGothic","sans-serif";
}

#header input[type="submit"]{
	padding: 2px 10px;
	border-radius: 5px;
	-moz-border-radius:5px / 5px;
	-webkit-border-radius:5px / 5px;
	-o-border-radius:5px / 5px;
	-ms-border-radius:5px / 5px;
	border:5px double #cccccc;
	background:#ffffff;
	font-weight:bold;
	font-size:110%;
}


#header ul{
	clear:both;
	font-size:110%;
}

#header ul li{
	margin: 0px 3px;
	display: block;
	float: right;
}

#header ul li a{
	padding: 5px 10px;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	color: #333333;
	display: block;
	font-weight: normal;
	background: #fefefe;
}

#header ul li a:hover {
	border-top:1px solid #33cc99;
	border-bottom:1px solid #33cc99;
	background: #ffffff;
	color: #00aa66;
}

a#syohourequest {
	background: #ffffff;
	text-align: center;
	color: #0066dd;
	border:2px solid #33bbbb;
}

a#syohourequest:hover {
	background: #ffffff;
}




/* フッタ */
#footer {
	clear: both;
	margin: 50px auto 0px auto;
	width: 950px;
	text-align: left;
	border-bottom:1px solid #dddddd;
}

#footer .upper {
	padding: 0px 10px 0px 0px;
	text-align: right;
	width: 200px;
	float: right;
}

#footer .affiliate {
	margin: 0px  0px 0px 10px;
	color:#aaaaaa;
}

#footer #box{
	clear: both;
	margin: 10px  0px 0px 0px;
	padding: 15px 20px 15px 20px;
	border:1px solid #aaaaaa;
	border-bottom:none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
	background: #ffffff;
}

#footer #description {
	margin:0px 0px 20px 0px;
	padding:0px 0px 10px 0px;
	line-height: 180%;
	color: #555555;
	border-bottom:1px dotted #666666;
}

#footer ul{
	margin: 0px auto;
	width:600px;
	font-size:90%;
	height:30px;
}

#footer li{
	margin: 5px 0px 10px 20px;
	float: left;
	text-align: center;
}

#footer li a{
	font-weight:normal;
	color: #0066DD;
}

#footer a{
	color: #666666;
}

#footer a:hover {
	color: #00aa66;
}

#copyright {
	margin-top: 30px;
	text-align: center;
	clear: both;
}
#copyright a{
	font-weight:normal;
}

/* 左ナビ */
#sub #w300ad{
	margin: 15px 0px;
	width:300px; height:250px;;
}

#sub #w300ad_2{
	margin: 50px 0px 0px 0px;
	width:300px; height:250px;;
}

#sub h3{
	margin: 0px 0px 10px 0px;
	padding: 8px 5px 8px 10px;
	font-size:120%;
	font-weight:bold;
	color: #777777;
	border: 1px solid #eeeeee;
	border-bottom: 1px solid #dfdfdf;
	background: #ffffff;
}

#sub_list h3{
	margin: 30px 0px 10px 0px;
	padding: 8px 5px 8px 10px;
	font-size:120%;
	font-weight:bold;
	color: #777777;
	border: 1px solid #eeeeee;
	border-bottom: 1px solid #dfdfdf;
	background: #ffffff;
}

#sub ul,#sub_list ul{
	margin: 0px 0px 0px 5px;
}

#sub li,#sub_list li{
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 18px;
	background:transparent url(../images/syuppan_list.gif) no-repeat left center;
	font-size:110%;
}

/* 見出し */
h2 {
	margin: 10px 0px 10px 0px;
	padding: 0px 5px 6px 10px;
	font-size:120%;
	font-weight:bold;
	border-bottom:2px solid #99cccc;
}

h3 {
	margin: 0px 0px 5px 0px;
	font-size:130%;
	font-weight:bold;
	color: #339999;
}

/* top見出し */
h1 {
	margin: 0px;
	padding: 0px;
	height:45px;
	text-indent:-99999px;
	border:none;
}

h1#t {
	background: url(../images/syuppan_h1t.gif) no-repeat;
}

h1#r {
	background: url(../images/syuppan_h1r.png) no-repeat;
}

/* 要素 */
b {
	margin:0px 5px;
	color:#666666;
	font-weight:bolder;
	font-size: 110%;
}

.marginleft{
	margin-left: 20px;
}

.attention{
	color: #dd3333;
}

.naviall {
	padding: 5px 0px;
	font-size: 130%;
	text-align: center;
	background:#ddeeee;
}
.naviall a{
	margin: 0px 5px;
}

/************** list **************/
#main .book {
	clear: both;
	margin:20px 0px 0px 0px;
	padding-bottom:20px;
	border-bottom:1px solid #ddeeee;
	height:160px;
}

#main .book_img {
	width: 130px;
	text-align: center;
	float: left;
}
#main .book_img img{
	max-width: 110px;
}

#main .book_img img.noimage{
	height:120px;
}


#main .book_img a{
	display:block;
}

#main .book_info {
	width: 490px;
	text-align: left;
	float: right;
}

#main .book_title {
	font-size:130%;
}

#main .book_author {
	margin:7px 0px 0px 0px;
}

#main .book_publisher {
	margin:10px 0px 7px 0px;
	font-size:90%;
}

#main .book_price {
	margin:10px 0px 0px 0px;
	color: #990000;
	font-weight:bold;
	font-size:130%;
	letter-spacing: -1px;
}

#main #now {
	font-weight:bold;
	font-size:120%;
	color:#f4a20f;
}

#sub #label_list{
	margin: 0px 0px 30px 0px;
	text-align: left;
}


/************** view **************/
#book_view {
	margin:10px 0px 0px 0px;
	padding-bottom:20px;
}

#book_view .book_img {
	margin-top:10px;
	width: 360px;
	text-align: right;
	float: right;
}

#book_view .book_img img {
	max-width: 360px;
}

#book_view .book_info {
	margin-left:10px;
	width: 560px;
	text-align: left;
	float: left;
}

#book_view a.amazonLink:hover .amazonLink_button{
	color:#ff9e00;
	background:#000000;
}

#book_view a.amazonLink .amazonLink_button {
margin:20px auto 0px auto; width:150px; text-align:center; font-weight:bold; padding:10px 10px; display:block; background:#ff9e00; font-size:110%;
}


#book_view .book_title {
	margin: 0px 0px 5px 0px;
	font-size:150%;
	line-height:150%;
}
#book_view .book_Binding {
	font-size:80%;
}

#book_view .book_author {
	font-size:110%;
}

#book_view .book_price {
	margin:5px 0px 30px 0px;
	color: #990000;
	font-size:150%;
	font-weight:bold;
	letter-spacing: -1px;
}

#book_view .book_message {
	margin: 0px 0px 30px 0px;
	padding:10px 20px 15px 20px;
	line-height:190%;
	font-size:100%;
	background: url(../images/syuppan_message.gif) repeat-y;
	border:1px solid #eeeeee;
}

#book_view .book_contentinfo {
	margin: 0px 0px 30px 10px;
	line-height:160%;
}


#sub_list {
	clear: both;
	margin-top: 10px;
}

#sub_list #label_list{
	margin-right:20px;
	width: 465px;
	text-align: left;
	float: left;
}

#sub_list #publisher_list{
	width: 465px;
	text-align: left;
	float: left;
}


/* 関連書籍 */
#kanren_syoseki {
	padding: 15px 0px 20px 5px;
	border-top: 1px dashed #999999;
	clear:both;
}

#kanren_syoseki .book{
	margin:10px 20px 0px 15px;
	width: 150px;
	text-align: left;
	float: left;
}

#kanren_syoseki .book_title img{
	margin:0px 0px 5px 0px;
}
#kanren_syoseki .book_title a{
	font-weight:normal;
}

#kanren_syoseki .book_author {
	margin:5px 0px 0px 0px;
	font-size:90%;
}

#kanren_syoseki .book_price {
	margin:3px 0px 0px 0px;
	color: #990000;
	font-size:110%;
}




/* 書報掲載申請 */
#request_main {
	margin: 10px 0px 0px 30px;
	width: 660px;
	text-align: left;
	float: left;
}

#request_sub {
	margin-top: 10px;
	width: 200px;
	text-align: left;
	float: left;
}

#request_sub li {
	margin: 0px 0px 5px 0px;
	border: 1px solid #99cccc;
	padding: 5px 10px;
}

#request_sub li a{
	display:block;
	padding:5px;
	color: #0066dd;
	font-size:110%;
	font-weight:normal;
}

#request_sub li a:hover{
	color: #00aa66;
}

.border_box {
	margin: 0px 0px 10px 0px;
	border: 1px solid #aaaaaa;
	padding: 10px 20px;
	line-height:180%;
}

#conditions {
	margin: 0px 0px 30px 0px;
	border: 1px solid #ee9999;
	padding: 10px 10px 5px 10px;
	line-height:180%;
}

#conditions h3{
	margin-bottom: 10px;
	padding: 0px 5px 5px 5px;
	border-bottom: 1px solid #ee9999;
	color:#555555;
	font-size:115%;
}

#conditions p{
	margin: 0px 10px 15px 10px;
}

#inquiry table{
	margin: 20px 0px 30px 0px;
	line-height:160%;
	width:100%;
}

#inquiry table th{
	padding: 10px 0px 10px 0px;
	width:140px;
}

#inquiry table td{
	padding: 10px 0px 15px 0px;
}

.inquire_error{
	margin: 5px 0px 30px 0px;
	padding: 5px 0px;
	color:#dd3333;
	text-align: center;
	border:3px double #dd3333;
}

label.letter_limit {
	margin: 2px 0px 0px 2px;
	color:#666666;
	display:block;
}

input[type="radio"] {
	margin:0px 3px;
}

input[type="text"] {
	padding: 3px;
}

input.number {
	ime-mode:disabled;
}

input.email {
	ime-mode:inactive;
}

#inquiry table #submit_row{
	text-align:center;
}


input.button {
	margin: 0px;
	padding:10px 20px;
	font-weight:normal;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(55%, #dfdfdf), color-stop(50%, #ededed) );
	background:-moz-linear-gradient( center top, #ededed 55%, #dfdfdf 50% );
	background:-ms-linear-gradient( top, #ededed 55%, #dfdfdf 50% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#e0e0e0;
	color:#555555;
	font-size:130%;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
}

input.button:hover {
	border-color:#99ccee;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(55%, #ccdff0), color-stop(50%, #ddedf6) );
	background:-moz-linear-gradient( center top, #ddedf6 55%, #ccdff0 50% );
	background:-ms-linear-gradient( top, #ddedf6 55%, #ccdff0 50% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddedf6', endColorstr='#ccdff0');
	background-color:#dde0f9;
}

.back_button {
	margin-right:20px;
	float:left;
	width:150p;

}


#not_narou_novel,#narou_novel,#pre_rating_2 {
	margin-top: 20px;
}

#pre_rating_2 {
	line-height:180%;
}

#pre_rating_2 select {
	margin: 5px 0px 0px 0px;
}

a.op {
    background: url("../images/opwindow.gif") no-repeat left center;
    padding: 0 0 0 17px;
}

#inquiry label {
	margin-right: 10px;
	line-height: 200%;
	display: inline-block;
}

.blue{
	margin: 5px 0px 0px 0px;
	color:#336699;
}

