@charset "utf-8";
/* CSS Document */

body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #000000;
}
/* #publishing_header ************* */
#publishing_header {
	background: url(../../img/publishing_header_bg.jpg) repeat-x #F2F2F0;
}

#publishing_header .header_cont {
	margin : 0 auto;
	padding: 0px 30px 0px 30px;
	width: 855px;
	height: 90px;
}
#publishing_header .header_logo {
	padding: 30px 0px 0px 0px;
	float: left;
}
#publishing_header .header_info {
	width: 450px;
	padding: 50px 0px 0px 0px;
	float: right;
	text-align: right;
}


/* #sub_body ************* */

#sub_body {
	margin : 0 auto;
	padding: 20px 0px 0px 0px;
	width: 915px;
}

#sub_body .publishing_title {
	clear: both;
	padding: 0px 0px 20px 30px;
	width: 855px;
	height: 45px;
	background-image: url(../../img/publishing_title.jpg);
	background-repeat:no-repeat;
	background-position: 30px 0px;
}

#sub_body .publishing_title p {
	padding: 0px 0px 0px 12px;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 33px;
}

/* #publishing ************* */

.publishing {
	float: left;
	padding: 0px 0px 0px 30px;
	width: 885px;
}

.publishing_cont {
	float: left;
	padding: 0px 0px 30px 0px;
}
.publishing_cont .publishing_m_title {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.4em;
}

.publishing_book {
	padding: 0px 0px 30px 0px;
	height: 155px;
	float: left;
	width: 293px;
}


.publishing_book_img {
	float: left;
	width: 114px;
}

.publishing_book_img img {
	width: 112px;
}

.publishing_book_img a {
	float: left;
	display: block;
	width: 112px;
}

.publishing_book_img a:link,.publishing_book_img a:visited {
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
}

.publishing_book_img a:hover {
	border-style: solid;
	border-color: #FF0000;
	border-width: 1px;
}


.publishing_book_img .soldout_border {
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
}

.publishing_book p {
	font-size: 1.2em;
	line-height: 1.4em;
}

.publishing_book .publishing_catch {
	padding: 5px 0px 0px 0px;
	line-height: 1.2em;
	font-size: 1.3em;
	font-weight: bold;
}

.publishing_book a {
	text-decoration: none;
}

.publishing_book a:link,.publishing_book a:visited {
	color: #000000;
}

.publishing_book a:hover {
	color: #999999;
}

.publishing_book_info {
	padding: 0px 0px 0px 10px;
	float: left;
	width: 141px;
	height: 133px;
}


.publishing_info {
	float: left;
	padding: 0px 0px 0px 10px;
	width: 90px;
	height: 20px;
}
.publishing_info a {
	background-color: #000000;
	height: 20px;
	width: 90px;
	display: block;
}

