@charset "UTF-8";

/* 全体構造
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  color: #333333;
  background: #e5e5dd url(img/back.jpg) repeat-y;
}
#wrapper {
  width: 777px;
  color: #333333;
  background: url(img/back-body.jpg) repeat-y;
}

/* リンク
---------------------------------------------------- */
a:link {
  color: #3366ff;
  background: transparent;
}
a:visited {
  color: #800080;
  background: transparent;
}
a:hover, a:active {
  color: #ff9933;
  background: transparent;
}
a img {
  border: none;
  color: #ffffff;
  background: transparent;
}

/* ヘッダ
---------------------------------------------------- */
#header {
  padding-top: 40px;
  height: 40px;
  color: #999999;
  background: url(img/back-header.jpg) no-repeat;
}
#header #logo {
  position: absolute;
  top: 31px;
  padding-left: 15px;
  color: #0000ff;
  font-weight: bold;
  text-decoration: none;
}
#header ul {
  margin: 0;
  padding: 0;
  width: 737px;
  list-style: none;
  text-align: right;
  font-size: x-small;
  line-height: 1.0;
}
#header li {
  display: inline;
  padding-left: 1em;
  text-transform: uppercase;
  vertical-align: top;
}

/* ページ本体
---------------------------------------------------- */
#pagebody {
  width: 732px;
  padding-left: 10px;
}

/* コンテンツ
---------------------------------------------------- */
#content {
  float: right;
  width: 520px;
  padding-bottom: 3em;
  border-bottom: 1px solid #cccccc;
}
#content h1 {
  margin: 0;
  padding-bottom: 11px;
  border-bottom:1px solid #cccccc;
  font-size: medium;
}
#content h1 img {
  vertical-align: bottom;
}
#content h2 {
  margin: 2em 0 0;
  font-size: medium;
  font-weight: normal;
  color: #ff9900;
  background: transparent;
}
#content h3 {
  margin: 2em 0 0;
  font-size: medium;
  font-weight: normal;
  color: #ff3300;
  background: transparent;
}
#content .search_explain {
  font-size: small;
  line-height: 1.6;
  letter-spacing: 0.2em;
  padding-bottom: 5px;
}
#content .search_navi {
  text-align: center;
  font-size: small;
  letter-spacing: 0.1em;
  padding-top: 3px;
  padding-bottom: 3px;
  border-top:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
}
#content p {
  font-size: small;
  line-height: 1.6;
}
#content .lead p {
  font-size: small;
  line-height: 1.3;
  color: #3366ff;
  background: transparent;
}
#content h2+p {
  margin-top: 0.3em;
}
#content .search_result {
  font-size: small;
  line-height: 1.6;
  padding-top: 3px;
  padding-bottom: 3px;
  letter-spacing: 0.1em;
}
#content .search_result h3 {
  margin: 1em 0 0;
  font-size: small;
  font-weight: bold;
}
#content .search_result p {
  margin: 0;
  font-size: x-small;
  line-height: 1.3;
}
#content #pagetop {
  text-align: right;
  font-size: small;
  line-height: 1.6;
  padding-top: 3px;
  padding-bottom: 3px;
  letter-spacing: 0.1em;
}
#content ul {
  font-size: small;
  line-height: 1.6;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  list-style-position: outside;
}
#content li {
  font-size: small;
  line-height: 1.6;
}

/* ナビゲーション
---------------------------------------------------- */
#navigation {
  float: left;
  width: 200px;
  font-size: small;
}
#navigation .menu_title {
  margin: 0 0 0 0;
  padding: 5px 15px 5px 15px;
  color: #FFFFFF;
  background-color:#3366ff;
  border-bottom: 1px solid #cccccc;
}
#navigation p {
  margin: 10px 0px 10px 8px;
  text-indent: 12px;
}
#navigation p a {
  border-left: 3px solid #cccccc;
  display: block;
}
#navigation p a:hover {
  border-left: 3px solid #3366ff;
  text-decoration: none;
  display: block;
}
#navigation strong.menu {
  border-left: 3px solid #3366ff;
  display: block;
}

#navigation address {
  margin: 0;
  padding: 1em 0 0 1px;
  border-top: 1px solid #cccccc;
  font-style: normal;
  font-size: xx-small;
  text-transform: uppercase;
  line-height: 1.5;
  color: #999999;
  background: transparent;
}
#navigation div {
  margin: 0.7em 0 0 5px;
}

/* インフォカート商品PR
---------------------------------------------------- */
#top_ic_pr {
  margin: -10px 0px -10px 0px;
}
#top_ic_pr p {
  margin: 0px;
  padding: 5px 10px 5px 10px;
  line-height: 1.2;
  font-size: x-small;
  color: #00cc00;
  background: #eeeeee;
}
#top_ic_pr #top_ic_pr_powered {
  margin: 0px;
  padding: 5px 10px 5px 10px;
  text-align: right;
  line-height: 1.2;
  font-size: x-small;
  background: #eeeeee;
}
#bottom_ic_pr {
  clear: both;
}
#bottom_ic_pr p {
  margin: 5px;
  padding: 5px 35px 0px 10px;
  width: 742px;
  text-transform: uppercase;
  font-size: x-small;
  color: #00cc00;
}
#bottom_ic_pr p#bottom_ic_pr_powered {
  text-align: right;
}
#bottom_ic_pr #bottom_ic_pr_powered {
  margin: 0px;
  padding: 5px 10px 5px 10px;
  text-align: right;
  line-height: 1.2;
  font-size: x-small;
}

/* フッタ
---------------------------------------------------- */
#footer {
  clear: both;
}
#footer p {
  margin: 10px 0 0 0;
  padding: 1em 35px 1em 0;
  width: 742px;
  text-align: right;
  text-transform: uppercase;
  font-size: x-small;
  color: #ffffff;
  background: url(img/back.jpg) repeat-y;
}

/*
フッターリンク用
---------------------------------------------------- */
div#footer_link {
	clear: both;
	width: 755px;
	background: url(img/back.jpg) repeat-y;
}
div#footer_link_content {
	width: 200px;
	height: 10px;
	margin: 0 5px 0 0;
	padding: 3px;
	border: 1px solid #bbbbbb;
	overflow: auto;
	float: right;
}
div#footer_link_content ul {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	font-size: x-small;
	line-height: 130%;
}
