@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(../omoiyari/img/bg-body1010.jpg) repeat-y 50% 0;
}

#wrapper {
  text-align: left;
  width: 900px;
  margin: 0 auto;
  padding: 0 1px;
}

/* 2013/12/21 
#header {
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
  position: relative;
  background: url(../omoiyari/img/bg-header.jpg) no-repeat 230px 100px;
}
*/
#header {
  width: 100%;
  height: 260px;
  margin-bottom: 20px;
  position: relative;
  background: url(../omoiyari/img/bg-header.jpg) no-repeat 0px 100px;
}

#contents {
  width: 630px;
  float: right;
}

#sidebar {
  width: 240px;
  float: left;
}

#footer { padding: 20px 0 5px; }

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* キーワード */
h1 {
  font-size: 100%;
  font-weight: normal;
  position: absolute;
  top: 18px;
  left: 0;
}

/* 企業名｜ショップ名｜タイトル */
.logo {
  font-size: 160%;
  padding-left: 20px;
  position: absolute;
  top: 34px;
  left: 0;
  background: url(../omoiyari/img/ciss_mark24.gif) no-repeat 0 50%;
}

.logo a {
  text-decoration: none;
  color: #fff;
}

.logo a:hover {
  text-decoration: none;
  color: #f00;
}

/* ページの概要 */
.description {
  font-size: 160%;
  position: absolute;
  top: 60px;
  left: 0;
}

/* ナビゲーション */
.header-navi {
  list-style-type: none;
  position: absolute;
  top: 10px;
  right: 0;
}

.header-navi li {
  display: inline;
  background: url(../omoiyari/img/listmark2.gif) no-repeat 0 50%;
}

.header-navi a {
  text-decoration: none;
  padding: 0 15px;
  color: #009aba;
}

.header-navi a:hover {
  text-decoration: underline;
  color: #f00;
}

/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/* 見出し */
h2,h3,h4,h5,h6 {
  font-size: 120%;
  font-weight: normal;
  margin-bottom: 1em;
  padding: 5px 0 5px 25px;
  background: url(../omoiyari/img/bg-h.gif) no-repeat 0 50%;
}

h3,h4,h5,h6 { margin-top: 3em; }

/* 文字 */
#contents p {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

/* -------------------------------------------------------------
   [4] サイドバーブロック内に関する指定 */

/* サイドバータイトル */
.side-title {
  margin-bottom: 0;
  padding-bottom: 1px;
/*  border-bottom: 1px solid #996;*/
/*  color: #996;*/
  border-bottom: 1px solid #0aa;
  color: #0aa;
}

/* サイドバーメニュー */
.localnavi {
  list-style-type: none;
  margin-bottom: 2em;
}

.localnavi li { display: inline; }

.localnavi li a {
  text-decoration: none;
  width: 240px;
  padding: 5px 0;
  display: block;
  border-bottom: 1px solid #cc9;
  color: #333;
}

.localnavi li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #f00;
  color: #f00;
}

.localnavi_np {
  list-style-type: none;
  margin-bottom: 2em;
}

.localnavi_np li a {
  text-decoration: none;
  width: 240px;
  padding: 5px 0;
  display: block;
  border-bottom: 1px solid #cc9;
  color: #CC6600;
}

.localnavi_np li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #f00;
  color: #f00;
}

/* -------------------------------------------------------------
   [5] フッターブロック内に関する指定 */

#footer p { text-align: center; }

/* -------------------------------------------------------------
   [6] CSSデザインサンプルリンク指定 */

#footwork {
  font-size: 80%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  margin: 0;
  clear: both;
}

#footwork,
#footwork a,
#footwork a:hover {
  text-decoration: none;
  color: #eee;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 0px solid #cccccc;
	font-size: 90%;
	color: #eeeeee;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}



#imgHover {
  position: relative;
  margin-top: 10px;
  width: 900px;
}
#imgHover #imgFrame {
  border: solid 0px #099;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 0px;
  text-align: left;
  width: 200px;
  width: 640px;
  height: 124px;
  height: 375px;
  height: 480px;
  background:url(../omoiyari/img/omoiyari_network640x480.jpg);
}
#imgHover #imgHoverList {
  list-style: none;
  position: relative;
}
#imgHover ul li {
  float: left;
  margin-right: 5px;
}
#imgHover ul li img {
  border: none;
}
#imgHover ul li a {
  border-bottom: 0px;
  display: block;
}
#imgHover ul li a:hover {
  position: static;
}
#imgHover ul li a .mainImage {
  display: none;
}
#imgHover ul li a:hover .mainImage {
  display: block;
  position: absolute;
  top: 0px;
  left: 260px;
  left: 260px;
}
