@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;
}

#wrapper {
  text-align: left;
  margin: 0 auto;
  padding: 10px 10px 0;
  width: 840px;
  background: url(img/bg-wrapper.jpg) repeat-y 0 0;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}

#header {
  height: 130px;
  margin-bottom: 20px;
  background: url(img/bg-header.jpg) no-repeat 0 0;
}

#header-inner {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(img/bg-header-inner.jpg) no-repeat 100% 0;
}

#container {
  width: 660px;
  float: left;
}

#contents {
  width: 460px;
  float: right;
}

#left-sidebar {
  width: 180px;
  float: left;
}

#right-sidebar {
  width: 160px;
  float: right;
}

#footer {
  padding: 20px 0 30px;
  background: url(img/bg-footer.jpg) repeat-x 0 0;
}

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

/* キーワード */
h1 {
  font-size: 140%; /* 100から180に変更.140 */
  font-weight: normal;
  position: absolute;
  top: 10px;
  left: 20px;
}

/* 企業名｜ショップ名｜タイトル */
.logo {
  font-size: 180%; /* 120から250に変更,180 */
  font-weight: bold;
  position: absolute;
  top: 40px; /* 30から40に変更 */
  left: 20px;
}

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

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

/* ページの概要 */
.description {
  position: absolute;
  bottom: 10px;
  left: 20px;
}

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

/* -- 見出し -- */
h2,h3,h4,h5,h6 {
  font-size: 120%;
  font-weight: normal;
  margin-bottom: 1em;
  padding-left: 20px;
  background: url(img/bg-h.gif) no-repeat 0 0;
}

h3,h4,h5,h6 { margin-top: 3em; }

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

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

/* -- サイドバータイトル -- */
.side-title { padding-bottom: 2px; }

/* -- リスト/サイドバーメニュー -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 20px;
}

.localnavi li { display: inline; }

.localnavi a {
  font-size: 90%;
  text-decoration: none;
  width: 170px;
  padding: 4px 4px;
  display: block;
  border: 1px outset #eee;
  background-color: #363;
  color: #fff;
}

.localnavi a:hover {
  text-decoration: none;
  border: 1px outset #eee;
  background-color: #9c0;
  color: #f00;
}

#right-sidebar .localnavi li a {
  font-size: 90%;
  text-decoration: none;
  width: 150px;
  padding: 4px 4px;
  display: block;
  border: 1px outset #eee;
  background-color: #363;
  color: #fff;
}

#right-sidebar .localnavi li a:hover {
  text-decoration: none;
  border: 1px outset #363;
  background-color: #9c0;
  color: #f00;
}

.sidebar-dl {
  font-size: 90%;
  margin: 0 0 20px;
}

.sidebar-dl dt {
  text-align: center;
  padding: 4px 0;
  background-color: #363;
  color: #fff;
}

.sidebar-dl dd {
  line-height: 1.5em;
  margin-bottom: 10px;
  padding: 9px;
  border: 1px solid #363;
}

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

#footer p {
  text-align: center;
  padding-top: 20px;
  color: #fff;
}

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

#cds {
  font-size: 80%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-align: left;
  margin: 0;
  padding: 5px 0 0 5px;
  clear: both;
  background: url(img/bg-cds.jpg) no-repeat 0 0;
}

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

/*================================================
 *  スライドショー ※追記
 ================================================*/
/* スライドショー */
.slide {
	display:none;
	position:relative;
	overflow:hidden;
	margin:10px 0;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:30px; /*スライド写真位置の丸の横幅 10*/
	height:30px; /*スライド写真位置の丸の縦幅 10*/
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#0088FF; /*スライド写真位置の丸*/
}
