@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */

@import url(../face/1.css);
* {
  padding : 0px;
  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: 15px;
	text-align: center;
       font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color : rgb(75, 75, 75);/* 標準文字色 */
	background-color : rgb(255, 255, 255);
	line-height: 1.5;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

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

#wrapper {
	text-align: left;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width : 870px;
}

#header {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#contents {
	width : 630px;
	padding-top : 2px;
	padding-right: 10px;
	padding-bottom: 1em;
	padding-left: 10px;
	text-align: left;
	
  float : right;
  list-style-type : disc;
}

#sidebar {
  float: left;
  width : 190px;
  padding : 2em 10px 2em 5px;
}

#footer {
  clear: both;
  padding: 0.5em 0 1em;
}

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

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

/* -- 企業名 ショップ名 サイト名 -- */
.logo {
  font-size: 1.8em;
  margin-bottom: 0.5em;
}

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

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

/* -- 概要 -- */
.description { }

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

/* -- 見出し -- */
h2,h4,h5,h6 {
	font-size: 18px;
	margin-bottom: 10pt;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: rgb(255, 210, 232);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(255, 210, 232);
	font-family: "ＭＳ ゴシック";
	color: rgb(0, 83, 138);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(255, 210, 232);
	line-height: 1.6;
}

h3,h4,h5,h6 {
	font-size: 16px;
	margin-bottom: 1em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-left-width: 10px;
	border-left-style: none;
	border-left-color: rgb(0, 153, 255);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(0, 153, 255);
	font-family: "ＭＳ ゴシック";
	color: rgb(0, 83, 138);
}
H3,H4,H5,H6 {
	margin-top : 2em; 
}

/* -- 文字 -- */
#contents p {
	line-height: 1.5;
	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-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(147, 211, 255);
	font-weight: bold;
	color: rgb(0, 83, 138);
}

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

.localnavi li {
	display: inline; 
}

#banner A#banner-orderryokin {
	/* オーダー料金 */
	height: 20px;
	background-position: left top;
	background-repeat: no-repeat;
}

.localnavi A {
	text-decoration: none;
	display: block;
	width : 185px;
	padding-top: 0.5em;
	padding-right: 5px;
	padding-bottom: 0.5em;
	padding-left : 10px;
	background-color: rgb(230, 247, 255);
	color: rgb(0, 83, 138);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(147, 211, 255);
	font-size : 90%;
}

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

/* ---------------------------------------- #footer内の指定 */
#footer p {
	text-align: center;
	font-size: 12px;
	border-width: 1px;
	border-style: solid none none;
	border-color: rgb(132, 215, 255);
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

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