body {
  font-size: 11px;
  font-family: "Lucida Grande", "Geneva", "Arial", "Verdana", "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  color: #2C1A00;
  text-align: center;
  margin: 0;
  padding: 0;
  background: #f3f2e7;
}
	
#wrapper {
	width: 806px;
	margin: 0 auto;
}

#page {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 806px;
	}

#holder {
	width: 806px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	background: url(images/page_bg.jpg) top center repeat-y;
}
	
#header {
	padding: 0;
	margin: 0 auto;
	background: url(images/header.jpg) top center no-repeat;
	width: 870px;
	height: 230px;
	}

#headerimg {
	height: 50px;
	padding: 150px 30px 0 0;
	text-align: right;
	float: right;
	letter-spacing: 3px;
}

#main_bottom {
	background: url(images/main_bottom.jpg) top center no-repeat;
	margin: 0 auto;
	width: 680px;
	height: 6px;
}

#content {
	float: right;
	font-size: 12px;
	padding: 0 5px 20px 0;
	width: 610px;
	}
	
#footer {
	clear: both;
	width: 870px;
	padding: 0;
	margin: 0 auto;
	background: url(images/footer.jpg) top center no-repeat;
	}
	
#footer p {
	height: 60px;
	margin: 0;
	padding: 0;
	text-align: center;
	}


h1 {
	font-family: Georgia, Tahoma, Verdana, serif;
	font-weight: bold;
	font-size: 28px;
	text-align: right;
	margin: 5px 0 0 0;
	}

h2 {
	margin: 0;
	}

h3 {
	margin: 0;
	}

h3#comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

	
small {
	font-family: Georgia, Georgia, Tahoma, Verdana, serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2, h3 {
	font-family: Georgia, Tahoma, Verdana, serif;
	font-weight: bold;
	}
h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	text-align: left;

	}

#sidebar h2 {
	font-family: Georgia, Tahoma, Verdana, serif;
	font-size: 14px;
	padding: 6px 0 6px 16px;
	color: #938E80;
	font-weight: bold;
	text-align: left;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited{
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
	}
	
#headerimg a:hover {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited {
	color: #3f290a;
	}

h2, h2 a, h2 a:hover, h2 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
h3, h3 a, h3 a:visited {
	text-decoration: none;
	color: ##938E80;
}

h3 a:hover  {
	color: #605A57;
}

.entry p a:visited {
	color: #666;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Georgia, Tahoma, Verdana, serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Georgia, Tahoma, Verdana, serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
  width:160px;
	font: 1em Georgia, Tahoma, Verdana, serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	}

code {
	font: 1.1em Georgia, Tahoma, Verdana, serif;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
a {
	color: #726D6A;
	text-decoration: underline;
}
h2 a:hover {
	text-decoration: none;
	color: #605A57;
}
a:hover {
	text-decoration: none;
	color: #666666;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Georgia, Tahoma, Verdana, serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
.post {
	padding: 10px;
	margin: 10px 0 20px 0;
	border: 1px solid #CCC;
	text-align: justify;
	background: #ebeae4;
	}
.post img{

  padding:10px;
}

.post hr {
	display: block;
	}
	
.post-date {
	width: 26px;
	height: 35px;
	float: left;
	padding: 10px 8px 10px 8px;
	background: url(images/datebg.gif) top center no-repeat;
	margin: 0 10px 0 0;
}

.post-month {
	font-family: Verdana, Tahoma, Arial;
	font-size: 8px;
	text-transform: uppercase;
	color: #666;
	text-align: center;
	display: block;
	line-height: 11px;
	padding: 0;
}

.post-day {
	font: Georgia, Tahoma, Verdana, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #9e6053;
	text-align: center;
	display: block;
	line-height: 18px;
	padding: 0;
}
.postmetadata {
}

p img {
	padding: 0;
	max-width: 100%;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

	
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
#searchform {
	text-align: right;
	height: 30px;
	padding: 0 4px 0 0;
	margin:0px;
}

#searchform #s{
	width: 120px;
	padding: 2px;
	border: 1px solid #666;
	background: transparent;
	color: #FFF;
	margin: 4px 0 0 0;
	}
	
#searchform #searchsubmit {
	background: url(images/searchbut.gif) center center no-repeat;
	border: 0;
	margin: 0 10px 0 10px;
	width: 11px;
}

#sidebar #searchform #s {
	width: 122px;
	padding: 2px;
	border: 1px solid #FFF;
	background: transparent;
	color: #FFF;
	}

#sidebar #searchsubmit {
	padding: 1px;
	border: 1px solid #FFF;
	background: transparent;
	color: #FFF;
	}

.entry form {
	text-align:center;
	}
	
.alt {
  border: 1px solid #CCC;
  color: #666;
  margin: 0;
  padding: 5px;
  text-align:center;
}	
.alt img{
  padding:5px;
}

#sidebar {
	float: left;
	width: 160px;
	padding: 0 0 0 20px;
	}

#sidebar form {
	margin: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	background: url(images/menurow.jpg) bottom center no-repeat;
	}

#sidebar ul p, #sidebar ul select {
	margin: 0;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0;
	}

#sidebar ol li, #sidebar ul ol li, ol li {
	list-style-type: none;
	}

#sidebar ul li ul{
	list-style-type: none;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 5px;
	}
	
#sidebar ul ul li a, #sidebar ul ol li a { 
	text-decoration: none;
	padding: 0;
	font-size: 12px;
	margin: 0;
	line-height: 120%;
	color: #2C1A00;
}
	
#sidebar ul ul li a:hover, #sidebar ul ol li a:hover {
	color: #605A57;
	}


	
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr  {
	border-bottom: 1px dashed #666;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
  clear:both;
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 35px;
}

/* FOOTER */

.sg1 {
	background: url(images/banner_01.jpg) no-repeat;
	width: 28px;
	height: 16px;	
}
.sg2 {
	background: url(images/banner_02.jpg) no-repeat;
	width: 107px;
	height: 16px;	
}
.sgtxt {
	font-size: 10px;
	font-family: Georgia, Tahoma, Verdana, serif;
	color: #666;
	text-align: left;
	text-decoration: none;
	}
.sgtxt {
	font-size: 10px;
	font-family: Georgia, Tahoma, Verdana, serif;
	color: #666;
	text-align: left;
	text-decoration: none;
}
#sgf {
	font-family: Georgia, Tahoma, Verdana, serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;	
}
#sgf a.sgfooter {
	font-family: Georgia, Tahoma, Verdana, serif;
	color: #666;
	text-decoration: none;
	font-size: 10px;
}
#sgf a.sgfooter:hover {
	font-family: Georgia, Tahoma, Verdana, serif;
	color: #666;
	text-decoration: none;
	font-size: 10px;
}

#menu {
  clear: both;
  height: 18px;
  background: url(images/menu.jpg) top center no-repeat;
  width: 770px;
  margin: 0 auto;
  padding: 20px 50px 2px 50px;
  color: #2C1A00;
  text-align:left;
}

#menu a {
  color: #2C1A00;
}

#menu a:hover {	
	cursor: pointer;
	color: #605A57;
}

#menu input {
  background-color:#cccccc;
  height:20px;
  border:1px solid #a4a09c;
  padding-bottom:10px;
}



.ipost {
  padding: 5px;
  margin: 5px;
  border: 1px solid #CCC;
  text-align: justify;
  background: #ebeae4;
  width:180px;
  height:280px;
  font-weight:bold;
	}
.ipost img{
  padding:5px;
}

.r-price{
  margin:5px;
  padding:2px;
  font-size:12px;
  font-weight:bold;
}
.r-price .number{
  font-size:16px;
}
.s-price{
  margin:5px;
  padding:2px;
  font-size:16px;
  color:red;
  font-weight:bold;
  line-height:135%;
}
.s-price .number{
  font-size:20px;
}
.s-price .taxin{
  font-size:16px;
}
.ipost .r-price,.ipost .s-price{
  margin:0px;
}

#footer ul, #footer ul ol {
  margin: 0;
  padding: 0;
  line-height:100%;
}

#footer ul li,#footer ul li a {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
  list-style-image: none;
  line-height:100%;
}