@charset "UTF-8";

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

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

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

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

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  font-size: 0.85em;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
}

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

#wrapper {
  text-align: left;
  margin: 0.5em auto 0;
  width: 800px;
  border: 1px solid #cccccc;
}

#toplink {
  text-align: right;
  margin: 0.5em auto 0;
  line-height:1.5em;
  width: 800px;
}

#header {
  padding: 10px 10px 0 38px;
  border-bottom: 1px solid #cccccc;
  height:190px;
}

#contents {
  float: left;
  width: 540px;
  padding: 2em 29px 4em 30px;
  border-right: 1px solid #cccccc;
}

#sidebar {
  float: right;
  width: 175px;
  padding: 7px 10px;
}

#footer {
  clear: both;
  padding: 0.5em 0.5em 1em 0.5em;
  border-top: 1px solid #cccccc;
}

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

/* -- 見出しレベル1 -- */
h1 {
  text-align: right;
  font-size: 1em;
  font-weight: normal;
  float:right;
}

/* -- 企業名 ショップ名 サイト名 -- */
.logo {
  font-size: 1.5em;
  margin-bottom: 0.3em;
  margin-left:290px;
  font-weight:bold;
}

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

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

/* -- 概要 -- */
ol.desc {
	list-style-type: cjk-ideographic;
	margin: 0 15px 5px 315px;
	line-height:1.4em;
}

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

/* -- 見出し -- */
h2,h3,h4,h5,h6 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #000000;
  border-bottom: 1px solid #000000;
}

h3,h4,h5,h6 { margin-top: 2.5em; }

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

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

/* -- 以下 リスト関係 -- */
#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }

#contents ul { margin: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }

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

/* -- カテゴリタイトル -- */
.sidetitle {
  padding: 0.5em 0;
  border-bottom: 1px solid #666666;
}

/* -- リスト -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 2em;
}

.localnavi li { display: inline; }

.localnavi a {
  text-decoration: none;
  display: block;
  width: 170px;
  padding: 0.5em 5px;
  background-color: #eeeeee;
  color: #000000;
  border-bottom: 1px solid #cccccc;
}

.localnavi a:hover {
  text-decoration: none;
  background-color: #999999;
  color: #000000;
  border-bottom: 1px solid #ff0000;
}

/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }

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

#result{
width:550px;
}

.shohin {font-family: "ＭＳ Ｐゴシック",sans-serif; font-size:12px; border:1px dotted #FEC042; width:510px; margin:10px 20px; padding:5px;text-align:left; position:relative; }
.shohin a{ color:#FA7A01;font-weight:bold; }
.shohin img{ float:right; position:relative;margin:0 10px;}
.kakaku { margin:5px 0 0 0; font-family: "ＭＳ Ｐゴシック",sans-serif; font-size:12px; text-align:left; font-weight:bold; }
img{ border: 0px; }
.table { border-bottom: 1px dotted #ccc; }
.tx_main {font-size: 12px; line-height: 14px; color: #333333 }
.tx_bold {font-size: 12px; font-weight: bold; color: #333333 }
.red{color:#FF0000;font-weight:bold;font-size:1.5em}
.grey{color:#999999;font-size:1.2em}

#fb-root{
float:left;
}

div.fb-like{
margin: 0 20px 0 5px;
padding-top:3px;
float:right;
width:50px;
}

ul#shops{  
  list-style-type: none;  
  margin: 0;  
  padding: 0;
clear:both;
}  
  
ul#shops li{  
  float: left;  
  width: 150px;  
  margin: 0;  
  padding: 0;  
} 