@charset "utf-8";

/*========== 共通 ==========*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3e,h4e,h5e,h6e,pre,code,form,fieldset,legend,input,textarea,blockquote {
	margin:0;
	padding:0;
}
body {
	color:#333333;
	background:#FFFFFF;
	font:13px/1.231 "ヒラギノ角ゴ Pro W3","Hiragono kaku Gothic Pro W3","メイリオ",Mairyo,Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	*font-size:small;
	*font:x-small;
	line-height:125%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
	font:100%;
}
pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3e,h4e,h5e,h6e {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select {
	*font-size:100%;
}
legend {
	color:#000;
}


/*========== レイアウト ==========*/

#container {
	margin:0 auto;
	width:860px;
	position:relative;
}

/* ヘッダ */

#header {
	margin:0 0 10px 0;
	width:860px;
	background-color:#0099CC;
}

#header a {
	color:#333333;
}

#header a:hover {
	color:#CC0000;
}

.headerTitle {
	margin:0;
	padding:0;
	float:left;
}

.headerBanner {
	margin:0;
	padding:0;
	float:right;
	background-color:#FFFFFF;
}

.headerMenu {
	clear:both;
	margin:0;
	padding:1px 10px 2px 0;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color:#E6E6E6;
	text-align:right;
}

#topContents {
	margin:0;
	position:relative;
	background:url(../images/contents_bg.gif) 0 0 repeat-y;
	float:left;
	width:860px;
}

/* 左コンテンツ */

#topLeft {
	float:left;
	width:160px;
}

#topLeft a {
	color:#333333;
}

#topLeft a:hover {
	color:#CC0000;
}

#topLeft h2,p {
	margin:0;
	padding:0;
}

.topLeftSearch {
	width:148px;
	border:1px solid #CCCCCC;
	background-color:#E6E6E6;
	margin:0 0 10px 0;
	padding:5px;
}

.topLeftSearchQuery {
	margin:0 2px 0 0;
	padding:0;
	width:100px;
	font-size:80%;
}

.topLeftSearchSubmit {
	border:1px solid #999999;
	background-color:#000000;
	color:#FFFFFF;
	font-size:80%;
}

.topLeftCategory {
	width:148px;
	background-color:#EBF1F3;
	border:1px solid #0099CC;
	margin:0 0 10px 0;
	padding:5px;
}

.topLeftCategoryLevel1 li {
	background:url(../images/left_listmark_01.gif) 0 4px no-repeat;
	padding:0 0 0 6px;
}

.topLeftCategoryLevel2 li {
	background:none;
	padding:0 0 0 2px;
}

.topLeftCategoryList1 {
	margin-top:8px;
	margin-bottom:8px;
}

.topLeftCategoryList1 img {
	margin:0 2px 0 0;
}

.topLeftCategoryList2 {
	margin-top:10px;
}

.topLeftCategoryList3 {
	margin-top:10px;
}

.topLeftBanner {
	margin:0 0 10px 0;
}

.topLeftBanner p {
	margin:2px 0;
}

/* トップ中央コンテンツ */

#topCenter {
	float:left;
	width:450px;
	margin:0 25px 0 25px;
	display:inline;
}

#topCenter a {
	color:#FF6600;
}

#topCenter a:hover {
	color:#CC0000;
}

.topCenterNewbooks {
	margin:0;
	padding:0;
	border-bottom:1px solid #CCCCCC;
}

.clearfix {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.topCenterNewbooksCover {
	float:left;
	padding:30px 20px 10px 0;
}
.topCenterNewbooksMark {
	padding:15px 0 5px 0;
}
.topCenterNewbooksTitle {
	margin:0 0 5px 0;
	font-size:120%;
	color:#FF6600;
}
.topCenterNewbooksComment {
	margin:0 0 5px 0;
}
.topCenterNewbooksRed {
	margin:0 0 5px 0;
	color:#FF0000;
}

/* 右コンテンツ */

#topRight {
	float:right;
	width:200px;
}

#topRight a {
	color:#FF6600;
}

#topRight a:hover {
	color:#CC0000;
}

.topRightTopics {
	width:188px;
	background-color:#FFFFFF;
	border:1px solid #999999;
	margin:0 0 5px 0;
	padding:5px;
}

.topRightTopics li {
	background:url(../images/right_listmark_01.gif) 0 5px no-repeat;
	padding:0 0 0 8px;
}

.topRightTopicsAfter {
	text-align:right;
}

.topRightHairLine {
	background:url(../images/right_hairline.gif) 0 5px no-repeat;
	height:16px;
}

.topRightSpecialLead {
	width:188px;
	margin:5px 0 0 0;
	padding:5px;
	background-color:#FF6600;
	border:1px solid #FF6600;
	color:#FFFFFF;
	text-align:center;
}

.topRightSpecialLead a {
	color:#FFFFFF !important;
}

.topRightSpecialLead a:hover {
	color:#FFFF00 !important;
}

.topRightSpecialText {
	width:188px;
	background-color:#FFFFFF;
	border:1px solid #FF6600;
	padding:5px;
}

.topRightColumnTitle {
	margin:5px 0 0 0;
	font-size:120%;
	line-height:120%;
}

.topRightColumnPhoto {
	float:left;
	margin:0 10px 10px 0;
}

.topRightColumnText {
}

.topRightColumnLink {
	text-align:right;
}


/* セカンド(下層)コンテンツ */

#secondContents {
	margin:0;
	position:relative;
	background:url(../images/contents_bg_02.gif) 0 0 repeat-y;
	float:left;
	width:860px;
}

/* セカンド右コンテンツ */

#secondRight {
	float:right;
	width:675px;
	margin-left:0;
	display:inline;
}

/* フッタ */

#footer {
	clear:both;
	margin:0;
	padding:0;
	border-bottom:5px solid #999999;
}

#footer a {
	color:#333333;
}

#footer a:hover {
	color:#CC0000;
}

#footer .footerMenu {
	margin:0;
	padding:20px 0 5px 0;
	text-align:center;
}
#footer .footerCopyright {
	padding:5px 0;
	text-align:center;
	background-color:#EFEFEF;
	font-size:80%;
	line-height:120%;
}



/* ◆◆追加◆◆ */

.topLeftSearchQuery_ggl {
	margin:0 2px 0 0;
	padding:0;
	width:90px;
	font-size:80%;
}



h3 {
	margin-right: 10px;
	font-size: 12pt;
	border-bottom-style: none;
	margin-top: 10px;
}
.honmon {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10pt;
	line-height: 150%;
}
.top_contents {
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 18px;
	margin-left: 24px;
}
.book_s {
	float: left;
	width: 240px;
	padding: 10px;
	margin: 3px;
	border: dashed 1px #999999;
}
.book_s_icon {
	float: left;
	margin: 0 20px 10px 0;
}
.layer_02_contents {
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
.book_layer02 {
	float: left; margin: 20px 20px 20px 0px;
}
.newArrivalBox {
	float: left;
	width: 180px;
}
.newArrivalBox img {
	float: left;
	margin: 6px 12px 6px 12px;
}
.recommendationBox {
	float: left;
	width: 180px;
}
.recommendationBox img {
	float: left;
	margin: 6px 5px 6px 0px;
}
h4 {
	border-bottom-style: none;
	margin-bottom: 5px;
	margin-top: 5px;
}
.book_layer03 {
	float: left;
	margin: 20px 20px 20px 0px;
	border: thin solid #CCCCCC;
}
#text_btn {
	color: #FFFFFF;
	background-color: #006699;
	display: block;
	margin: 20px;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	text-align: center;
}
#text_btn a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#text_btn a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#text_btn a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.saisinkan {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #FF0000;
	letter-spacing: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.book_layer02waku {
	float: left;
	margin: 20px 20px 20px 0px;
	border: thin solid #DFDFDF;
}
.book_layer02_w {
	float: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.hontaikakaku {
	padding: 1x;
	border: thin solid #333333;
}
.book_layer02_2satu {
	float: left;
	clear: none;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.layer_03_contents {
	margin-top: 0px;
	margin-right: 80px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.list_withoutmark {
	list-style-type: none;
	line-height: 150%;
}
#bluelink a:link {
	color: #003399;
	text-decoration: underline;
}
#bluelink a:hover {
	color: #003399;
	text-decoration: underline;
}
#bluelink a:visited {
	color: #003399;
	text-decoration: underline;
}
h2 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
blockquote {
	margin-top: 6px;
	margin-bottom: 6px;
}
.recommendationBox2 {
    float: left;
	width: 135px;
}

::::::renewal::::

.book2_s {
    float: right;
	clear:both;
	padding: 0px;
	margin: 3px;


}

.books2Title {
	margin:0 0 5px 0;
	font-size:120%;
	color:#FF6600;
	line-height:140%;
}

.book2_s_icon {
float: left;
clear:both;
margin: 0 10px 0px 20px;

}

.book2_btn {
float: right;
clear:right;
margin-right: 30px ;

}

.book2_border {

margin:5px 0 0 20px;
padding:0;
border-bottom:1px solid #CCCCCC;

}

.book2_cont {

clear:right;

}

.second dl {
margin:20px 25px 20px 25px;

}

.second ul {
margin:20px 25px 20px 25px;

}

.second ul li {
margin:0px 0px 0px 25px;
list-style:disc;
}


.second ol {
margin:20px 25px 20px 25px;

}

.second ol li {
margin:0px 0px 0px 25px;
list-style:decimal;

}

.second blockquote {
margin:20px 25px 20px 25px;
}

.second p {
margin: 5px;
padding: 10px 30px 10px 10px;

}


#secondRight a {
 
 color:#FF6600;
 
}

#secondRight a:hover {
 
 color:#CC0000;
 
}


.layer_03_contents p {
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 0px;
}


