@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);


/* list
--------------------------------------------------------------------*/
#content .list{
  overflow:hidden;
  zoom:1;
  clear:both;
  padding: 5px 0 9px;
}

#content .list dl{
  float:left;
  width:200px;
  font-size:0.86em;
  margin: 0 20px 15px 0;
}

#content .list dl dt{
  margin: 5px 0 3px;
}

#content .list dl.clean{
  margin-right:0;
}

#content .list dl dd a{
  width: 200px;
  height: 200px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

#content .list dl dd.spa{
  margin-bottom:5px;
}

/* page
--------------------------------------------------------------------*/
#content ul.page {
  font-family:"Meiryo";
  clear:both;
  text-align: center;
  overflow: hidden;
  zoom: 1;
  font-size:0.8em;
  margin: 0 0 40px 0;
}

#content ul.page li {
	display: inline;
	line-height:1.0;
}

#content ul.page li a {
	font-weight:normal;
}

#content ul.page li a, #content ul.page li span {
	border: 1px solid #7D5A1B;
	color: #fff;
	display:inline-block;
 /display:inline;
 /zoom:1;
	text-decoration:none;
	background-color:#7D5A1B;
}

#content ul.page li span, #content ul.page li a:hover {
	text-decoration:underline;
	color: #7D5A1B;
	background: none;
}

#content ul.page li .link_page, #content ul.page li .current_page {
	width: 18px;
	padding: 4px 0 2px;
	text-align: center;
	margin-right: 5px;
}

#content ul.page li .link_page1{
	width: 38px;
	padding: 4px 0 0;
	text-align: center;
	margin-right: 5px;
}

#content ul.page li a.link_next, #content ul.page li a.link_before {
	color:#7D5A1B;
	border:none;
	background:none;
	padding: 4px 0;
	text-decoration:none;
}

#content ul.page li a.link_next {
	margin:0 0 0 5px;
}

#content ul.page li a.link_before {
	margin:0 13px 0 0;
}

#content ul.page li a.link_next:hover, #content ul.page li a.link_before:hover {
	text-decoration:none;
	background:none;
}
