﻿@charset "utf-8";
#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
}
#container #pageheader{
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#pageheader #logo {
	float: left;
}
#pageheader #headerimg {
	float: right;
	padding: 0px;
	margin: 0px;
}
.headerimage {
	padding: 0px;
	margin: 0px;
	
}


#container #navigation{
	width: 800px;
	margin: 0px;
	padding: 0px;
	clear: right;
}
ul#container #navigation {
	margin: 0px;
	padding: 0px;
	width: 800px;
}
#container #navigation li {
	float: left;
	width: 160px;
	list-style-type: none;
}



#container #navigation li a {
	line-height: 2.5;
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	text-align: center;
	display: block;
	padding: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-right-style: solid;
	border-left-style: solid;
}

#container #navigation li a:hover {
	background-color: #009;
}

#container #pagebody{
	width: 800px;
	clear: left;
}
h1 {
	font-size: small;
	background-color: #333;
	color: #FFF;
	padding-left: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: lighter;
}
#logo {
	margin: 10px;
}


#pagebody #sidebar  {
	float: left;
	width: 200px;
	background-color: #FFF;
}

#pagebody #panlist  {
	clear: none;
	width: 590px;
	float: right;
	text-align: right;
	margin-right: 10px;
}

#pagebody #maincontent  {
	width: 600px;
	float: right;
	clear: right;
	margin: 0px;
	text-align: left;
}

#syoukai img {

}
.bar {
	width: 100%;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

#container #pagefooter {
	clear: right;
	width: 800px;
	font-size: x-small;
	color: #FFF;
	text-decoration: none;
	background-color: #0B2161;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#aisatu {
	
	clear: both;
	width: 600px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	background-image: url(images/wood.jpg);
	background-repeat: no-repeat;
	
}

h2 {
	font-size: medium;
	font-weight: bold;
	font-color: #000000;
	
	margin: 10px;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 50px;
	padding-bottom: 5px;
	border-width: thin;
	border: solid 2px #000000;
	
	background-image: url(images/wood.jpg);
	background-repeat: no-repeat;
	
}
h2 {	
	-webkit-border-radius: 105;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#itemlist {
	width: 600px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}
#itemlist dl {
	float: left;
	height: auto;
	width: 290px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 0px;
	padding-bottom: 10px;
	border: 1px solid #999;
}


#itemlist dl .itemimage { 
	margin-top: 5px;
	margin-left: 5px;
	padding: 0px;
}

#itemlist dl .itemname { 
	margin-top: 5px;
	text-align: center;
	font-size: large;
	font-weight: bold;
	font-color: #000000;
}

#itemlist dl .itemprice { 
	margin: auto;
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	color: #ff3333;
}

#itemlist dl .itemtext { 
	margin: auto;
	text-align: center;
}


.text {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.newstext {
	margin: 10px;
	padding-top: 0px;
	padding-left: 30px;
	padding-bottom: 0px;
	border-width: thin;
	border: solid 1px #333333;}
.newstext {	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.jitext {	
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: large;
	font-weight: bold;
}

.bigimage {
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.gaikan {
	width: 100%; 
	padding-left: 0px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	 }
.clearer {
	clear: both;
}
.sideimagePC {
	margin-left: 15px;
	margin-top: 10px;
}
.sideimagePhone {
	display: none;
	
