@charset "shift_jis";
.conts-left,.conts-right    {
	vertical-align: top;
}
.conts-left  {
	padding-right: 17px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}
.store .conts-right {
	width: 200px;
}
.blog .conts-right {
	width: 160px;
	padding-left: 10px;
}
.store  .pghdr {
	padding-right: 200px;
	padding-bottom: 15px;
}
.store     .pghdr  h2   {
	display: inline;
	margin-right: 20px;
}
.store .category-index {
	font-size: 90%;
	margin: 10px 10px -15px 10px;
	font-weight: bold;
	display: inline;
}
.store .category-index li {
	display:inline;
	margin-right: 10px;
	line-height: 1.5;
}
.store .category-index li a {
	color: #BC0036;
	text-decoration: none;
}

.pages {
	position: absolute;
	top: 21px;
	right: 15px;
}
.pages ul {
	float: left;
	padding-top: 6px;
	padding-right: 10px;
}
.pages li {
	list-style-type: none;
	width: 1.7em;
	float: left;
	text-align: center;
	border: 1px solid #BC0036;
	margin-top: -1px;
	margin-left: -1px;
	_margin-top: 0;
	_margin-left: 0;
	line-height: 1.5em;
	overflow: hidden;
	background-color: #E6C0C0;
}
.pages li.current {

}

.pages li a {
	font-weight: bold;
	color: #BC0036;
	text-decoration: none;
	display: block;
	background-color: #FFFFFF;
}
.pages p {
	float: left;
}

.store .items {
	margin-top: -9px;
}
.store .item {
	width: 47%;
	padding: 1%;
	margin-top: -1px;
	margin-left: -1px;
	_margin-top: 0;
	_margin-left: 0;
	border: 1px solid #999999;
	float: left;
	height: 200px;
	list-style: none;
}
.store .item-left {
	float: left;
	width: 100px;
	margin-right: 12px;
	text-align: center;
}
.store .item-img {
	height: 100px;
	width: 100px;
	overflow: hidden;
}
.store .item-img img {
	max-width: 100px;
	max-height: 100px;
	width: auto;
	height: auto;
}
.store .item-price span {
	color: #CC0000;
}


.store .item-right {
	float: left;
	width: 100px;
	height: 100%;
	overflow: auto;
}
.store .item h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 100%;
}
.store .item h3 a {
	color: #000000;
	text-decoration: none;
}
.store .item h3 a:hover {
	text-decoration: underline;
}


.store .item-desc {
	font-size: 90%;
	color: #999999;
}
.store .item-detail {
	padding: 1%;
	border: 1px solid #999999;
}

.store .item-detail-mainphoto {
	margin-bottom: 10px;
}
.store .item-detail-subphoto1 {
	margin-right: 10px;
}
.store .item-detail-left {
	float: left;
	width: 210px;
	text-align: center;
}
.store .item-detail-right {
	float: left;
	height: 100%;
	width: 210px;
	overflow: auto;
	padding-left: 15px;
}
.blog .conts-right h3 {
	font-size: 105%;
	color: #000000;
	padding-top: 20px;
}
.blog .conts-right ul {
	padding-left: 20px;
}
.blog .conts-right a {
	color: black;
}
.blog .author-desc {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #999999;
	margin: 10px 10px 10px 0;
}
.blog .author-desc img {
	text-align: center;
	margin-bottom: 5px;
	margin-top: 0 !important;
}
.blog .author-desc h3 {
	margin: 0 !important;
	padding: 0;
}
.blog .author-desc p {
	font-size: 85%;
	color:#999999;
	margin-top: 5px;
}
