/* ブラウザスタイルの初期化 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

/* リンクテキスト (a) */

a:link {
	color: #686868;
	text-decoration: none;
}
a:visited {
	color: #8c8c8c;
	text-decoration: none;
}
a:hover {
	color: #8f8f8f;
	text-decoration: underline;
}
a:active {
	color: #8f8f8f;
	text-decoration: underline;
}

/* 文書本体 (body) */

body {
	color: #666666;
	background: #FFFFFF;
	font-size: 75%;
	text-align:center;
}

/* 全体のコンテナ */

div#wrapper {
	width: 940px;
	margin: 0px auto 0px auto;
	background: #FFFFFF;
	text-align:left;
}

/* テキスト装飾 */

p.topics_list_date {
	color: #6C3524;
	display: inline;
}

h2.topics_list {
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	display: inline;
}

h2 {
	font-size: 125%;
	font-weight: bold;
	color: #6C3524;
	display: inline;
}

h3 {
	font-size: 115%;
	font-weight: bold;
	color: #6C3524;
	display: inline;
}

h3.price {
	font-size: 115%;
	font-weight: bold;
	color: #FF0000;
	display: inline;
}

/* ページャー */
.pagination{
	clear: both;
	text-align : center;
	margin-bottom: 10px;
}

.pagination a{
	color:#627ba4;
}

.pagination a:hover{
	color: white;
	background : #8d9bba;
}

.pager-current{
	height: 1px;
	border : 1px solid #CED5E1;
	color : #39546A;
	background : #E2E5EA;
	margin : 0 2px;
	padding : 1px 4px;
}

.pager-num{
	height: 1px;
	border : 1px solid #CED5E1;
	padding : 1px 4px;
	margin : 0 2px;
	color : #39546A;
}

a.pager-num {
	color : #39546A;
}

a.pager-num:hover{
	color: white;
	background : #8d9bba;
}

.pager-last{
	height: 1px;
	border : 1px solid #CED5E1;
	padding : 1px 4px;
	margin : 0 2px;
	color : #39546A;
}

.pager-first{
	height: 1px;
	border : 1px solid #CED5E1;
	padding : 1px 4px;
	margin : 0 2px;
	color : #39546A;
}

.pager-last,.pager-first{
	padding : 1px 4px;
}

.topix_img{
	margin: 0px 10px 7px 0px;
}

.topix_txt{
	line-height: 1.5;
}

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

.cart_box {
	border-collapse: collapse;
	border: solid 1px #6C3524;
}
