/* USED COLORS
-----------------------------------------------------------
	#000 - black (navigation text)
	#e7f262 - green (header text)
	#675e42 - dark brown (text);
	#fdfde7 - cream (backgrounds, comments text);
	#7c7356 - brown (footer background)
*/


/* BEGIN STRUCTURE
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

a img {border : none;}
body {
	background-color: #FDFDE7;
}

.wrapper {}

.subwrapper {
	margin: 0 auto;
	width: 770px;
}

.header {
	padding: 15px 0 0 15px;
	height: 89px;
}
.header-img{
	height: 290px;
}
.header2 {
	background-color: #e7f262;
	padding: 3px 0 3px 10px;
}
.header-title {
	font-size: 32px;
}
.header-title a:hover {
	text-decoration: none;
}

.header-info {
	padding: 3px 0 3px 10px;
	background-color: #675e42;
	color: #fff;
}
.blog-info{
	font-size: 16px;
}
/*--------post--------*/
.post-title {
	font-size: 18px;
	padding: 10px 10px 10px 10px;
	background-color: #e7f262;
}

.entry{
	background: #F1F1DA url("images/post-bottom01.jpg") no-repeat bottom;
	line-height: 170%;
	padding: 10px 10px 15px 10px;
	margin: 0px 0px 29px 0px;
	font-size: 14px;
}
.entry a{color: #F66944;font-weight:700; }

.entry ul{line-height: 150%;}
.entry li{line-height: 130%;}
#navigation {
	background-color: #e7f262;
	height: 42px;
}

#content {
	float: left;
	margin-top: 15px;
	padding: 0px 5px 0px 0px;
	width: 570px;
}
#content2 {
	float: left;
	margin-top: 15px;
	padding: 0px 5px 0px 0px;
	width: 570px;
}


.pagetitle {
	text-align: center;
	background-color: #675e42;
	color: #fff;
	padding: 5px 5px 5px 5px;
  clear: both;
}

/*----------フッター--------------------*/
#footer {
	clear: both;
	height: auto;
	padding: 0px;
}
#footerwrapper {
	margin: 0 auto;
	padding: 0px;
	width: 780px;
	background-color: #7c7356;
	border-top: 8px solid #e7f262;
}

/*---フッダー商品一覧---*/
.foofer-index{
	padding: 18px 0px 0px 24px;
	text-align: left;

}
#foofer-ichiran-wrapper {
	margin: 0px 21px 0px 21px;
	padding: 0px;
	text-align: left;
}
#foofer-ichiran-wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#foofer-ichiran-wrapper2 {
	margin: 0 auto;
	width: 780px;
	padding: 16px 0px 0px 0px;
}
#foofer-ichiran-wrapper2:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#foofer-ichiran-wrapper,
#foofer-ichiran-wrapper2,
#foofer-ichiran {
  display: inline-block;
}

#foofer-ichiran {
	margin: 0px;
	width: 180px;
	margin: 0px 0px 8px 0px;
	text-align: left;
}
.foofer-ichiran-index {
	background: #F1F1DA url("images/foofer-ichiran01.jpg") no-repeat top;
	text-align: left;
	padding: 11px 0px 6px 8px;
	margin: 0px 0px 0px 0px;
	color:#675e42;
	font-size: 13px;
}
#foofer-ichiran ul{
	text-align: left;
	background: #F1F1DA url("images/foofer-ichiran02.jpg") no-repeat bottom;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 11px 0px;
	font-size: 13px;
	color:#675e42;
}

#foofer-ichiran ul li{
	text-align: left;
	margin: 0px 0px 0px 18px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	color:#675e42;
}
#credits {
	padding: 0px 0px 10px 0px;
	text-align:center;
}

#credits a {color: #e7f262;}
#foofer-ichiran a{color:#675e42;}

/* END STRUCTURE
----------------------------------------------------------- */


/* BEGIN NAVIGATION
----------------------------------------------------------- */
#navigation ul {
	list-style: none;
}

#navigation ul li {
	float: left;
}
#navigation a {
	color: #000;
	display: block;
	font-size: 15px;
	float: left;
	height: 30px;
	padding: 12px 10px 0 15px;
}

#navigation ul li.current_page_item a {
	background: url("images/nav-selected.png") no-repeat 50% 0;
	font-weight: bold;
}

#navigation ul li.page_item a:hover {
	background: url("images/nav-selected.png") no-repeat 50% 0;
}

/* END NAVIGATION
----------------------------------------------------------- */


/* BEGIN HYPERLINKS
----------------------------------------------------------- */
a {
	color: #675e42;
	outline-style: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

/* END HYPERLINKS
----------------------------------------------------------- */


/* BEGIN TYPHOGRAPHY & COLORS
----------------------------------------------------------- */
* {
	font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
}

h3, h3 a {
	font-size: 18px;
}
h4, h4 a {
	font-size: 16px;
}



h3#comments,
h3#respond {
	color: #675e42;
	font-size: 16px;
	margin: 10px 0;
}


#footer h2 {
	color: #e7f262;
}

#footer {
	color: #fdfde7;
}

#footer #credits,
#footer #credits a {
	font-size: 13px;
}
/* END TYPHOGRAPHY & COLORS
----------------------------------------------------------- */


/* BEGIN LISTS
----------------------------------------------------------- */

#sidebar {
	float: right;
	margin-top: 15px;
	margin-left: 15px;
	padding: 0px 0px 0px 0px;
	width: 180px;
}
.widgettitle{
	background: #F1F1DA url("images/side-title01.jpg") no-repeat;
	color:#675e42;
	font-size: 15px;
	padding: 6px 5px 3px 8px;
}

#sidebar ul li,#footer ul li {
	list-style: none;
}
#sidebar ul li {
	margin-bottom: 15px;
}
#sidebar ul li ul{
	background: #F1F1DA url("images/side-title02.jpg") no-repeat bottom;
	color:#675e42;
	font-size: 13px;
	padding: 0px 5px 8px 8px;
}
#sidebar ul li ul li {
	background: url("images/sb-bullet.gif") no-repeat 0 5px;
	padding: 3px 0px 0px 15px;
	margin-bottom: 0px;
}

#sidebar ul li ul li a:hover {
	text-decoration: underline;
}
#sidebar ul li ul li ul li{
	padding-top: 0px;
	padding-bottom: 0px;
}



#sidebar ul li#rssfeed-big a {
	background: url("images/icons/rss-icon-big.png") no-repeat;
	display: block;
	height: 115px;
	margin: 0 auto;
	width: 125px;
}

#sidebar .textwidget{
	background: #F1F1DA url("images/side-title02.jpg") no-repeat bottom;
	color:#675e42;
	font-size: 13px;
	padding: 6px 5px 15px 8px;
}

#content ol li {
	margin-left: 35px;
}

#content ul li {
	background: url("images/sb-bullet.gif") no-repeat 0 50%;
	list-style: none;
	padding-left: 15px;
	margin-left: 15px;
	position: relative;
}

#content .commentlist ul li {
	background: url("images/ft-bullet.gif") no-repeat 0 50%;
}




/* END LISTS
----------------------------------------------------------- */


/* BEGIN IMAGES
----------------------------------------------------------- */
#content img {
	border: none;
	margin: 5px;
}

#content img.left {
	display: inline;
	float: left;
	margin: 5px 5px 5px 0;
}
#content img.right {
	display: inline;
	float: right;
	margin: 5px 0 5px 5px;
}
#content img.center,
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* END IMAGES
----------------------------------------------------------- */


/* BEGIN FORMS
----------------------------------------------------------- */
#header div.search {
	background: url("images/search-input-bg.png") no-repeat;
	height: 14px;
	padding: 8px 10px;
	position: absolute;
	right: 15px;
	top: 15px;
}
#header input.s {
	color: #fdfde7;
	background: transparent;
	border: none;
	width: 196px;
}

#sidebar input {
	display: none;
}


#sidebar input#s {
	background: transparent url("images/sb-search-input-bg.gif") no-repeat;
	border: none;
	color: #fdfde7;
	display: block;
	height: 14px;
	padding: 8px 10px;
	width: 150px;
}

#content form#commentform input {
	background: transparent url("images/form-input-bg.png") no-repeat right 50%;
	border: none;
	color: #fdfde7;
	float: left;
	height: 15px;
	padding: 8px 10px;
	width: 235px;
}

#content form#commentform textarea {
	background: transparent url("images/form-textarea-bg.png") no-repeat;
	border: none;
	color: #fdfde7;
	float: left;
	height: 185px;
	padding: 8px 10px;
	width: 420px;
	overflow: hidden;
}

#content form#commentform input#submit {
	background: transparent url("images/form-submit-bg.png") no-repeat;
	border: none;
	color: #fdfde7;
	float: left;
	height: 30px;
	padding: 8px 10px;
	width: 150px;
}

* html #header input.s,
* html #content form#commentform input,
* html #content form#commentform textarea,
* html input#submit,
* html #sidebar input#s {
	background-attachment: fixed;
}

#commentform input,
#commentform textarea {
	margin: 5px 0;
}

* html #commentform input,
* html #commentform textarea {
	margin: 10px 0;
}


#commentform label {
	float: left;
	margin: 10px 0 0 10px;
}

#commentform p {
	clear: both;
	height: 1%;
}

#content form div.search input {
	background: transparent url("images/form-input-bg.png") no-repeat right 50%;
	border: none;
	color: #fdfde7;
	height: 15px;
	padding: 8px 10px;
	width: 231px;
	margin: 0 auto;
}

#content form div.search {
	text-align: center;
}
/* END FORMS
----------------------------------------------------------- */


/* BEGIN CALENDAR
----------------------------------------------------------- */
/* END CALENDAR
----------------------------------------------------------- */


/* BEGIN POST
----------------------------------------------------------- */
#content .post {
	clear: both;
	height: 1%;
	position: relative;
}
#content #recentpost {
	position: relative;
}

#content .post .commentslink,
#content #recentpost .commentslink {
	background: url("images/comment-bubble.png") no-repeat;
	color: #fdfde7;
	display: block;
	font-weight: bold;
	padding-top: 6px;
	position: absolute;
	right: 15px;
	height: 34px;
	text-align: center;
	top: 10px;
	width: 51px;
}
#content #recentpost .commentslink {
	background: url("images/rp-comment-bubble.png") no-repeat;
	top: 15px;
}
/*
#content .entry {
	margin: 5px 0 20px 0;
}
*/
.editlink a {
	background: url("images/icons/pencil.gif") no-repeat;
	bottom: 0;
	display: block;
	padding-left: 20px;
	position: absolute;
	right: 0;
}

#content small.datetime {
	background: url("images/icons/date.gif") no-repeat;
	display: block;
	height: 16px;
	padding-left: 20px;
}


#content a.rssfeed-small {
	background: url("images/icons/rss-icon-small.gif") no-repeat;
	padding-left: 20px;
}
/* END POST
----------------------------------------------------------- */


/* BEGIN COMMENTS
----------------------------------------------------------- */
ol.commentlist {
  list-style: none;
}

#content ol.commentlist li.comm {
  margin-left: 0;
}

#content ol.commentlist li.comm {
	color: #fdfde7;
	background: #675e42 url("images/comment-top.png") no-repeat;
	position: relative;
	margin-bottom: 90px;
	width: 541px;
}

.comment {
	padding: 15px;
}

div.comment-tip {
	background: url("images/comment-bottom.png") no-repeat;
	bottom: -30px;
	display: block;
	height: 30px;
	position: absolute;
	width: 541px;
}


cite.comment-author,
small.comment-metadata  {
	color: #000;
	bottom: -25px;
	display: block;
	position: absolute;
	margin-left: 40px;
}

cite.comment-author,
cite.comment-author a {
	font-size: 18px;
	left: 0;
}

small.comment-metadata,
small.comment-metadata a {
	right: 0;
}

ol.commentlist .editlink a {
	background: url("images/icons/pencil.gif") no-repeat;
	bottom: -5px;
	display: block;
	padding-left: 20px;
	position: absolute;
	right: 0;
}
/* END COMMENTS
----------------------------------------------------------- */


/* BEGIN OTHER
----------------------------------------------------------- */
.navigation {
	padding: 11px 0px 30px 0px;
	text-align: left;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

blockquote {
	background: url("images/blockquote-post-bg.gif") no-repeat;
	font-style: italic;
	min-width: 41px;
	/* IE6 min-height hack: */
	min-height: 27px;
	height: auto !important;
	height: 27px;
	/**/
	margin:	15px 0;
	padding-left: 56px;
}

.comment blockquote {
	background: url("images/blockquote-comment-bg.gif") no-repeat;
}

#content .post .wp-smiley {
	border: none;
	vertical-align: middle;
}
/* END OTHER
----------------------------------------------------------- */


/* BEGIN CALENDAR
----------------------------------------------------------- */
#wp-calendar {
	empty-cells: show;
	margin: 0 auto 0;
	width: 150px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	text-align: center;
}


#wp-calendar caption {
	color: #675e42;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#wp-calendar th {
	color: #675e42;
	font-weight: bold;
	text-transform: capitalize;
}

#wp-calendar {
	color: #000;
}

table#wp-calendar tr td a {
	color: #675e42;
}
/* END CALENDAR
----------------------------------------------------------- */

.sale {
	background-color: #F66944;
	color: #fff;
	font-size: 21px;
	text-align: center;
	padding: 3px 10px 3px 10px;
	line-height: 110%;
}
.sale2 {
	background-color: #675e42;
	color: #fff;
	text-align: center;
	padding: 2px 10px 2px 10px;
	line-height: 130%;
}
.kakaku {
	text-align: center;
	padding: 6px 10px 6px 10px;
	font-weight: 900;
}
#content .syousai{
	list-style-type: circle;
	background-color: #E0E0CB;
	font-size: 13px;
	padding: 10px 10px 10px 10px;
	margin:  10px 0px 10px 0px;
	line-height: 110%;
}


.zaiko{
	text-align: center;
	font-size: 12px;
	padding: 10px 0px 0px 0px;
	line-height: 110%;
	clear:both;
}
.sale3 {
	background-color: #F66944;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	line-height: 110%;
	width: 280px;
}
.sale4 {
	background-color: #675e42;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	line-height: 130%;
}

/* アーカイブ　商品一覧
----------------------------------------------------------- */
.ichiran-archive {
	width: 180px;
}

.info-index-photo {
	padding: 10px 6px 0px 6px;
	background: #F1F1DA url("images/side-title01.jpg") no-repeat top;
	color:#675e42;
	font-size: 13px;
	text-align: center;
}

.info-index-body {
	padding: 0px 3px 10px 3px;
	margin: 0px 0px 15px 0px;
	background: #F1F1DA url("images/side-title02.jpg") no-repeat bottom;
	color:#675e42;
	font-size: 11px;
	text-align: center;
}
.archive-kakaku{
	padding: 3px 0px 0px 0px;
	font-size: 21px;
	color:#ff0000;
	font-weight: bold;
}
#archivewrap {
  margin: 0 0 11px 0;
  width: 570px;
}
#archivewrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#archivewrap2 {
  margin: 0 0 0 10px;
  width: 570px;
}
#archivewrap2:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#archivewrap,
#archivewrap2,
.ichiran-archive {
  display: inline-block;
}

.index-brand{
	float: right;
	width: 360px;
}
.index-ranking{
	float: left;
	width: 180px;
}

.index-wrap {
	padding: 0px 0 0 11px;
}
.index-ranking-title{
	font-size: 18px;
	text-align: center;
	background-color: #e7f262;
	padding: 6px 0px 6px 0px;
	margin: 0px 0px 6px 0px;
}
.index-shinsaku {
	font-size: 18px;
	padding: 10px 10px 10px 10px;
	background-color: #e7f262;
	margin: 6px 0px 6px 0px;
}
.index-copy1 {
	font-size: 13px;
	padding: 6px 10px 6px 10px;
	background-color: #e7f262;
	color: #7c7356;
	margin: 0px 0px 0px 0px;
}
.index-copy2 {
	font-size: 13px;
	text-align: center;
	padding: 6px 10px 6px 10px;
	background-color: #e7f262;
	color: #7c7356;
	margin: 0px 0px 8px 0px;
}
.index-copy3 {
	font-size: 12px;
	text-align: center;
	padding: 6px 3px 6px 8px;
	background-color: #7c7356;
	color: #fdfde7;
	margin: 0px 0px 0px 0px;
}
.index-copy4 {
	font-size: 13px;
	text-align: center;
	padding: 6px 3px 6px 8px;
	background-color: #7c7356;
	color: #fdfde7;
	margin: 0px 0px 0px 0px;
}
.index-copy5 {
	font-size: 13px;
	text-align: center;
	padding: 6px 10px 6px 10px;
	background-color: #7c7356;
	color: #fdfde7;
	margin: 0px 0px 0px 0px;
}
.post-shohin-title{
	font-size: 18px;
	text-align: center;
	background-color:#E7F262;
	color:#675E42;
	padding: 8px 0px 8px 0px;
}
.page-body-title{
	font-size: 18px;
	background-color:#E7F262;
	color:#675E42;
	padding: 8px 0px 8px 8px;

}
.sidebar-img{
	padding: 0px 0px 11px 0px;
}
.seikihin-copy {
	background: #FFF url("http://www.lucky-soul.net/wp-content/themes/fresh-cappuccino-10/images/copy06.jpg") no-repeat bottom;
	font-size: 16px;
	padding: 8px 8px 8px 8px;
	font-weight: 700;
	color: #675e42;
}




