@charset "utf-8";
@import url("default.css");
* {
	color:#333333;
	letter-spacing: 0em;
}
h1 {
}
h2 {
}

h3 {
}
a {
}
hr {
	height: 1px;
}	
p {
	margin:0;
}

/*topline
----------------------------------------------- */
/*
-------------------------------------------------------------------*/
body {
	background-image: url(img/body-bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFEAFF;
	background-position: center top;
}
#base {
	width:840px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	clear: both;
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url(img/base-bottom-bg.gif);
}

/* ラップ
-------------------------------------------------------------------*/
#wrap {
	background-image: url(img/wrap-bg.jpg);
	background-repeat: repeat-y;
	width: 840px;
	clear: both;
	background-position: center top;
}
#wrap-sub {
	background-image: url(img/wrap-sub-bg.jpg);
	background-repeat: repeat-y;
	width: 840px;
	clear: both;
	background-position: center top;
}
.wrap_bottom {
	clear: both;
	width: 840px;
	font-size: 1px;
}
#wrap2 {
	background-image: url(img/wrap2-bg.jpg);
	background-position: center top;
	width: 840px;
	background-repeat: no-repeat;
	padding-top: 10px;
}
#wrap2-sub {
	background-image: url(img/wrap2-sub-bg.jpg);
	background-position: center top;
	width: 840px;
	background-repeat: no-repeat;
	padding-top: 10px;
}
/* ヘッダー
-------------------------------------------------------------------*/
h1.tagline {
	font-size: 9px;
	text-align: center;
	color: #F1AAAA;
	padding-top: 1px;
	padding-bottom: 1px;
}
#header-top {
	width: 840px;
	float: left;
	background-image: url(img/header-top.jpg);
	height: 232px;
}
#header-sub {
	width: 840px;
	float: left;
	background-image: url(img/header-sub.jpg);
	height: 164px;
}
#header p {
	margin: 0;
	padding: 0;
	float: left;
}
#logo {
	clear: both;
	float: left;
	width: 120px;
	height: 100px;
}
#logo a {
	display: block;
	height: 100px;
	width: 120px;
	text-indent: -4000px;
}
#site-name {
	width: 660px;
	float: right;
	height: 70px;
}
#site-name a {
	display: block;
	height: 70px;
	width: 660px;
	text-indent: -4000px;
}
#header-menu {
	width: 600px;
	float: right;
	height: 30px;
	padding-left: 60px;
}
#header-menu ul {
	margin: 0px;
	padding: 0px;
}
#header-menu li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}

/* サイドバー
-------------------------------------------------------------------*/
#side-l {
	float: left;
	width: 210px;
	padding-left: 30px;
}
#side-menu {
	margin-bottom: 5px;
}
#side-menu dl {
	background-image: url(img/side-menu-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 6px;
	padding-top: 5px;
}
#side-menu dt {
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/list-icon-orange.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	font-size: 85%;
}
#side-about {
	background-image: url(img/side-menu-middle-bg.gif);
	background-repeat: repeat-y;
}
#side-about dl {
	background-image: url(img/side-menu-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 6px;
	padding-top: 5px;
}
#side-about dt {
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/list-about-page.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	font-size: 85%;
}
#side-search {
	margin-bottom: 15px;
	background-image: url(img/side-menu-middle-bg.gif);
	background-repeat: repeat-y;
}
#side-search form {
	background-image: url(img/side-menu-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 6px;
	padding-top: 5px;
	padding-left: 7px;
}
.button-search {
  width: 40px;
  height: 25px;
  border: 0;
  background: url(/img/btn-search.gif) no-repeat 0 0;
  text-indent: -9999px;
  cursor: pointer;
}

/* フッター
-------------------------------------------------------------------*/
#footer {
	clear: both;
	background-image: url(img/footer-bg.gif);
	background-position: left top;
	width:840px;
}
#footer li {
	margin: 0px;
	padding: 2px 17px 2px 17px;
	list-style-type: none;
	float: left;
	font-size: 12px;
}
#footer ul {
	padding: 0px;
	margin: 0 0 0 80px;
	text-indent: 0px;
	list-style: none;
}
address {
	width: 840px;
	padding: 0px;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-size: 0.7em;
	clear: both;
}

/* メイン
-------------------------------------------------------------------*/
#top_main {
	float: left;
	width: 560px;
}
#main {
	float: right;
	width: 560px;
	padding-right: 40px;
}
#pankuzu {
	background-image: url(img/pankuzu_bg.jpg);
	background-repeat: repeat;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	clear: both;
}
#pankuzu p {
	font-size: 10px;
}
#contents {
	margin-top: 5px;
}
#contents ul {
	margin: 0px;
	padding: 0px;
}
.topic {
	margin-bottom: 10px;
}
#side_r {
	float: right;
	width: 210px;
}
#top_wrap {
	margin-top: 5px;
	margin-bottom: 5px;
}
.contents {
	padding: 0px 0px 10px 3px;
}
.contents_top h2 {
	padding-bottom: 5px;
	font-size: 100%;
	font-weight: bold;
}
.entrytitle {
	padding-left: 26px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
	border-bottom: solid 2px #999999;
	font-size: 110%;
	background-image: url(img/entrytitle-bg.gif);
	background-repeat: no-repeat;
	color: #3260B6;
	background-position: left center;
}
#copyright {
	clear: both;
	padding-top: 17px;
	background-color: #FFEAFF;
	background-image: url(img/copyright-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.contents p {
	font-size: 86%;
	letter-spacing: 0em;
	line-height: 150%;
}
#contact p {
	font-size: 90%;
}
.text_red {
	color: #FF0000;
}
.center {
	text-align: center;
}
/* master info */
#about {
	margin-top: 10px;
	margin-bottom: 25px;
}
#about dt {
	padding-top: 0;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 0;
	font-weight: bold;
	color: #003366;
	background-color: #ffffff;
}
#about dd {
	line-height: 160%;
	margin-top: -1.9em;
	margin-left: 9em;
	margin-right: 0;
	margin-bottom: .8em;
	padding-left: 5px;
	border-bottom: 1px dotted #666666;
}
#about li {
	font-size: 105%;
	margin-top: 10px;
}
#about ul {
	margin-left: 20px;
}
.img_r {
	float:right;
	margin: 10px;
}
.img_l {
	float:left;
	margin: 10px;
}
.clr {
	clear:both;
}
hr {
	clear:both;
	padding: 10px 20px 10px 20px;
}
.text_blue {
	color: #0000FF;
}
.text_green {
	color: #006600;
}
.text_orange {
	color: #FF6600;
}
.text_lightblue {
	color: #0099CC;
}
.text_purple {
	color:#330099;
}
.contents_top p {
	font-size: 90%;
	padding-left: 10px;
}
#image {
	width: 780px;
	clear: both;
}
.entrymore {
	padding-top: 10px;
}
#item-info {
	clear: both;
	float: left;
	width: 560px;
}
.entrytext {
	clear: both;
}
#item-image {
	width: 280px;
	float: left;
}
#item-buy {
	float: right;
	padding: 0px 0px 0px 10px;
	width: 260px;
}
p.item-shousai {
	margin-bottom: 10px;
	padding-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#item-buy p {
	font-size: 100%;
	margin-bottom: 20px;
}
#item-list dt {
	float: left;
	width: 150px;
}
#item-list dl {
	float: left;
	clear: both;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	width: 560px;
	border-bottom: dotted 2px #CCCCCC;
}
#item-list dd {
	float: right;
	width: 380px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
}
#item-list a {
	text-decoration: underline;
}
#item-list p {
	font-size: 100%;
}
#category-desc h2 {
	font-weight: bold;
	color: #222222;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF6C00;
	padding-left: 5px;
}
#item-list {
	margin-top: 15px;
}
.rect1 {
	margin: 5px 20px 20px 20px;
	background-color: #FFCCFF;
	padding: 10px;
}
.rect1 ul {
	margin-left: 20px;
}
.rect1 li {
	margin-top: 5px;
	margin-bottom: 5px;
}
.loder {
	padding-left: 20px;
}
#pankuzu strong {
	font-weight: bold;
	font-size: 110%;
}
#side-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#side-l #osusume {
	background-image: url(img/osusume-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 13px;
	margin-bottom: 5px;
	padding-top: 0px;
	margin-top: 0px;
}
#side-l #osusume ul {
	background-image: url(img/osusume-mid-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px 0px 1px 0px;
	list-style-type: none;
}
#side-l #osusume li {
	background-image: url(img/osusume-listmark.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	font-size: 80%;
	border-bottom: dotted #927C91 1px;
	margin-right: 13px;
	padding-left: 22px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#side-l #sbm {
	background-image: url(img/sbm-bottom-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 13px;
	clear: both;
}
#side-l #sbm ul {
	background-image: url(img/sbm-mid-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#side-l #sbm li {
	clear: both;
	margin-left: 15px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}
.news ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.main-osusume dl {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-right: 5px;
	float: left;
	clear: both;
	width: 547px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.news li {
	padding-left: 25px;
	background-image: url(img/news-listmark.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 90%;
}
.box {
	width: 275px;
	float: left;
	background-image: url(img/box-bottom-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 16px;
	padding-right: 2px;
}
.box ul {
	margin: 0px;
	padding: 0px;
	background-image: url(img/box-mid-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	list-style-type: none;
}
.box ul li{
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 35px;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 15px;
}
li.box1 {
	background-image: url(img/box1-listmark.gif);
}
li.box2 {
	background-image: url(img/box2-listmark.gif);
}
li.box3 {
	background-image: url(img/box3-listmark.gif);
}
li.box4 {
	background-image: url(img/box4-listmark.gif);
}
li.box5 {
	background-image: url(img/box5-listmark.gif);
}
li.box6 {
	background-image: url(img/box6-listmark.gif);
}
.box ul li.btn-detail {
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin-left: 170px;
}
.category-box {
	float: left;
	clear: both;
	width: 555px;
	margin-bottom: 10px;
}
#bosyu {
	clear: both;
	width: 557px;
	float: left;
	margin-bottom: 10px;
}
#footer p {
	text-align: center;
	padding: 5px 55px 5px 35px;
	color: #D03FC0;
}
#footer a {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	color: #D03FC0;
}
.main-osusume dt {
	float: left;
	width: 150px;
}
.main-osusume {
	float: left;
	clear: both;
	margin-bottom:10px;
	width: 555px;
}
.main-osusume dd {
	float: right;
	width: 390px;
}
.main-osusume .shopname {
	background-image: url(img/osusume-listmark2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 110%;
	font-weight: bold;
	color: #008300;
	width: 365px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.news {
	margin-bottom: 10px;
	width: 555px;
}
.shopname a {
	color: #008300;
}
.shopname a:hover {
	text-decoration: underline;
	color: #008300;
}
.shopname a:visited {
	color: #005300;
}
.entrytitle-osusume {
	padding-left: 26px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 2px #999999;
	font-size: 110%;
	background-image: url(img/osusume-listmark2.gif);
	background-repeat: no-repeat;
	color: #008300;
	background-position: left center;
}
.entry {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 10px;
}
.categorytitle {
	font-weight: bold;
	color: #3869A4;
}	
.categorytitle-osusume {
	font-weight: bold;
	color: #008300;
}
li.side-entrylist {
	background-image: url(img/side-entrylistmark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size:82%;
}
#sbm a {
	width: 20px;
	margin: 0px;
	padding: 0px;
}
#sbm table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0;
	width: 180px;
}
#sbm td {
	width: 20px;
	text-align: left;
	vertical-align: top;
}
h3.shopname {
	margin-left: 3px;
}
h1.shopname {
	margin-left: 3px;
	margin-top: 3px;
}
.entrybody {
	margin-bottom: 14px;
}
.main-osusume .shopexcerpt {
	font-size: 90%;
	line-height: 1.4em;
}
