@CHARSET "EUC-JP";

/** {{{  */

/*** {{{  */

* {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 1.2em;
	font-family: "Lucida Grande", "Geneva", "Arial", "Verdana", "Osaka", sans-serif;
	background-image: url(img/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #94BF89;
	background-attachment: fixed;
}
#wrapper {
	height: auto;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.shop_name img {
	position: absolute;
	top: 35px;
	overflow: hidden;
	z-index: 9999;
	behavior: url(htc/iepngfix.htc);
	left: 300px;
}

.banner {
	position: absolute;
	overflow: hidden;
	top: 245px;
	right: 0px;
	z-index: 9999;
	behavior: url(htc/iepngfix.htc);
}
.contents {
	height: 400px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/contents_bg.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}


a {
  color: #0000FF;
}

a:link {
  color: #0000FF;
}

a:visited {
  color: #800080;
}

a:active {
  color: #000080;
}

a:hover {
  color: #000080;
}

/*** }}} */

/*** {{{ ѥ饹 */

.dc-float-left {
  float: left;
}

.dc-float-right {
  float: right;
}

.dc-clear-both {
  clear: both;
  float: none;
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

* html .dc-clear-both {
  clear: both;
  width: 0;
  height: 0;
  display: none;
  margin: 0;
  padding: 0;
}

.dc-block-right {
  margin-left: auto;
}

.dc-block-center {
  margin-right: auto;
  margin-left: auto;
}

.dc-block-left {
  margin-right: auto;
}

.dc-inline-left {
  text-align: left;
}

.dc-inline-center {
	text-align: center;
	font-size: 1.2em;
	padding: 5px 0px;
}

.dc-inline-right {
  text-align: right;
}

.dc-inline-top {
  vertical-align: top;
}

.dc-inline-middle {
  vertical-align: middle;
}

.dc-inline-bottom {
  vertical-align: bottom;
}

/*** }}} */

/*** {{{ container */

div#d-container {
	width: 772px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-right: 1px solid #FFCC33;
	border-left: 1px solid #FFCC33;
}

/*** }}} */

/** }}} */

/** {{{ ѡ */

/*** {{{ header */

div.dp-header {
	width: 770px;
	height: 220px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/ga_bgimg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

div.dp-header div.d-block {
  width: 760px;
  height: 120px;
}

div.dp-header div.d-block h1.d-shop-name {
  height: 80px;
  line-height: 80px;
  font-size: 3em;
  font-weight: bold;
  overflow: hidden;
}

ul.d-navigation {
	height: 24px;
	list-style: none;
	width: 770px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
}

ul.d-navigation li {
  width: 192.5px;
  height: 24px;
  line-height: 24px;
}

ul.d-navigation li a {
  display: block;
  color: #333333;
  background-color: #CCCCCC;
  text-align: center;
  text-decoration: none;
}

ul.d-navigation li a:link {
  color: #333333;
  background-color: #CCCCCC;
}

ul.d-navigation li a:visited {
  color: #333333;
  background-color: #CCCCCC;
}

ul.d-navigation li a:active {
  color: #333333;
  background-color: #CCCCCC;
}

ul.d-navigation li a:hover {
  color: #000000;
  background-color: #E5CCDF;
}

/*** }}} */

/*** {{{ campaign */

div.dp-campaign{
	margin: 50px auto 0px;
	text-align: center;
	display: block;
	overflow: hidden;
}

/*** }}} */

/*** {{{ hot-seller */

div.dp-hot-seller {
	width: 770px;
	position: relative;
}
.item_hit {
	position: absolute;
	top: 540px;
	left: 10px;
	z-index: 9999;
	behavior: url(htc/iepngfix.htc);
	overflow: hidden;
}


div.dp-hot-seller div.d-article-list {
  width: 760px;
  margin: 10px auto;
}

div.dp-hot-seller div.d-article-list div.d-article {
  width: 240px;
}

div.dp-hot-seller div.d-article-list div.d-article p.d-article-image {
}

div.dp-hot-seller div.d-article-list div.d-article p.d-article-image img {
  border: solid 1px #aaaaaa;
}

div.dp-hot-seller div.d-article-list div.d-article p.d-article-name {
  height: 3.6em;
  line-height: 1.2em;
  margin: 5px 10px;
  overflow: hidden;
}

/*** }}} */

/*** {{{ recommend-article */

div.dp-recommend-article {
  width: 770px;
}

div.dp-recommend-article h2 {
  width: 100%;
  margin: 15px auto;
  padding: 5px 0;
  font-size: 1.2em;
}

div.dp-recommend-article table.d-article-list {
  width: 760px;
  margin: 0 auto;
}

div.dp-recommend-article table.d-article-list td.d-article {
  width: 360px;
}

div.dp-recommend-article table.d-article-list td.d-article p.d-article-image {
  width: 90px;
}

div.dp-recommend-article table.d-article-list td.d-article p.d-article-image img {
  border: solid 1px #aaaaaa;
  margin: 5px;
}

div.dp-recommend-article table.d-article-list td.d-article div.d-article-text {
	width: 250px;
	padding: 10px 5px 5px;
	font-size: 1.2em;
	line-height: 170%;
	color: #808080;
}

div.dp-recommend-article table.d-article-list td.d-article div.d-article-text p.d-article-name {
  margin: 5px 10px;
}

div.dp-recommend-article table.d-article-list td.d-article div.d-article-text p.d-article-highlight {
  width: 250px;
  height: 80px;
  line-height: 16px;
  overflow: hidden;
}

/*** }}} */

/*** {{{ adwords */

div.dp-adwords {
  width: 760px;
}

div.dp-adwords p.d-title {
  margin: 5px 30px;
  font-size: 1.75em;
  font-family: monospace;
  font-weight: bold;
  color: #FF1A00;
  border-bottom: solid 1px #FF1A00;
}

div.dp-adwords dl.d-user-information {
  margin: 5px 30px;
}

div.dp-adwords dl.d-user-information dt.d-user-name {
  width: 90px;
  padding: 5px;
}

div.dp-adwords dl.d-user-information dd.d-user-name {
  width: 240px;
  padding: 5px;
}

div.dp-adwords dl.d-user-information dt.d-user-email {
  width: 90px;
  padding: 5px;
}

div.dp-adwords dl.d-user-information dd.d-user-email {
  width: 240px;
  padding: 5px;
}

div.dp-adwords dl.d-user-information dt.d-user-address {
  width: 90px;
  padding: 5px;
}

div.dp-adwords dl.d-user-information dd.d-user-address {
  width: 590px;
  padding: 5px;
}

/*** }}} */

/*** {{{ free-link */

div.dp-free-link {
  width: 760px;
}

div.dp-free-link p {
  width: 700px;
  margin: 0 auto;
  padding: 5px 0;
}

/*** }}} */

/*** {{{ free-section */

div.dp-free-section {
  width: 760px;
}

div.dp-free-section h3 {
  width: 700px;
  margin: 15px auto;
  padding: 5px 0;
  font-size: 1.5em;
}

/*** }}} */

/*** {{{ free-text */

div.dp-free-text {
  width: 760px;
}

div.dp-free-text p {
  width: 640px;
  margin: 20px auto;
  padding: 10px;
  font-size: 1.2em;
}

/*** }}} */

/*** {{{ information */

div.dp-information {
  width: 770px;
}

div.dp-information p.d-go-to-top {
  padding: 5px;
  text-align: left;
}

div.dp-information p.d-campaign {
  margin: 25px 0;
  text-align: center;
}

div.dp-information p.d-information {
  text-align: center;
}

/*** }}} */

/*** {{{ footer */

div.dp-footer {
  width: 770px;
}

div.dp-footer p.d-go-to-top {
  padding: 5px;
  text-align: left;
}

div.dp-footer p.d-navigation {
  height: 24px;
  line-height: 24px;
  background-color: #eeeeee;
  text-align: center;
}

div.dp-footer p.d-link {
  height: 24px;
  line-height: 24px;
  background-color: #dddddd;
  text-align: center;
}

/*** }}} */

/*** {{{ analytics */

div.dp-analytics {
  width: 760px;
}

div.dp-analytics p {
  line-height: 0;
  font-size: 0;
  height: 0;
}

/*** }}} */

/** }}} */
