@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
  line-height: normal;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #0000ff;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* -- 画像と画像リンク -- */
img,
img a,
img a:hover {
  border: 0;
  margin: 0;
  text-decoration: none;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */

body {
  font-size: 13px;
  *font-size: small;
  *font: x-small;
  text-align: center;
  font-family: メイリオ,Meiryo,"Trebuchet MS","ＭＳ Ｐゴシック", Osaka, Helvetica, sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  padding: 0;
  margin: 0;
  background-color: #e7e7eb;
}

/*--------------------------------------
	1-9.Tables Module
---------------------------------------*/


table {
	width: 100%;
	cellspacing:10px
	cellpadding: 5px;
	margin-bottom: 20px;
    border-collapse: collapse;
	border: 0px solid #aaa;
}

th,
td {
	border: 1px solid #f5f5f5;
	padding: 5px 3px;
	vertical-align: bottom;
	font-size: 12px;
}

th {
	color: #fff;
	background-color: #dcdcdc;
}

td {
	text-align: left;
}

/*--------------------------------------
	1-8.Forms Module
---------------------------------------*/

form {
	
	padding: 1px 0;
}

form dl,
form p {
	margin: 0.5em 10px;
}

fieldset {
	border: 1px solid #333;
}

legend {
	margin: 0 1em;
	padding: 0 10px;
}

input,
textarea {

	border: 1px solid #333;
	font-family: メイリオ,Meiryo,osaka;
	background-color: #f5f5f5;
}

input {
	
}

input:hover,
textarea:hover {
	border: 1px solid #333;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
}

textarea {
	
}
/*------------------------------------------------
　　ヘッダー下・リンク部分
------------------------------------------------*/
#navi-bar{
	height: 30px;
	width: 100%;
	text-align: left;
	margin: 5px 0;
	
}

.navi-ul{
	margin: 0 10px;
    padding-left: 0px;
	list-style-type: none;/*--リストの先頭のドットを消す--*/
	width: 100%;
}

.navi-ul li{
	float: left;
     padding: 5px 10px;
	line-height: 35px;
	border-right: 1px solid #cccccc;
	font-weight: bold;
     color: #ffffff;
	background: url(img/bar-back001-black.gif) repeat left center;
}

.navi-ul li a{
	text-decoration: none;/*--リンクの下線を消す--*/
	color: #ffffff;/*-----メニューの文字色------*/
	background-color: toransparent;
	display: block;
}

.navi-ul li a:link:hover, .navi-ul li a:visited:hover {
	color: #ff0066;
	background-color: transparent;/*-----メニューの文字色------*/
}


/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
  text-align: left;
  margin: 0 auto 0 auto;
  width: 980px;
  background: url(img/bg-wrapper.jpg) repeat-y 0 0;
}

#header {
  width: 100%;
  height: 210px;
  position: relative;
  margin-bottom: 1em;
  background: url(img/bg-header.jpg) no-repeat 0 0;
}


#header td {
	border: 0px;
	background-color: #fff;
}



#contents {
  float: right;
  width: 680px;
  padding-right: 10px;
  padding-leftt: 10px;
}

#sidebar {
  float: left;
  width: 260px;
  padding-left: 10px;
}

#footer {
  clear: both;
  background: url(img/bg-footer.jpg) no-repeat 0 100%;
}

/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
  font-size: 140%;
  font-weight: bold;
  color: white;
  position: absolute;
  top: 0px;
  right: 20px;
}

/* -- 企業名 ショップ名 サイト名 -- */
.logo {
  font-size: 140%;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 60px;
  left: 20px;
}

.logo a {
  text-decoration: none;
  color: #ffffff;
}

.logo a:hover {
  text-decoration: none;
  color: #ffffff;
}

/* -- 概要 -- */
.description {
  font-size: 80%;
  position: absolute;
  top: 95px;
  right: 20px;
}
/* -- ad -- */
.head_ad {
  position: absolute;
  top: 115px;
  right: 60px;
}


/* -- ad -- */
.head_ad2 {
  position: absolute;
  top: 115px;
  right: 40px;
}

/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
h2,h3,h4,h5,h6 {
 line-height: 25px;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding: 3px 10px;
}

h2,h3,h4,h5,h6 {
  
  color: white;
  background: url(img/bg-h3.jpg) no-repeat 0 50%;
  clear: both;
}
/* -- 
h2 { 
font-size: 130%;
color: white;
background: url(img/bg-h.jpg) no-repeat 0 50%;
padding: 3px 0 3px 20px; }

h3 { 
color: white;
background: url(img/bg-h3.jpg) no-repeat 0 50%; }
-- */
/* -- 文字 -- */
#contents p {
  line-height: 1.2em;
  margin: 10px 0.5em 0px;  
}

/* -- パン屑リスト -- */
#contents .topic-path { margin-bottom: 1em;
 margin-top: 0; }

/* -- ページ先頭へのリンク -- */
#contents .page-top {
  line-height: normal;
  text-align: right;
  margin-bottom: 2em;
  clear: both;
}

.clear{ clear: both;
 }
 
/* -- テーブル -- */
.option { border: 1px; }

/* ---------------------------------------- #sidebar内の指定 */

/* -- サイドバー内の文字 -- */
#sidebar p { margin-bottom: 0.5em; }


/* -- サイドバー内のタイトル -- */
#sidebar .sidetitle {
  width: 234px;
  font-size: 90%
  font-weight: bold;
  margin-left: 10px;  
  padding: 3px 0;
  color: #006699;
  background-color: #ffffff;
  border-bottom: 1px solid #006699;
}

/* -- ローカルナビゲーション -- */
.localnavi {
 list-style-type: none;
  margin-left: 10px;
  margin-bottom: 5px;
}

.localnavi li { 
     padding: 2px 0px;
	 line-height: 10px;
     display: inline; }

.localnavi a {
  text-decoration: bold;
  display: block;
  width: 234px;
  padding: 0;
  background: url(img/bg-localnavi.jpg) no-repeat 0 100%;
  border-bottom: 1px solid #cccccc;
}

.localnavi a:hover {
  text-decoration: none;
  color: #ffffff;
  background: url(img/bg-localnavi.jpg) no-repeat -260px 100%;
}

/* -- サイドバー内のお知らせ情報 -- */
#sidebar dl {
  width: 234px;
  margin-bottom: 0.5em;
  margin-left: 10px;
}

#sidebar dt {
  text-align: center;
  padding: 0.5em 0;
  color: #ffffff;
  background-color: #0066ff;
}

#sidebar dd {
  line-height: 1.2em;
  margin-bottom: 1em;
  padding: 0.5em 9px;
  border: 1px solid #0066ff;
}

/* ---------------------------------------- #footer内の指定 */

/* -- コピーライト部分 -- */
address {
  text-align: center;
  font-size: 10px;
  color: black;
  font-style: normal;
  padding-bottom: 0.5em;
}

/* -- 会社名 住所など -- */
#footer dl {
  font-size: 10px;
  text-align: right;
  padding: 3em 20px 0.5em;
}

#footer dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}

#footer dd { margin: 0; }

/* -- 会社概要 特定商取引法リンク -- */
#footer ul {
  list-style-type: none;
  padding: 0 0 1em 20px;
}

#footer li {
  font-size: 10px;
  display: inline;
  padding-left:1em;
}

/* 以下 CSSデザインサンプルクレジット部分 */
#cds { display: none; }

/* ---------------------------------------- トップページ */

/* -- お薦め商品 -- */
.ul-topinfo-list01 {
  list-style-type: none;
  width: 660px;
  padding: 0px 10px 1em 0px;
}

.ul-topinfo-list01 li {
  float: left;
  width: 210px;
  margin-right: 5px;
}

/* -- 新着商品 -- */
.dl-topinfo-list02 { width: 670px; }

.dl-topinfo-list02 dt {
  margin-bottom: 0.5em;
  color: #006699;
  background-color: #ffffff;
}

.dl-topinfo-list02 .imgbox {
  float: left;
  width: auto;
  margin: 0 2em 2em 0;
}

/* -- お知らせ / 更新情報 -- */

.dl-topinfo-list03 { margin: 0 0 1em; }

.dl-topinfo-list03 dt {
  margin-bottom: 0.5em;
  color: #006699;
  background-color: #ffffff;
}

.dl-topinfo-list03 ul {
  list-style-type: none;
  margin: 1em 0;
}

.dl-topinfo-list03 li {
  line-height: 1.6em;
  padding: 10px 0 9px;
  border-bottom: 1px solid #666666;
}

/* ---------------------------------------- 会社概要ページ */

.table-about {
  width: 100%;
  margin: 1em 10px;
}

.table-about th {
  font-weight: normal;
  width: 160px;
  padding: 0.5em 10px;
  background-color: #6699cc;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.table-about td {
  width: 380px;
  padding: 0.5em 0 0.5em 10px;
}

/* ---------------------------------------- 個人情報ページ */
.ol-privacypolicy { margin: 2em 0 1em 30px; }

.ol-privacypolicy li {
  line-height: 1.6em;
  margin-bottom: 1em;
}

/* ---------------------------------------- フォーム */


form dl { margin: 1em 0; }

form dt { margin-bottom: 2px; }

form dd { margin-bottom: 1em; }

form span {
  padding-left: 0.5em;
  color: #ff0000;
  background-color: #ffffff;
}

input { padding: 2px; }

/* ---------------------------------------- 各商品ページの指定 */

ul li{
	list-style-position: inside;
    
	}
/* -- 商品カテゴリー -- */

#contents .dl-list-01 {
  width: 670px;
  margin: 1em 0;
}

#contents .dl-list-01 dt {
  width: 220px; /* 幅調節 */
  height: 250px; /* 高さ調節 */
  float: left;
  clear: left;
}

#contents .dl-list-01 dd {
  width: 670px; /* 幅調節 */
  height: 250px; /* 高さ調節 */
  float: left;
}

/* -- 商品詳細分類 商品一覧 -- */

#contents .ul-list-02 {
  list-style-type: none;
  width: 670px;
  margin: 1em 0;
}

#contents .ul-list-02 li {
  float: left;
  height:300px;
  width:220px; /* 幅調節 */
  margin-bottom: 2em;
}

#contents .ul-list-02 dl { height: auto; } /* 高さ調節 */

#contents .ul-list-02 dt { margin-bottom: 1em; }

#contents .ul-list-02 dd { margin-bottom: 0.5em; }


/* -- 個別商品ページ -- */

#contents .dl-list-03 {
  width: 670px;
  margin: 1em 0;
}

#contents .dl-list-03 dt { margin-bottom: 1em; }

#contents .dl-list-03 dd { margin-bottom: 1em; }

 /* 画像を左寄せにする */
.left {
  float: left;
  margin: 0 2em 2em 0;
}

 /* 画像を右寄せにする */
.right {
  float: right;
  margin: 0 0 2em 2em;
}
.center{ text-align: center;}

/*　文章の3辺に枠線をつける(参考）
------------------------------------------------*/
.border-rlb {
	/*border-top:1px solid #cccccc;*/
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/*　文章の上下に破線をつける(参考）
------------------------------------------------*/
.border-tb {
	border-top: 2px dotted #cccccc;
	border-bottom: 2px dotted #cccccc;
}

/*　枠線が重複しないように消す
------------------------------------------------*/
.no-border {
	/*border-top: none;*/
	margin: 10px;
}

/*　左サイドを空ける
------------------------------------------------*/
.left-side {
margin-right: 25px;
}

