@charset "shift_jis";

#contents p.file-dl a {
  text-align: center;
  text-decoration: none;
  width: 30%;
  padding: 0.5em 0;
  display: block;
  background-color: #666;
  color: #fff;
}

#contents p.file-dl a:hover {
  background-color: #6c0;
  color: #f00;
}

/* -- リスト -- */
#contents ul { margin: 1em 0 1em 20px; }

#contents ol { margin: 1em 0 1em 25px; }

#contents li {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/* -------------------------------------------------------------

[1] レイアウトに関する指定
[2] ヘッダーブロック内に関する指定
[3] コンテンツブロック内に関する指定
[4] サイドバーブロック内に関する指定
[5] フッターブロック内に関する指定
[6] CSSデザインサンプルリンク指定

----------------------------------------------------------------
CSSデザインサンプ [ URL ] http://www.css-designsample.com
------------------------------------------------------------- */


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

/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: none; }

a:link { 
	color: #fff;
	font-weight: bold;
}
a:hover { color: #ff9900; }

/*a:visited { color: #90f; }


a:active { color: #f00; }*/

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

body {
 font-size: 12px;/*;85%*/
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
  padding: 0;
  margin: 0;
 /* background: url(img/bg-body.jpg) repeat-x 0 0;*/
}

#wrappers {
  text-align: left;
  width: 900px;
  margin: 0 auto;
}

#header {
  width: 100%;
  height: 165px;
  position: relative;
  background-image: url('../img/hedimg.png');
  background-repeat:no-repeat;
}

#contents_home {
  width: 100%;
  height: 450px;
  margin: -0px;
  /*float: left;
  padding-top: 60px;*/
  background: url('../img/home01.png') no-repeat 0 0;
}
#contents_home2 {
  width: 100%;
  height: 270px;
  margin-left:15px;
  /* margin: -0px;
 float: left;
  padding-top: 60px;*/
  background: url('../img/home02.png') no-repeat 0 0;
}
#contents_kind {
  width: 100%;
  height: 600px;
  margin: -0px;
  /*float: left;
  padding-top: 60px;*/
  background: url('../img/contents-hed.png') no-repeat 0 0;
}
#contents_order {
  width: 100%;
  height: 650px;
  margin: -0px;
  /*float: left;
  padding-top: 60px;*/
  background: url('../img/contents-hed.png') no-repeat 0 0;
}
#contents_inq {
  width: 100%;
  height: 450px;
  margin: -0px;
  /*float: left;
  padding-top: 60px;*/
  background: url('../img/contents-hed.png') no-repeat 0 0;
}

#sidebar {
  width: 200px;
  float: right;
  margin-top: 30px;
  padding-top: 30px;
  padding-left: 30px;
  background: url(img/bg-sidebar.gif) no-repeat 100% 0;
}

#footer {
  height: 40px;
  padding-top: 30px;
  background: url(img/bg-footer.gif) no-repeat 0 100%;
}

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* キーワード */
h1 {
  font-size: 100%;
  font-weight: normal;
  position: absolute;
  top: 10px;
  right: 0;
}

/* 企業名｜ショップ名｜タイトル */
.logo {
  font-size: 150%;
  height: 35px;
  padding-top: 15px;
  padding-left: 50px;
  position: absolute;
  top: 10px;
  left: 0;
  background: url(img/bg-logo.gif) no-repeat 0 0
}

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

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

/* ページの概要 */
.description {
  position: absolute;
  top: 70px;
  left: 50px;
}

/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/* 見出し */
h2,
h3,
h4,
h5,
h6 {
  font-size: 120%;
  font-weight: normal;
  margin-bottom: 1em;
  padding: 5px 0 5px 25px;
}

h2 { background: url(img/bg-h2.gif) no-repeat 0 50%; }

h3,
h4,
h5,
h6 {
  margin-top: 3em;
  background: url(img/bg-h.gif) no-repeat 0 50%;
}

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

/* -------------------------------------------------------------
   [4] サイドバーブロック内に関する指定 */

/* サイドバータイトル */
.side-title {
  text-align: right;
  padding-bottom: 2px;
  color: #069;
}

/* サイドバーメニュー */
.localnavi {
  list-style-type: none;
  font-size: 95%;
  margin-bottom: 2em;
  padding: 3px;
  background-color: #ccf;
}

.localnavi li { display: inline; }

.localnavi li a {
  text-decoration: none;
  width: 184px;
  padding: 4px 4px;
  display: block;
  border: 1px outset #ccf;
  background-color: #eee;
  color: #333;
}

.localnavi li a:hover {
  text-decoration: none;
  border: 1px outset #ccf;
  background-color: #cc9;
  color: #f00;
}

/* -------------------------------------------------------------
   [5] フッターブロック内に関する指定 */

#footer p {
  width: 570px;
  text-align: center;
  color: #036;
}

/* -------------------------------------------------------------
   [6] CSSデザインサンプルリンク指定 */

#cds {
  font-size: 80%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-align: right;
  clear: both;
}

#cds,
#cds a,
#cds a:hover {
  text-decoration: none;
  color: #999;
}