._highlight { background-color: yellow }

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A8A8A;
}

h1, h2 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #618C04;
}

h1 { font-size: 40px; }

h2 { font-size: 18px; }

h3 {     
	border-collapse: collapse;
    font-family: Georgia, "Verdana", "MS Pゴシック", sans-serif;
    color: #333333;
	padding: 2px 0 2px 8px;
    margin-bottom: 5px;
    border-left: 5px solid #d94800;
    text-align: left;
    font-weight: bold; 
   }

p, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}

a { color: #77B003; text-decoration: none; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

table{
	border-style:none;
}


#wrapper {
}

/* Header */

#header-wrapper {
}

#header {
	width: 940px;
	height: 36px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: left;
	width: 600px;
	height: 43px;
	background: url(images/img02.gif) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	margin: 0;
	padding: 13px 30px 0px 30px;
	background: url(images/img02.gif) no-repeat left top;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: none; 
}

#menu .current_page_item a {
}

#menu .first {
}
/* Search */

#search {
	float: right;
	width: 340px;
}

#search form {
	float: right;
	margin: 0;
	padding: 11px 0px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
}

#search-text {
	width: 200px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #333333;
	background: #ffffff;
	color: #000000;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 5px;
	background: #5AA01B;
	color: #ffffff;
}

#search-submit:hover  {
	background: #47B003;
	color: #ffffff;
}

#select_box{
	border: none;
	margin-right: 8px;
	float: left;
	width: 60px;
	height:21px;
	background: #ffffff;
	color: #000000;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 70px 0px 0px 0px;
}


/** LOGO */

#logo {
	width: 940px;
	height: 115px;
	margin: 0 auto;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-transform: lowercase;
	font-weight: normal;
	color: #A8A8A8;
}

#logo p {
	margin-top: -4px;
	text-transform: lowercase;
	font-size: 46px;
	color: #618C04; 
}

#logo h1 {
	padding-top: 20px;
	font-size: 11px;
}

#logo a {
	text-decoration: none;
	color: #618C04;
}

#logo p a {
	text-decoration: none;
	color: #618C04;
}


#banner {
	padding-bottom: 20px;
}

/* Content */

#content {
	float: right;
	width: 670px;
}

/* Post */

.post {
	margin-bottom: 45px;
}

.post .title {
	height: 44px;
	padding-left: 15px;
}

.post .title a {
	text-decoration: none;
	text-transform: capitalize;
	font-size: 24px;
	color: #618C04;
}
.post .book_title a {
	text-decoration: none;
	text-transform: capitalize;
	font-size: 16px;
	color: #618C04;
}

.post .book_title {
	height: 44px;
	padding-left: 15px;
}

.post .game_title a {
	text-decoration: none;
	text-transform: capitalize;
	font-size: 14px;
	color: #618C04;
}

.post .game_title {
	height: 48px;
	padding-left: 15px;
}


.post .date {
}

.post .meta {
	margin-top: -8px;
	margin-left: 2px;
	padding: 0px 30px 2px 15px;
	border-bottom: 1px solid #D4D8CB;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #66665E;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .entry {
	margin-bottom: 10px;
	padding: 10px 15px 10px 15px;
}

.links {
	display: block;
	width: 120px;
	height: 22px;
	margin: 0px 0px 0px 0px; 
	padding: 4px 0px 0px 40px;
	background: url(images/img03.gif) no-repeat left top;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

.links:hover {
	color: #77B003;
}

.post .comments {
	display: block;
	width: 120px;
	height: 18px;
	margin: 0px; 
	padding: 3px 0px 0px 40px;
	background: url(images/img07.gif) no-repeat left top;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #961A06;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ccc; 
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
}

#sidebar li ul {
	margin: 0px 14px;
}

#sidebar li li {
	margin: 0;
	padding: 8px 0px;
	border-bottom: 0px solid #E9E8DD;
	background: no-repeat left 18px;
}

#sidebar li li a {
	padding: 0px 0px 0px 10px;
	font-weight: normal;
	color: #808080;
}

#sidebar li li a:hover {
	color: #77B003;
}

#sidebar li li:hover {
	background: #FFFFCC;
}

#sidebar p {
	line-height: 200%;
	margin: 0;
	padding: 0px 14px;
}

#sidebar h2 {
	height: 25px;
	margin: 0 0 10px 0px;
	padding: 6px 0 2px 14px;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: normal;
	color: #618C04;
	border-bottom:1px solid #D3D3D3;
}


#sidebar a {
	text-align: left;
	text-decoration: none;
}

/* Footer */

#footer {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background: #E1E1E1;
}

#footer-bgcontent {
}

#footer p {
	margin: 0;
	padding: 30px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
}

#footer #lastp {
	margin: 0;
	padding: 10px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
}

#footer .link {
	margin: 0;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 11px;
}

ul.bestseller {
clear:both;
margin: 0;
padding: 0;
list-style-type: none;
}

ul.bestseller li{
float: left;
width: 20%;
margin-right: 5px;
padding: 2px;
text-align: center;
}

ul.bestseller li.on {
float: left;
width: 20%;
margin-right: 5px;
padding: 2px;
border: 1px #ffb366 solid;
background-color: #fffdee;
text-align: center;
}

ul.menu_btn {
	width : 98%;
	text-align:center;
	list-style-position : inside;
	line-height : 1;
	margin-bottom:2em;
	padding : 0;
	border-left : solid 1px #eee;
	overflow:auto;
}

ul.menu_btn li {
	color : #fff;
	float : left;
	width:33%;
	height:40px;
	line-height : 40px;
	list-style-type : none;
	padding : 0;
	border-top : solid 1px #eee;
	border-bottom : solid 1px #eee;
	border-right:solid 1px #eee;
	background-color:#B2D281;
}


ul.menu_btn li a:link,ul.menu_btn li a:visited {
	color : #fff;
	display:block;
	background: url(images/subt.gif) repeat-x left top;
	text-decoration:none;
}

ul.menu_btn li a:hover,ul.menu_btn li a:active {
	color : #FF6;
}


.pageTop{
	clear:both;
	text-align:right;
}

#right-header {
  float: right;
  width: 60%;
}
 
#left-header {
  float: left;
  width: 20%;
}

#list{
	clear:both;
}

/* ページャー */
#pagination-digg {
	clear:both;
}

#pagination-digg li{
border:0; margin:0; padding:0;
font-size:11px;
list-style: none outside none;
margin-right:2px;
float:left;
}
#pagination-digg a{
border:solid 1px #9aafe5;
margin-right:2px;
}
#pagination-digg .previous-off,
#pagination-digg .next-off {
border:solid 1px #DEDEDE;
color:#888888;
display:block;
float:left;
font-weight:bold;
margin-right:2px;
padding:3px 4px;
}

#pagination-digg .total {
color:#888888;
display:block;
float:left;
margin-right:2px;
padding:3px 4px;
}

#pagination-digg .next a,
#pagination-digg .previous a {
font-weight:bold;
}
#pagination-digg .active{
background:#2e6ab1;
color:#FFFFFF;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}
#pagination-digg a:link,
#pagination-digg a:visited {
color:#0e509e;
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}

body { behavior: http://www.books-cafe.com/csshover3.htc; } 

#viewList{
	clear:both;
	width: 90%;
}
#viewList a{
	text-decoration: none;
}
#viewDL{
	float:left;
	width: 100%;
	background : #FFFFFF;
}


#viewDL:hover{
	background-color : #FFFFCC;
}

#viewID{
	color: #8A8A8A;
	float:left;
	width: 1%;
}

#viewIMG{
	color: #8A8A8A;
	float:left;
	width: 15%;
}

#viewIMG_BIG{
	color: #8A8A8A;
	float:left;
	width: 23%;
}

#viewPR{
	color: #8A8A8A;
	float:left;
	width: 60%;
}

#viewTitle{
	color: #77B003; 
}

#viewmessage{
	height:100px;
}
/* 一括検索 */   

caption {
    padding: 2px 0 2px 8px;
    margin-bottom: 5px;
    border-left: 5px solid #d94800;
    text-align: left;
    font-weight: bold;
}

#ikatu {
    width: 100%;
    border-collapse: collapse;
    font-family: Georgia, "Verdana", "MS Pゴシック", sans-serif;
    color: #333333;
}


#ikatu th{
    padding: 0.5em;
    border: 1px solid #cccccc;
    background: #92d2d2;
    color: #00000f;
}


#ikatu  th .price{
    width: 15%;
}

#ikatu  .stock{
    width: 44%;
}

#ikatu  .view{
    width: 20%;
}

#ikatu .row {
	height: 60px;
    width: 20%;
    padding: 0.8em 0.5em;
    border: 1px solid #cccccc;
    /* background: #fffff0; */
    font-weight: bold;
    color: #333333;
}

#ikatu  th .point_price{
    width: 30%;
}

#ikatu  th .yen_price{
    width: 29%;
}

#ikatu  td .pr{
    width: 59%;
}

#ikatu td {
    width: 100px;
    padding: 0.8em 0.5em;
    border: 1px solid #cccccc;
    text-align: center;
    font-weight: bold;
    color: #d94800;
}


/* sitebox */
.sitebox {
	padding:20px 0;
	width:238px;
	font-size: 0.9em;
	color: #000;

}
.clearfix{
	display:inline-block;
}

.siteboxline{
	background:url("images/line.gif") no-repeat scroll center top transparent;
}

.databoxr{
	width:238px;
}

.databoxl{
	width:238px;
	
}

.sitebox div a {
	padding: 0px 0px 0px 10px;
	font-weight: normal;
	color: #000;
}

.sitebox div a:hover {
	color: #77B003;
}

.sitebox:hover {
	background: #FFFFCC;
}

.bottomtxt{
	border-bottom:1px solid #D3D3D3;
	border-top:1px solid #D3D3D3;
	padding:6px 0;
	text-align:right;
}

.bm{
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.bmdiv{
	border-bottom:1px solid #D3D3D3;
	padding:15px 0;
	text-align:center;
}
.box{
	height: 240px;
	width:238px;
	overflow-y: auto;
}

/* sidebar_top */

#sidebar_top {
	float: left;
	width: 216px;
	margin: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sidebar_top ul {
	margin: 5px;
	padding: 5px;
	list-style: none;
	line-height: normal;
}

#sidebar_top li {
	margin-bottom: 10px;
	padding: 0 0 10px 0px;
}

#sidebar_top li ul {
	margin: 0px 14px;
}

#sidebar_top li li {
	margin: 0;
	padding: 8px 0px;
	background: no-repeat left 18px;
}

#sidebar_top li li a {
	padding: 0px 0px 0px 10px;
	font-weight: normal;
	color: #808080;
}

#sidebar_top li li a:hover {
	color: #77B003;
}

#sidebar_top li li:hover {
	background: #FFFFCC;
}

#sidebar_top p {
	margin: 0;
	padding: 0px 0px;
}

#sidebar_top h2 {
	height: 25px;
	margin: 0 0 10px 0px;
	padding: 6px 0 2px 14px;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: normal;
	color: #618C04;
}


#sidebar_top a {
	text-align: left;
	text-decoration: none;
}


/* sitebox */
.sitebox_top {
	padding:20px 0;
	width:210px;
	font-size: 0.9em;
	color: #000;

}

.siteboxline{
	background:url("images/line.gif") no-repeat scroll center top transparent;
}

.databoxr{
	width:238px;
}

.databoxl{
	width:238px;
	
}

.sitebox_top div a {
	padding: 0px 0px 0px 10px;
	font-weight: normal;
	color: #000;
}

.sitebox_top div a:hover {
	color: #77B003;
}

.sitebox_top:hover {
	background: #FFFFCC;
}


.databoxr_top{
	width:210px;
}

.databoxl_top{
	width:210px;
	
}

.bottomtxt_top{
	padding:6px 0;
}
