@charset "UTF-8";

/* ベース部分のcss */
/* \*//*/
* { font-family: Osaka, verdana, 'trebuchet ms', "Hiragino Kaku Gothic Pro", "Hiragino Kaku Ghothic Pro W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif ; }
/**/
/* 今度はMac版 IE 5.x にのみ適用させないスタイル \*/
* { font-family: verdana, 'trebuchet ms', "Hiragino Kaku Gothic Pro", "Hiragino Kaku Ghothic Pro W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif ; }
/*ここから以降は、どのブラウザも正しく認識できるスタイルのみを記述*/

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #444;
    font-size: 12px;
    line-height: 140%;
    background-image: url(../img/background.gif);
    background-repeat: repeat-x;
}
a {
    color: #36f;
    text-decoration: none;
}
a:hover {
    color: #f33;
}
img {
    border: 0;
}

h1 {
    position: absolute;
    top: 40px;
    color: #fff;
    margin: 0;
    margin-top: 15px;
    padding: 0;
    padding-top: 70px;
    padding-left: 30px;
    font-size: 24px;
    font-weight: bold;
    z-index: 1;
    background-image: url(../img/head.jpg);
    background-repeat: no-repeat;
    width: 870px;
    height: 30px;
}
* html h1 {
    top: 55px;
    margin-top: 0;
}
*+html h1 {
    top: 55px;
    margin-top: 0;
}

address {
	font-style: normal;
}

/* contents */
#contents {
    margin-top: 120px;
}

/* float解除用 clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#container {
    margin: 0 auto;
    width: 900px;
}

#topnavi ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#topnavi li {
    margin: 0;
    padding: 0;
    height: 50px;
    float: left;
    text-align: center;
    background-image: url(../img/navi_line.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}
#topnavi li a {
    display: block;
    color: #fff;
    font-weight: bold;
    margin-top: 32px;
}
#topnavi li a:hover {
    color: #fdc;
}
#topnavi .navi01 { width: 70px; }
#topnavi .navi02 { width: 70px; }
#topnavi .navi03 { width: 120px; }
#topnavi .navi04 { width: 80px; }
#topnavi .navi05 { width: 70px; }
#topnavi .navi06 { width: 70px; }
#topnavi .navi07 { width: 75px; }
#topnavi .navi08 { width: 90px; }
#topnavi .navi09 { width: 70px; }
#topnavi .navi10 { width: 80px; }
#topnavi .navi11 { width: 90px; }

#bottomnavi ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none;
}
#bottomnavi li {
    margin: 0;
    padding: 0 5px;
    float: left;
    border-left: 1px #999 solid;
    font-size: 10px;
}
#bottomnavi .navi_right {
    border-right: 1px #999 solid;
}

#footer {
    margin-top: 10px;
    padding: 10px;
    background-color: #eee;
    text-align: center;
}

.b_b {
	font-weight: bold;
}
.f_left {
    text-align: left;
}
.f_center {
    text-align: center;
}
.f_right {
    text-align: right;
}

/* color */
.red { color: #f33; }
.green { color: #008000; }
.blue { color: #0000ff; }
.purple { color: #800080; }
.brown { color: #a52a2a; }
.aqua { color: #7fffd4; }
.darkblue { color: #00008b; }
.royalblue { color: #4169e1; }
.orange { color: #ffa500; }
.pink { color: #ff1493; }
.limegreen { color: #32cd32; }

/* e-shop */
#tagwalkv_box table {
	margin: 10px auto;
}
