@charset "utf-8";

/* ****************************************************
Title: top.css
Created: 2010-06-28
Last Modified: 2010-07-01
Editor(s): nishio
Last Editor: nishio
***************************************************** */


/* Table Of Contents
----------------------------------------

# General Elements
# gNav
# visual & pageBody
# content
# sidebar
# clearfix
# common classes

----------------------------------------*/


/* # General Elements
---------------------------------------------------------------------------- */


/* # visual & pageBody
---------------------------------------------------------------------------- */

div#visual h1 {
	height: 270px;
}

div#pageBody div#pbInner {
	padding: 30px 0 58px;
}


/* # content
---------------------------------------------------------------------------- */

div#content {
	float: left;
}

div#content h3 {
	background: url(../common/images/bg_sh_half_btm.gif) no-repeat left bottom;
	line-height: 1.0;
	margin-bottom: 15px;
}

div#content h3 span {
	background: url(../common/images/bg_sh_half_top.gif) no-repeat left top;
	display: block;
	padding: 7px 14px;
}

div#content div#information div.section {
	margin-bottom: 0;
	width: 345px;
}

div#content div#information div.section p.backnumber {
	background: url(../common/images/icon_arrow.gif) no-repeat left center;
	margin: 10px 0 0 10px;
	padding-left: 10px;
}

div#content div#shop ul {
	margin-right: -20px;
	width: 710px;
	zoom: 1;
}

div#content div#shop ul li {
	float: left;
	margin: 0 10px 10px 0;
	width: 132px;
}

div#content div#shop ul li a.thumb img {
	border: 1px solid #cac8c9;
	margin-bottom: 5px;
	padding: 4px;
}

div#content div#shop ul li span.place {
	font-size: 83%;
}


/* # sidebar
---------------------------------------------------------------------------- */

div#sidebar {
	float: right;
}

div#sidebar h2 {
	margin-bottom: 15px;
}

div#sidebar div#sRecommend {
	/*background: url(../common/images/bg_bd_dot01.gif) repeat-x left bottom;*/
	margin-bottom: 15px;
	/*padding-bottom: 15px;*/
}

div#sidebar div#sRecommend ul {
	margin-bottom: -10px;
}

div#sidebar div#sRecommend ul li {
	margin-bottom: 10px;
	text-align: right;
}



/* # clearfix
---------------------------------------------------------------------------- */

div#content div#shop ul {
	zoom: 1;
}

div#content div#shop ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}


/* # common classes
---------------------------------------------------------------------------- */

