/*
Theme ame: Sample Theme
Theme URL: http://www.www.www/
Description: This is my sample theme.
*/
/*-----ここから基本設定-----*/
body{
	background:#FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	height: 1800px;
	width: 868px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p .postinfo {
	color: #F60;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}

a:link{
	color: #930;
	text-decoration: none;
}
a:hover{
	color: #F30;
	text-decoration: none;
}
a:visited{
	color: #903;
	text-decoration: none;
}
a:active{
	color: #000;
	text-decoration: none;
}
h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 53px;
	width: 868px;
}

img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/*-----基本設定ここまで-----*/

/*-----ここからレイアウト設定-----*/

/*--ここからトップページ、商品ページ共通--*/

/* コンテナ */
div#container {
	padding: 0px;
	height: auto;
	width: 868px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
}

div#header {
	height: 100px;
	width: 868px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	position: relative;
}

/*ブログ名*/
div#header h1 {
	height: 100px;
	width: 868px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.9em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	display: block;
	font-weight: normal;
}

div#header h1 a {
	height: 100px;
	width: 350px;
	text-decoration:none;
	color: #C30;
	text-align: left;
	text-indent: 0px;
	position: absolute;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 10px;
	top: -15px;
}

/*ブログ説明*/
div#header p {
	font-size: 0.75em;
	height: 15px;
	width: 600px;
	display: block;
	text-align: center;
	padding: 0px;
	margin: 0px;
	float: right;
	position: absolute;
	top: -15px;
	right: 0px;
}

/*独立ページのメニュー*/
ul#pagemenu {
	padding: 0px;
	list-style-type: none;
	width: 868px;
	height: auto;
	position: absolute;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 22px;
	top: 85px;
}

ul#pagemenu li {
	background-color: #FC3;
	display: block;
	height: 22px;
	width: 115px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #C30;
	font-size: 0.9em;
	text-align: center;
	line-height: 1.5em;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

ul#pagemenu li a:link {
	background-color: #FC3;
	display: block;
}
ul#pagemenu li a:hover {
	background-color: #FF9;
	display: block;
}





div #content {
	width: 868px;
	height: auto;
	background-image: url(images/contents_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	clear: both;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin: 0px;
	display: inline-block;
}

/*---プラグイン パンくずリスト ここから---*/
.breadcrumb {
	padding: 0px;
	height: auto;
	width: 868px;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
/*---プラグイン パンくずリスト ここまで---*/


/*start トップページ*/
#main {
	width: 545px;
	height: auto;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#news {
	height: auto;
	width: 530px;
	background-image: url(images/news_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
	display: block;
}
#news dt {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 530px;
	overflow: hidden;
}
#news dd {
	background-image: url(images/news_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 530px;
	clear: both;
}
#news dd ul {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
#news dd ul li {
	margin: 0px;
	padding: 0px;
	text-indent: 10px;
	list-style-type: none;
	float: none;
}
#news dd ul li strong {
	margin: 0px;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: normal;
	color: #900;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#newentry {
	height: 150px;
	width: 530px;
	display: block;
	margin: 0px;
	padding: 0px;
}

#newentry dl {
	display: block;
	height: 150px;
	width: 495px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 35px;
	margin: 0px;
	background-image: none;
}
#newentry dl dt {
	padding: 0px;
	height: 15px;
	width: 495px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 0.9em;
	line-height: 1.2em;
}
#newentry dl dd {
	height: 102px;
	width: 495px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: none;
}
#newentry dl dd ul {
	padding: 0px;
	height: 102px;
	width: 495px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#newentry dl dd ul li {
	float: left;
	text-align: center;
	text-indent: 0px;
	height: 102px;
	width: 82px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 1px;
	border:1px solid #FC9;	
}

#newentry dl dd ul li p {
	font-size: 0.8em;
	line-height: 1.0em;
}





#special {
	height: auto;
	width: 530px;
	background-image: url(images/special_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	display: block;
}
#special dt {
	margin: 0px;
	padding: 0px;
	height: 31px;
	width: 530px;
	overflow: hidden;
}
#special dd {
	background-image: url(images/special_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
	height: auto;
	width: 530px;
	margin: 0px;
	overflow: hidden;
}
#special dd ul {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
#special dd ul li {
	margin: 0px;
	padding: 0px;
	text-indent: 10px;
	list-style-type: none;
}
#special dd ul li dl {
	padding: 0px;
	clear: both;
	overflow: hidden;
	height: 80px;
	width: 530px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#special dd ul li dl dt {
	padding: 0px;
	height: 80px;
	width: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#special dd ul li dl dd {
	height: 70px;
	width: 410px;
	background-image: none;
	text-indent: 0px;
	float: right;
	position: relative;
	top: -80px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#special dd ul li dl dd ul .botton{
height: 15px;
	width: 100px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	text-indent: 0px;
	position: relative;
	top: -13px;
}
#special dd ul li dl dd ul .botton a:link{
	display: block;
	background-color: #F96;
	color: #FFF;
	
}
#special dd ul li dl dd ul .botton a:hover {
	background-color: #F60;
	color: #FFF;
	display: block;
}
#special dd ul li dl dd ul .botton a:active {
	background-color: #F60;
	color: #FFF;
	display: block;
}
#special dd ul li dl dd ul .botton a:visited {
	background-color: #C63;
	color: #FFF;
	display: block;
}
#special dd ul li dl dd ul .price {
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 130px;
	color: #F00;
	float: right;
	position: relative;
	top: -15px;
	font-size: 1.2em;
	right: 10px;
}
#special dd ul li dl dd ul .comment {
	clear: right;
	text-indent: 0px;
	padding: 0px;
	width: 400px;
	height: 30px;
	position: relative;
	top: -15px;
	right: 5px;
	left: 0px;
	margin: 0px;
}
#special dd ul li dl dd ul .articleName {
	text-indent: 0px;
	font-size: 1.1em;
	font-weight: 900;
}
#pickup {
	height: auto;
	width: 530px;
	background-image: url(images/pickup_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#pickup dt {
	margin: 0px;
	padding: 0px;
	height: 31px;
	width: 530px;
	overflow: hidden;
}
#pickup dd {
	background-image: url(images/pickup_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
	height: auto;
	width: 530px;
	margin: 0px;
	overflow: hidden;
}
#pickup dd ul {
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
#pickup dd ul li {
	margin: 0px;
	padding: 0px;
	text-indent: 10px;
	list-style-type: none;
}
#pickup dd ul li dl {
	padding: 0px;
	clear: both;
	overflow: hidden;
	height: 80px;
	width: 530px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#pickup dd ul li dl dt {
	padding: 0px;
	height: 80px;
	width: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pickup dd ul li dl dd {
	height: 70px;
	width: 410px;
	background-image: none;
	text-indent: 0px;
	float: right;
	position: relative;
	top: -80px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#pickup dd ul li dl dd ul .botton{
	height: 15px;
	width: 100px;
	float:left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	text-indent: 0px;
	position: relative;
	top: -13px;
}

#pickup dd ul li dl dd ul .botton a:link {
	display: block;
	background-color: #F6C;
	color: #FFF;
	
}
#pickup dd ul li dl dd ul .botton a:hover {
	display: block;
	background-color: #F39;
	color: #FFF;
}
#pickup dd ul li dl dd ul .botton a:active {
	display: block;
	background-color: #F36;
	color: #FFF;
}
#pickup dd ul li dl dd ul .botton a:visited {
	display: block;
	background-color: #F39;
	color: #FFF;
}
#pickup dd ul li dl dd ul .price {
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 130px;
	color: #F00;
	float: right;
	position: relative;
	top: -15px;
	font-size: 1.2em;
	right: 10px;
}
#pickup dd ul li dl dd ul .comment {
	clear: right;
	text-indent: 0px;
	padding: 0px;
	width: 400px;
	height: 30px;
	position: relative;
	top: -15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	right: 5px;
	left: 0px;
}
#pickup dd ul li dl dd ul .articleName {
	text-indent: 0px;
	font-size: 1.1em;
	font-weight: 900;
}
#pickup dd ul li dl dd ul .articleName a {
	color: #D50055;
}


#checkout {
	height: auto;
	width: 530px;
	background-image: url(images/pickup_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#checkout dt {
	margin: 0px;
	padding: 0px;
	height: 31px;
	width: 530px;
	overflow: hidden;
}
#checkout dd {
	background-image: url(images/pickup_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	height: auto;
	width: 530px;
}
#checkout dd ul {
	margin: 0px;
	padding: 0px;
}
#checkout dd ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#checkout dd ul li dl {
	margin: 0px;
	padding: 0px;
	background-image: none;
}
#checkout dd ul li dl dt, #checkout dd ul li dl dt a {
	height: 20px;
	width: 530px;
	text-align: center;
	color: #C09;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
#checkout dd ul li dl dt strong {
	margin: 0px;
	padding: 0px;
}
#checkout dd ul li dl dd {
	background-image: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 530px;
}
#checkout dd ul li dl dd ul {
	margin: 0px;
	padding: 0px;
}
#checkout dd ul li dl dd ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#checkout dd ul li dl dd ul .imageLsize {
	padding: 5px;
	height: 300px;
	width: 300px;
	border: 1px solid #FCF;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#checkout dd ul li dl dd ul .imageMsize {
	padding: 2px;
	height: 80px;
	width: 80px;
	border: 1px solid #FCF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#checkout dd ul li dl dd ul .coments {
	font-size: 0.9em;
	line-height: 1.2em;
	color: #F09;
	width: 520px;
	display: block;
	height: 60px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#checkout dd ul li dl dd ul .coments .price {
	font-size: 1.5em;
	line-height: 2.2ex;
	text-align: center;
	padding: 0px;
	display: block;
	color: #FFF;
	background-color: #F06;
	width: 520px;
	margin: 0px;
	height: 25px;
	clear: both;
}
#checkout dd ul li dl dd ul .coments .price a:link{
color: #FFF;	
}
#checkout dd ul li dl dd ul .imageMsize strong {
	font-size: 0.8em;
	font-weight: normal;
	color: #C09;
	line-height: 1.0em;
}
/*トップページ end*/

/*■記事全体をグループ化*/
div #page {
	margin: 0px;
	width: 650px;
	height: auto;
	padding: 0px;
	float: left;
}


/* 記事 */


div.post {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 5px;
	height: auto;
	width: 630px;
	border: 1px solid #FADD92;
}


div.post h2 {
	font-size: 0.875em;
	border-bottom:solid 1px #FC0;
	padding-bottom: 5px;
	margin:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

div.post h2 a {
	text-decoration:none;
}
	

div.post p {
	font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px;
}
div.post table {
	font-size: 0.75em;
	line-height: 1.6;
}


p.postinfo {
	color: #F60;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

/* 記事内のスタイル */
.alignleft {
	display:block;
	margin: 5px;
	padding: 5px;
	float: left;
	border: 1px solid #FC3;
}
.price {
	font-size: 2.0em;
	line-height: 1.5em;
	font-weight: bolder;
	color: #F03;
}
ul li {
        font-size: 0.9em;
	line-height: 1.5em;

}

/* ページリンク */

p.pagelink a {
	font-size: 0.75em;
	color: #F60;
	padding: 0px;
	margin: 0px;
}

span.pageprev {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

span.pagenext {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*---ここからsidebar---*/
#sidebar {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	height: auto;
	width: 200px;
	float: right;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar h2 {
	font-size: 0.9em;
	color: #FFF;
	height: 25px;
	width: 180px;
	line-height: 2.0em;
	text-align: center;
	background-color: #CC8A00;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#sidebar ul{
	height: auto;
	width: 180px;
	display: block;
	margin: 0px;
	padding: 0px;
}

#sidebar li{
	height: auto;
	width: auto;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: block;
}
#sidebar li a {
	font-size: 0.9em;
	line-height: 1.2em;
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;
	text-indent: 20;
	display: list-item;
	font-size: 1.0em;
	line-height: 1.2em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	height: auto;
	width: auto;
}

#sidebar ul li ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
	height: auto;
	width: auto;
}
#sidebar ul li ul li{
	margin: 0px;
	padding: 0px;
	height:auto;
	width: auto;
	display: block;
}

/*---カテゴリ アイテムで探す---*/
#sidebar ul .cat-item.cat-item-1 {
	height: auto;
	width: auto;
	display: block;
}

#sidebar ul .cat-item.cat-item-1 .children .cat-item.cat-item-6 {
	display: block;
	height: auto;
	width: auto;
}
#sidebar ul .cat-item.cat-item-1 .children .cat-item.cat-item-8 {
	display: block;
	height: auto;
	width: auto;
}
#sidebar ul .cat-item.cat-item-4 {
	display: block;
	height: auto;
	width: auto;
}
#sidebar ul .cat-item.cat-item-1 .children .cat-item.cat-item-8 {
	display: block;
	height: auto;
	width: auto;
}
#sidebar ul .cat-item.cat-item-1 .children .cat-item.cat-item-41 {
	display: block;
	height: auto;
	width: auto;
}

/*---新着商品---*/
#sidebar #newPost li a {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CE7B00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


/*---タグクラウド---*/
p#tagcloud { line-height: 1.2em; margin-top: 10px; padding: 0px; height: auto; width: 180px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; 
}
p#tagcloud a {
	color: #F63;
}

	
	
/*---ここからフッター---*/
#footer {
	height: 80px;
	width: 868px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
	clear: both;
	margin: 0px;
}




address {
	height: auto;
	width: 868px;
	text-align: center;
	font-style: normal;
	font-size: 0.8em;
	line-height: 1.2em;
	background-image: url(images/footer_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	clear: both;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*ここから運営ショップリンク*/
#footer dl {
	margin: 0px;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: center;
	color: #FFF;
	background-image: url(images/footer_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#footer dl dt {
	margin: 0px;
	padding: 0px;
	float: left;
	text-indent: 30px;
}
#footer dl dd {
	margin: 0px;
	text-align: left;
	text-indent: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	overflow: hidden;
}
/*運営ショップリンクここまで*/

/*---フッターここまで---*/
