@charset "UTF-8";

/*
-----------------------------------------------------------
i-Feeling
-----------------------------------------------------------
base.css
-----------------------------------------------------------
*/

/* レイアウト
---------------------------------------------------- */
html {
  background-color: #f5deb3;
}

body {
  width: 100%;
  font: normal 14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #000000;
  vertical-align: top;
  letter-spacing: 1px;
  text-align: left;
}

table {
  font: normal 14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

a {
  color: #000000;
}

#container {
  width: 960px;
  margin: 0px auto 0px auto;
  padding-bottom: 10px;
}

/* ヘッダー
---------------------------------------------------- */
header {
  width: 100%;
  height: 70px;
  margin-bottom: 5px;
  background-color: #ffffff;
  display: block;
}

/* ナビ（メイン）
----------------------------------------------- */
#box_navi {
  width: 100%;
  height: 62px;
  margin-bottom: 5px;
  background-color: #ffffff;
}

/* ボディ
---------------------------------------------------- */
#trunk {
  width: 100%;
  min-height: 450px;
  background-color: #ffffff;
}

/* 共通
---------------------------------------------------- */
.fleft {
  float: left;
}

.fright 
{
  float: right;
}

.fclear {
  clear: both;
}

.taleft {
  text-align: left;
}

.taright 
{
  text-align: right;
}

.tacenter {
  text-align: center;
}
