@charset "Shift_JIS";

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

a:link {
  color: #000088;
  text-decoration: none;
}

a:visited {
  color: #330033;
  text-decoration: none;
}

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

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  background:#FFFFFF url(./images/background.gif) repeat left top;  
  font-size: 0.75em;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 160%;　　/*行送りの指定*/
  margin: 0px;　　/*マージンの指定*/
  padding: 0px;　　/*余白の指定*/
  background-color: #708070;　　/*背景色の指定*/
}

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

#zentai {
  width: 780px;
  height:100% ;
  margin: 0 auto ;
  padding: 0 ;
  background:transparent url(./images/hq_base2.jpg) left top;  
  background-repeat: repeat-y;
  text-align: left;
}

#wrapper {
  width: 780px;
  height: 1500px ;
  margin: 0  auto ;
  padding: 0 ;
  background:transparent url(./images/hq_base.jpg) left top;  
  background-repeat: no-repeat;
  text-align: left;
}

#header {
  padding: 20px 20px 10px;
  height:50px ;
}

#contents {
  float: right;
  width: 555px;
  padding: 2em 30px 4em 29px;
}

#sidebar {
  float: left;
  width: 130px;
  padding: 2em 7px;
  text-color: #FFFFFF;
}

#footer {
  float: right;
  width: 560px;
  padding: 2em 30px 4em 29px;
}

/* ---------------------------------------- #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 {
  font-size: 1.8em;
  margin-bottom: 1.2em;
  color: #FF8800;
  line-height: 130%;
  border-bottom: 3px solid #FF8800;
}

h3{
  font-size: 1.1em;
  margin-top: 0.5em;
  color: #aa6622;
  line-height: 150%;
}

h4{
  font-size: 1.1em;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
  color: #000000;
  line-height: 150%;
}


h5{
  font-size: 1em;
  margin-bottom: 0.2em;
  color: #000000;
  line-height: 150%;
}

h6 {
  font-size: 1.2em;
  margin-top: 0.8em;
  margin-bottom: 0.2em;
  color: #FF8800;
  line-height: 130%;
  border-bottom: 3px solid #FF8800;
}

#contents p{
  line-height: 160%;
 padding-left: 1em;
  text-indent: -1em;
 margin-top: 0;
  margin-bottom: 0.35em;
padding-top: 0;
padding-bottom: 0;
}

#contents td{
  line-height: 120%;
padding-left: 0;
margin-top: 0;
padding-top: 0;
padding-bottom: 0;
}

/* -- パン屑リスト -- */
#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 {
  font-size: 0.95em;
  color:#FFFFFF;
  font-weight:bold;
  padding: 0 0;
}

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

.localnavi li { display: inline;
  }

.localnavi a {
  font-size: 0.9em;
  text-decoration: none;
  color:#FFFFFF;
  line-height: 150%;
   font-weight:bold;
  display: block;
  width: 126px;
  padding: 0em 2px;
  background-color: #FF8844;
  border-top: 1px solid #ff8844;
  border-bottom: 1px solid #ff0000;
  border-left: 1px solid #ff8844;
  border-right: 1px solid #880000;
}

.localnavi a:visited {
  font-size: 0.9em;
  text-decoration: none;
  color:#FFFFFF;
  line-height: 150%;
   font-weight:bold;
  display: block;
  width: 126px;
  padding: 0em 2px;
  background-color: #FF8844;
  border-top: 1px solid #ff8844;
  border-bottom: 1px solid #ff0000;
  border-left: 1px solid #ff8844;
  border-right: 1px solid #880000;
}


.localnavi a:hover {
  text-decoration: none;
  background-color: #FF4400;
  color:#FFFFFF;
  border-top: 1px solid #880000;
  border-bottom: 1px solid #ff0000;
  border-left: 1px solid #880000;
  border-right: 1px solid #880000;
}

.localnavi a:active {
  text-decoration: none;
  background-color: #FFAA88;
  color:#FFFF00;
  border-top: 1px solid #880000;
  border-bottom: 1px solid #ff0000;
  border-left: 1px solid #880000;
  border-right: 1px solid #880000;
}


/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center;
  border-top: 1px solid #888888;
 }

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