@charset "shift-jis";


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

	File_name    : common.css
	Description  : all page stylesheet
	The date     : 2010.02.15
	

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


/*----------------------------------------------------
	reset
----------------------------------------------------*/

html {
	overflow-y: scroll;
}

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;
}

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

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

caption,th {
	text-align: left;
}

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

hr,legend {
	display: none;
}

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

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}



/*----------------------------------------------------
	base
----------------------------------------------------*/

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #444444;
	font-size: 12px;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	background-color: #F7F7F7;
	background-image: url("back_all.gif");
	background-position: center top;
	background-repeat: repeat;
	}

a {
	color: #007BB3;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	background-color: #FAF4EB;
	background-image: url("back_content.gif");
	background-position: 0px 120px;
	background-repeat: no-repeat;
	}
#navi  {
        width:770px;
       height:35px;
       background-color: #A5A500;
       margin-top:-5px;
       padding-left:30px;
       }
#wrapper02 {
	margin-top: 10px;
	padding: 0 8px 0 8px;
	}

*:first-child+html #wrapper02 {
	margin-top: -40px;
	}

#wrapper02:after {
	content: url("pixel.gif");
	display: block;
	clear: both;
	height: 0;
	}

.clear {
	clear: both;
	}

.red {
	color: #F23038;
	}

.big {
	font-size: 120%;
	}

.small {
	font-size: 85%;
	}

.bold {
	font-weight: 800;
	}

p	{
	text-align: left;
	}

.pankuzu{
	margin: 1px 20px 0px 10px;
	line-height:auto;
	font-size: 90%;
	text-align: left;
	float: none;
	}

.pankuzu a {
	padding: 1px 5px 1px 5px;
	color: #007BB3;
	text-decoration: none;
	}

.pankuzu a:hover {
	color: #ff4444;
	text-decoration: none;
	}
/*----------------------------------------------------
	head
----------------------------------------------------*/

.header {
	width: 800px;
	height: 70px;
	*height: 120px;
	padding-top: 50px;
	text-align: left;
	font-size: 150%;
	font-weight: 900;
	text-indent: 20px;
	background-image: url("header1.gif");
	background-position: left top;
	background-repeat: no-repeat;
	}

.header h1 a {
	color: #40bf46;
	font-size: 24px;
	text-decoration: none;
	}

.subtitle {
	margin-top: 15px ;
	margin-left: 50px ;
	text-align:left;
	text-indent: -10px;
	line-height:110%;
	font-weight: 500;
	font-size: 16px;
	color: #62d52b;;
	}

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

#sidebar {
	width:200px;
	text-align: left;
	float: left;
	}

#sidebar h2 {
	width: 190px;
	*width: 200px;
	height: 25px;
	*height: 33px;
	margin-top: 0;
	margin-botom: 5px;
	padding-top: 10px;
	padding-left: 8px;
	color: #222222;
	font-size: 120%;
	font-weight: 700;
	background-image: url("back_sidetitle.gif");
	background-position: left top;
	background-repeat: no-repeat;
	}

*:first-child+html #sidebar h2 {
	margin-bottom: -10px;
	}

#sidebar #sidebar1st {
	margin-top: 0;
	}

#sidebar h3 {
	margin-top: 10px;
	font-weight: 800;
	}

#sidebar img {
	margin:0 5px 5px 0;
	}

#sidebar ul {
	margin-top: -2px;
	}

#sidebar ul li {
	margin-top: 8px;
	text-indent: 17px;
	background-image: url("listmark.gif");
	background-position: 0px 4px;
	background-repeat: no-repeat;
	}

#sidebar ul li a {
	}

#sidebar ul ul li{
	margin-left: 16px;
	}

.leftMenuBottom {
	margin-bottom: 25px;
	}

#sidebar .osusume {
	width: 200px;
	}

#sidebar .osusume p {
	padding: 0 10px 0 10px;
	font-size: 80%;
	margin: 0;
	}

#sidebar .osusume:after {
	content: url("pixel.gif");
	display: block;
	clear: both;
	height: 0;
	}

#sidebar .osusume div {
	width: 68px;
	margin-right: 8px;
	float: left;
	}

#sidebar .osusume h3 {
	font-weight: 800;
	}

#sidebar .osusume a img {
	margin: 2px;
	border-right: solid 2px #ede8df;
	border-bottom: solid 2px #ede8df;
	}


/*----------------------------------------------------
	contents
----------------------------------------------------*/

#contents {
	width: 570px;
	*width: 568px;
	padding: 10px 0 30px 5px;
	text-align: left;
	border: solid 1px #cdcdcd;
	background-color: white;
	float: right;
	}

#contents h2 {
	width: 548px;
	*width: 528px;
	height: 24px;
	*height: 30px;
	margin-top: 10px;
	margin-left: 0px;
	padding-top: 6px;
	color: #330000;
	font-size: 120%;
	font-weight: 700;
	text-indent: 10px;
	background-image: url("back_contenttitle.gif");
	background-position: left top;
	background-repeat: repeat-x;
	}

#contents h2 a{
	color: #444444;
	text-decoration: none;
	}

#contents #contents1st {
	margin-top: 0;
	}

#contents h2 span {
	padding-right: 15px;
	background-image: url("back_contenttitle02.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
	}

#contents .item {
	margin-top: 10px;
	float: left;
	}

#contents .item1st {
	margin-top: 0;
	}

#contents .item:after {
	content: url("pixel.gif");
	display: block;
	clear: both;
	height: 0;
	}

#contents .item div {
	width: 125px;
	margin: 10px 5px 0 5px;
	text-align: center;
	float: left;
	}

* html #contents .item div {
	margin-left: 7px;
	}

#contents .item div h3 {
	text-align: left;
	}

#contents .item div .itemImage {
	width: auto;
	margin-top: 5px;
	margin-left: 0;
	float: none;
	}

#contents .item div .itemStar {
	width: auto;
	margin-top: 5px;
	margin-left: 0;
	float: none;
	}

#contents .item div p {
	width: 130px;
	margin-top: 5px;
	text-align: left;
	float: none;
	}

#contents .description{
	width: auto;
	margin: 10px;
	padding: 20px;
	text-align: left;
	}

#contents .item .review{
	width: 300px;
	margin: 20px 0 5px 10px;
	padding: 5px;
	text-align: left;
	}

#contents .item .review .value{
	color: #ff4444;
	font-family: "arial black","Impact";
	font-size: 130%;
	font-weight: 500;
	}

#contents .item .review .point{
	margin: 5px;
	color: #ffaa44;
	font-family: "arial black","Impact";
	font-size: 120%;
	font-weight: 500;
	}

#contents .item .review .reviewlink{
	width: auto;
	padding: 5px;
	background-color: #FAF4EB;
	border-style:solid;
	border-width:0 1px 1px 0;
	border-color:#aaaaaa;
	}

#contents .item .review p {
	padding: 5px;
	width: auto;
	text-align: left;
	float: none;
	}

#contents .itemname{
	padding: 5px;
	background-color: #FAF4EB;
	border-style:dotted;
	border-width:1px;
	border-color:#aaaaaa;
	}

#contents .itemname a{
	color: #444444;
	font-size: 120%;
	font-weight: 800;
	text-decoration: none;
	}

#contents .item .itemImage{
	margin: 10px 0 10px 20px;
	padding: 5px;
	float: left;
	}

#contents .itemImage img{
	border-style:solid;
	border-width:0 1px 1px 0;
	border-color:#aaaaaa;
}

#contents .memo{
	width: 380px;
	margin: 20px;
	line-height:auto;
	font-size: 80%;
	text-align: reft;
	float: left;
	}

#contents .rightaside{
	margin: 10px 20px 10px 10px;
	width: auto;
	text-align: right;
	float: none;
	}

#contents .main_contents{
	padding: 5px 20px 10px 10px;
}

#contents table {
	width : 520px;
	margin: 10px 0 10px 0;
	table-layout : fixed;
	vertical-align: top;
	font-size: 100%;
	}

#contents table tr td{
	padding: 10px 0 20px 0;
	}

#contents .text{
	margin: 10px;
	}

#contents li {
	margin-left: 20px;
	margin-top: 8px;
	text-indent: 17px;
	background-image: url("listmark.gif");
	background-position: 0px 4px;
	background-repeat: no-repeat;
	}
.contents {
	font-size:14px;
	color:#000000;
	padding-left:10px;
	margin-bottom:5px;
}

			
/*----------------------------------------------------
	food
----------------------------------------------------*/

#food {
	width: 800px;
	margin-top: 100px;
	margin-bottom: 50px;
	border-top: solid 1px #B39374;
	border-border: solid 1px #B39374;
	}

#food p {
	width: 800px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	font-size: 80%;
	text-align: center;
	background-color: #B39374;
	}

#food a {
	color: #444444;
	text-decoration: none;
	}

<!-- Start PureCSSMenu.com STYLE -->
<style>
#pcm{display:none;}
ul.pureCssMenu1 ul{display:none}
ul.pureCssMenu1 li:hover>ul{display:block}
ul.pureCssMenu1 ul{position: absolute;left:-1px;top:98%;}
ul.pureCssMenu1 ul ul{position: absolute;left:98%;top:-2px;}
ul.pureCssMenu1,ul.pureCssMenu1 ul {
	margin:0px;
	list-style:none;
	padding:0px 1px 1px 0px;
	background-color:#A5A500;
	background-repeat:repeat;
	border-color:#A6A600;
	border-width:2px;
	border-style:solid;
}
ul.pureCssMenu1 table {border-collapse:collapse}ul.pureCssMenu1 {
	display:block;
	zoom:1;
	float: left;
}
ul.pureCssMenu1 ul{
	width:100px;
}
ul.pureCssMenu1 li{
	display:block;
	margin:1px 0px 0px 1px;
	font-size:0px;
}
ul.pureCssMenu1 a:active, ul.pureCssMenu1 a:focus {
outline-style:none;
}
ul.pureCssMenu1 a, ul.pureCssMenu1 li.dis a:hover, ul.pureCssMenu1 li.sep a:hover {
	display:block;
	vertical-align:middle;
	background-color:#D6A090;
	border-width:1px;
	border-color:#FCEEB0;
	border-style:solid;
	text-align:left;
	text-decoration:underline;
	padding:5px;
	_padding-left:0;
	font:normal 14px Arial;
	color: #000000;
	text-decoration:none;
	cursor:pointer;
}
ul.pureCssMenu1 span{
	overflow:hidden;
}
ul.pureCssMenu1 li {
	float:left;
}
ul.pureCssMenu1 ul li {
	float:none;
}
ul.pureCssMenu1 ul a {
	text-align:left;
	white-space:nowrap;
}
ul.pureCssMenu1 li.sep{
	text-align:left;
	padding:0px;
	line-height:0;
	height:100%;
}
ul.pureCssMenu1 li.sep span{
	float:none;	padding-right:0;
	width:3;
	height:100%;
	display:inline-block;
	background-color:#A6A6A6;	background-image:none;}
ul.pureCssMenu1 ul li.sep span{
	width:100%;
	height:3;
}
ul.pureCssMenu1 li:hover{
	position:relative;
}
ul.pureCssMenu1 li:hover>a{
	background-color:#E6E285;
	border-color:#4C99AB;
	border-style:solid;
	font:normal 14px Arial;
	color: #FFFFFF;
	text-decoration:none;
}
ul.pureCssMenu1 li a:hover{
	position:relative;
	background-color:#E6E285;
	border-color:#4C99AB;
	border-style:solid;
	font:normal 14px Arial;
	color: #FFFFFF;
	text-decoration:none;
}
ul.pureCssMenu1 li.dis a {
	color: #AAAAAA !important;
}
ul.pureCssMenu1 img {border: none;float:left;_float:none;margin-right:5px;width:16px;
height:16px;
}
ul.pureCssMenu1 ul img {width:16px;
height:16px;
}
ul.pureCssMenu1 img.over{display:none}
ul.pureCssMenu1 li.dis a:hover img.over{display:none !important}
ul.pureCssMenu1 li.dis a:hover img.def {display:inline !important}
ul.pureCssMenu1 li:hover > a img.def  {display:none}
ul.pureCssMenu1 li:hover > a img.over {display:inline}
ul.pureCssMenu1 a:hover img.over,ul.pureCssMenu1 a:hover ul img.def,ul.pureCssMenu a:hover a:hover ul img.def,ul.pureCssMenu a:hover a:hover img.over,ul.pureCssMenu1 a:hover a:hover a:hover img.over{display:inline}
ul.pureCssMenu1 a:hover img.def,ul.pureCssMenu1 a:hover ul img.over,ul.pureCssMenu1 a:hover a:hover ul img.over,ul.pureCssMenu1 a:hover a:hover img.def,ul.pureCssMenu1 a:hover a:hover a:hover img.def{display:none}
ul.pureCssMenu1 a:hover ul,ul.pureCssMenu1 a:hover a:hover ul{display:block}
ul.pureCssMenu1 a:hover ul ul{display:none}
ul.pureCssMenu1 span{
	display:block;
	background-image:url(./images/arrv_blue_2.gif);
	background-position:right center;
	background-repeat: no-repeat;
   padding-right:8px;}
ul.pureCssMenu1 li:hover>a>span{	background-image:url(./images/arrv_white_2.gif);
}
ul.pureCssMenu1 a:hover span{	_background-image:url(./images/arrv_white_2.gif)}
ul.pureCssMenu1 ul span,ul.pureCssMenu1 a:hover table span{background-image:url(./images/arr_blue_2.gif)}
ul.pureCssMenu1 ul li:hover > a span{	background-image:url(./images/arr_white_2.gif);}
ul.pureCssMenu1 table a:hover span,ul.pureCssMenu1 table a:hover a:hover span{background-image:url(./images/arr_white_2.gif)}
ul.pureCssMenu1 table a:hover table span{background-image:url(./images/arr_blue_2.gif)}
ul.pureCssMenu1 li a.pureCssMenu1i0{
font:n;
}
ul.pureCssMenu1 li a.pureCssMenu1i0:hover{
font:o;
}
</style>
<!-- End PureCSSMenu.com STYLE -->