@charset "shift_jis";

/* -------------------------------------------------------------

[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: underline; }

a:link { color: #00f; }

a:visited { color: #90f; }

a:hover { color: #f00; }

a:active { color: #f00; }

/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */

body {
  font-size: 85%;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  background: url(img/bg-body.jpg) repeat-y 50% 0;
}

#wrapper {
  text-align: left;
  width: 760px;
  margin: 0 auto;
  padding: 0 20px;
}

#header {
  width: 100%;
  height: 170px;
  margin-bottom: 30px;
  position: relative;
  background: url(img/bg-header.jpg) no-repeat 230px 70px;
}

#contents {
  width: 530px;
  float: right;
}

#sidebar {
  width: 200px;
  float: left;
}

#footer { padding: 20px 0 5px; }

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* キーワード */
h1 {
  font-size: 100%;
  font-weight: normal;
  position: absolute;
  top: 10px;
  left: 0;
  color: #360;
}

/* 企業名｜ショップ名｜タイトル */
.logo {
  font-size: 160%;
  padding-left: 0px;
  position: absolute;
  top: 30px;
  left: 0;
}

.logo a {
  text-decoration: none;
  color: #800080;
}

.logo a:hover {
  text-decoration: none;
  color: #f00;
}

/* ページの概要 */
.description {
font-size: 120%;
  position: absolute;
  top: 70px;
  left: 0;
  color: #360;
}

/* ナビゲーション */
.header-navi {
  list-style-type: none;
  position: absolute;
  top: 10px;
  right: 0;
}

.header-navi li {
  display: inline;
  background: url(img/listmark.gif) no-repeat 0 50%;
}

.header-navi a {
  text-decoration: none;
  padding: 0 15px;
  color: #360;
}

.header-navi a:hover {
  text-decoration: underline;
  color: #f00;
}

/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/* 見出し */
h2,h3,h4,h5,h6 {
  font-size: 120%;
  font-weight: normal;
  margin-bottom: 0.5em;
  padding: 5px 0 5px 25px;
  background: url(img/bg-h.gif) no-repeat 0 50%;
  color: #360;
}

h3,h4,h5,h6 { margin-top: 1em; }

/* 文字 */
#contents p {
  line-height: 1.5em;
  margin-bottom:0.5em;
}

/* リスト */
#contents li {
  line-height: 1.5em;
  margin-bottom:0.5em;
}

/* コンテンツタイトル紫 */
.contents-title {
 font-size: 120%;
  color: #800080;
}

.contents-title a {
  text-decoration: none;
  color: #800080;
}

.contents-title a:hover {
  text-decoration: none;
  color: #f00;
}

/* コンテンツタイトル緑 */
.contents-title2 {
 font-size: 120%;
  color: #360;
}

.contents-title2 a {
  text-decoration: none;
  color: #360;
}

.contents-title2 a:hover {
  text-decoration: none;
  color: #f00;
}

.float
      {
         float: left;
         margin-right: 1em;
      }
.floatclear
      {
         clear: both;
      }

#tosemibuton a{
display:block;
width:300px;
color:#F0027F;
background:url(img/tosemibuton.jpg) no-repeat;
height:30px;
line-height:30px;
text-decoration:none;
text-align:center;}

#tosemibuton a:hover{
color:orange; 
background:url(img/tosemibuton2.jpg) no-repeat;
}

#ckeizaibuton a{
display:block;
width:200px;
color:#F0027F;
background:url(img/keizaibuton.jpg) no-repeat;
height:35px;
line-height:35px;
text-decoration:none;
text-align:center;}

#ckeizaibuton a:hover{
color:orange; 
background:url(img/keizaibuton2.jpg) no-repeat;
}

#ckoresemibuton a{
display:block;
width:200px;
color:#F0027F;
background:url(img/koresemibuton.jpg) no-repeat;
height:42px;
line-height:42px;
text-decoration:none;
text-align:center;}

#ckoresemibuton a:hover{
color:orange; 
background:url(img/koresemibuton2.jpg) no-repeat;
}


/* -------------------------------------------------------------
   [4] サイドバーブロック内に関する指定 */

/* サイドバータイトル */
.side-title {
  margin-bottom: 0;
  padding-bottom: 1px;
  border-bottom: 1px solid #800080;
  color: #800080;
}

/* サイドバーメニュー */
.localnavi {
  list-style-type: none;
  margin-bottom: 2em;
}

.localnavi li { display: inline; }

.localnavi li a {
  text-decoration: none;
  width: 200px;
  padding: 5px 0;
  display: block;
  border-bottom: 1px solid #cf9;
  color: #360;
}

.localnavi li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #f00;
  color: #f00;
}

#blogbuton a{
display:block;
width:200px;
color:#F0027F;
background:url(img/blogbuton.jpg) no-repeat;
height:35px;
line-height:35px;
text-decoration:none;
text-align:center;}

#blogbuton a:hover{
color:orange; 
background:url(img/blogbuton2.jpg) no-repeat;
}

#keizaibuton a{
display:block;
width:200px;
color:#F0027F;
background:url(img/keizaibuton.jpg) no-repeat;
height:35px;
line-height:35px;
text-decoration:none;
text-align:center;}

#keizaibuton a:hover{
color:orange; 
background:url(img/keizaibuton2.jpg) no-repeat;
}

#koresemibuton a{
display:block;
width:200px;
color:#F0027F;
background:url(img/koresemibuton.jpg) no-repeat;
height:42px;
line-height:42px;
text-decoration:none;
text-align:center;}

#koresemibuton a:hover{
color:orange; 
background:url(img/koresemibuton2.jpg) no-repeat;
}
/* -------------------------------------------------------------
   [5] フッターブロック内に関する指定 */

#footer p { text-align: center; }

/* -------------------------------------------------------------
   [6] CSSデザインサンプルリンク指定 */

#cds {
  font-size: 80%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  margin: 0;
  clear: both;
}

#cds,
#cds a,
#cds a:hover {
  text-decoration: none;
  color: #ccc;
}
