@charset "UTF-8";

body {
  font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
  font-size: 13px;
  line-height: 1.8;
  color:#111;
}

h1 { font-size: 150%; font-weight: normal;}
h2 { font-size: 120%; font-weight: normal;}
h3 { font-size: 100%; font-weight: normal;}

hr { color: #73C663; height: 1px;}

p { margin:3px 1em 0; padding:0;}

/* リンクテキスト全般 */
a{
  outline: none;
  color: #1111cc;		/* 青 */
}
a:link, a:visited, a:active{
  text-decoration: none;
}
a:hover, a:focus{
  color: #db2414;		/* 朱色 */
  text-decoration: underline;
}

/* 画像全般 */
img{ border: none; }

/* テーブル全般 */
table {
  padding: 10px;
  border-collapse: collapse;
  font-size: 100%;
  text-align: center;
}
th {
  padding: 3px;
  border-color: #888;
  white-space: nowrap;
}
td {
  padding: 3px;
  border-color: #888;
  white-space: nowrap;
}

/* ========== 価格表 ========== */
#price th {
  background-color: #ffc;
  font-weight: normal;
}
#price td {
  padding: 3px 3px;
}

/* ========== Copyright ========== */
#copyright{
  text-align:center;
  font-size: 80%;
  /* font-style: italic; */
}
