@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: #900; }

a:visited { color: #900; }

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-x 0 0;
}

/*-- 全体を囲んでいます --*/
#wrapper {
  text-align: left;
  width: 860px;
  margin: 20px auto 0;
}

/*-- ヘッダー部分 --*/
#header {
  width: 100%;
  height: 300px;
  margin-bottom: 2em;
  position: relative;
  background: url(img/bg-header.jpg) no-repeat 0 100%;
}

/*-- サイドバー部分 --*/
#left-sidebar {
  width: 180px;
  float: left;
  margin-right: 10px;
}

#right-sidebar {
  width: 180px;
  float: right;
}

/*-- コンテナー部分 --*/
#container { width: 100%; }
	
/*-- コンテンツ部分 --*/
#contents {
  width: 470px;
  float: left;
  margin-bottom: 4em;
  margin-left: 5px;
}

/*-- フッター部分 --*/
#footer {
  padding: 25px 0 10px;
  background: url(img/bg-body.jpg) repeat-x 0 0;
}

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* -- キーワード -- */
h1 {
  font-size: 120%;
  font-weight: normal;
  text-align: right;
  position: absolute;
  top: 90px;
  right: 50px;
}

/* -- 企業名｜ショップ名｜タイトル -- */
.logo {
  font-size: 140%;
  position: absolute;
  top: 15px;
  left: 0;
}

.logo a {
  font-weight: bold;
  color: #360;
  text-decoration: none;
}

.logo a:hover {
  color: #ff0000;
  text-decoration: none;
}

/* -- ページの概要 -- */
.description {
  position: absolute;
  top: 2.5em;
  right: 1em;
}

.ul-headernavi { font-size: 90%;
  list-style-type: none;
  position: absolute;
  top: 0;
  right: 0;
}

.ul-headernavi li {
  display: inline;
  padding: 0 10px 0 12px;
  background: url(img/bg-headernavi.gif) no-repeat 0 50%;
}

.ul-headernavi a,
.ul-headernavi a:hover { text-decoration: none; }

.ul-headernavi a { color: #000; }

.ul-headernavi a:hover { color: #f00; }

/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/* 見出し */
h2,h3,h4,h5,h6 {
  font-size: 120%;
  margin: 0 0 0.5em;
  padding: 5px 0 10px 35px;
  background: url(img/bg-h.jpg) no-repeat 0 0;
}

h3,h4,h5,h6 { margin-top: 3em; }

/* 文字 */
#contents p {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

/* お知らせ更新情報 */
.information {
  height: 200px;
  overflow: auto;
  margin-bottom: 20px;
  border: 1px solid #666;
}

.information dl { padding: 19px; }

.information dt { color: #900; }

.information dd {
  line-height: 1.5em;
  margin-bottom: 10px;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}

/* サイトマップ */

.sitemap1{
  margin: 25px 5px 5px;
  padding: 0 15px;
  list-style-type:none;
}

.sitemap2{
  margin: 0 15px;
  padding: 0 20px;
  background: url(img/sitemap2.gif) no-repeat 0 2px;
}

.sitemap3{
  margin: 0 55px;
  padding: 0 20px;
  background: url(img/sitemap3.gif) no-repeat 0 0;
  line-height: 18px;
}


/* 商品リンク */
.goods {
  height: 120px;
  padding: 10px 25px 15px;
}

.goods-shop { 
  text-align: center; 
  padding: 10px;
}

.goods-title { 
  padding: 15px 10px 0;
}

.goods-left {
	 float: left;
	 width: 33%;
}
.goods-center {
	float: left;
	 width: 33%;
}
.goods-right {
	float: right;
	 width: 33%;
}

/* 商品タイトル */
.maintitle {
  height: 50px;
  padding: 10px 25px;
}

.maintitle a{
  text-decoration: none;
  display: block;
  color: #000;
  height: 30px;
  width: 120px;
  font-size: 110%;
  background: url(img/bg-maintitle1.gif) no-repeat 0 0;
  padding: 15px 0 ;
  text-align:center;
  }

.maintitle a:hover {
  text-decoration: none;
  background: url(img/bg-maintitle2.gif) no-repeat 0 0;
  color: #f00;
}

/* 国旗 */
.flag {
  height: 80px;
  padding: 10px 25px 15px;
  text-align:center;
}

.flag a {
  display:block;
  color: #fff;
}

/* 旅インフォ */
.info-left {
  margin: 0 20px;
	 float: left;
	 width: 40%;
	 height: 120px;
	 line-height:150%;
	 font-size: 90%;
}

.info-right {
  margin: 0 20px;
	 float: right;
	 width: 40%;
	 height: 120px;
	 line-height:150%;
	 font-size: 90%;
}

.info-left a,
.info-right a{
  width: 180px;
  margin-bottom: 5px;
  padding: 5px 0 5px;
  display:block;
  color: #fff;
  text-decoration: none;
  background: url(img/bg-h-short3.gif) no-repeat 0 0;
  font-size: 120%;
  text-align:center;
}

.info-left a:hover,
.info-right a:hover{
  width: 180px;
  margin-bottom: 5px;
  padding: 5px 0 5px;
  display:block;
  color: #000;
  text-decoration: none;
  background: url(img/bg-h-short4.gif) no-repeat 0 0;
  font-size: 120%;
}

/* -------------------------------------------------------------
   お問い合わせ */

#table3 th {
  text-align:left;
  width:60px;
  padding: 10px 5px 10px 35px;
}

.err_message{
  color:#f00;
  font-size: 90%;
}


/* -------------------------------------------------------------
   [4] サイドバーブロック内に関する指定 */

#left-sidebar,
#right-sidebar { font-size: 90%; }

/* モーションウィジェット */
.motion {
	text-align:center;
}

/* 商品リンク */
.side-goods {
	text-align:center;
}

/* サイドバータイトル */
.side-title {
  text-align: center;
  padding: 5px 0 5px;
  background: url(img/bg-sidetitle.jpg) no-repeat 0 0;
  color: #fff;
}

.side-title2 {
  list-style-type: none;
  text-align: center;
  margin: 0 0 10px;
}


.side-title3 {
  list-style-type: none;
  text-align: center;
  margin: 0;
}

.side-title2 a,
.side-title3 a {
  text-decoration: none;
  display: block;
  color: #000;
  background: url(img/bg-sidetitle1.jpg) no-repeat 0 0;
  width: 180px;
  padding: 8px 0;
  font-size: 110%;
}

.side-title2 a:hover,
.side-title3 a:hover  {
  text-decoration: none;
  background: url(img/bg-sidetitle2.jpg) no-repeat 0 0;
  color: #f00;
}


.localnavi {
  list-style-type: none;
  margin-bottom: 10px;
}

.localnavi li { display: inline; }

.localnavi a {
  text-decoration: none;
  width: 170px;
  display: block;
  padding: 4px;
}

#left-sidebar .localnavi a,
#right-sidebar .localnavi a  {  
  border: 1px outset #eee;
  background-color: #eee;
  color: #000;
}


#left-sidebar .localnavi a:hover,
#right-sidebar .localnavi a:hover {
  text-decoration: none;
  background-color: #ffc;
  color: #f00;
  border: 1px outset #fff;
}

/*----------------------サイドバー内のDIV
ボーダーはこの部分に指定してあります。
#sidebarで幅を変更した場合など、ここで
メニューなどの幅を指定します。
.localnavi等の幅指定は要りません。
----------------------------------------*/
#left-sidebar div,
#right-sidebar div {
  width: 170px;
  margin-bottom: 2em;
  padding: 4px;
  border: 1px solid #666;
}

#left-sidebar dt,
#right-sidebar dt {
  margin-bottom: 0.5em;
  color: #903;
}

#left-sidebar dd,
#right-sidebar dd {
  margin-bottom: 1em;
  line-height: 1.5em;
}

#left-sidebar div p,
#right-sidebar div p { margin-bottom: 1em; }

#left-sidebar div ul,
#right-sidebar div ul { margin-left: 15px; }

#left-sidebar div ol,
#right-sidebar div ol { margin-left: 25px; }

#left-sidebar div li,
#right-sidebar div li { margin-bottom: 0.5em; }

/* -------------------------------------------------------------
   [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: #996;
}
