@charset "UTF-8";
.clear {
  clear: both;
}

body {
  /*font-family: 'Kozuka Mincho Pro', 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;*/
  font-family: "ＭＳ 明朝";
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
table,
th,
td {
  margin: 0;
  padding: 0;
}

img {
  border: 0 none;
}

a:link {
  color: #0077B3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#wrapper {
  margin: 0 auto;
  width: 960px;
}

#header .inner {
  padding: 0;
}

#language {
  position: absolute;
  margin: 50px 0 0 490px;
}

ul {
  list-style: none;
}

.pageTop {
  clear: both;
  float: right;
  margin: 40px 0px;
}

/* .header */
.header {
  height: 100px;
  background: url(../images/header_bg.jpg) no-repeat;
}

.header__info {
  float: right;
  padding: 15px 10px 3px;
  line-height: 1.25;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 14px;
}

.header__info p {
  font-weight: bold;
}

.header__red {
  color: #d11;
}

.header__tell {
  font-size: 24px;
}

.header__time {
  font-size: 16px;
}

.header__lastorder {
  font-size: 16px;
  padding-left: 50px;
}

/* .menu-m */
.menu-m {
  margin: 10px 0px 10px 0px;
}

.menu-m ul {
  height: 40px;
  background: url(../images/header_menu_on.jpg) no-repeat;
}

.menu-m li {
  float: left;
}

.menu-m a {
  display: inline-block;
}

.menu-m a:hover {
  background-color: transparent;
}

.menu-m a:hover img,
.menu-m a.selected {
  visibility: hidden;
}

/* .foot */
#footer {
  clear: both;
  float: left;
  border-top: none;
}

/* .menu-m */
#footer .menu-m ul {
  height: 40px;
  width: 960px;
  background: url(../images/footer_menu_on.jpg) no-repeat;
  margin: 30px 0 5px;
}

#text_footer {
  font-size: 70%;
  text-align: center;
  color: #9d9d9d;
  line-height: 18px;
  font-family: "Times New Roman", Times, serif;
  margin: -3px 0 17px;
}

/* #contents */
#contents {
  color: #231815;
  font-size: 100%;
}

.title {
  margin: 50px 0 0 40px;
}

.text {
  padding: 40px 0 0 40px;
  line-height: 25px;
}

table {
  margin-top: 40px;
}

td {
  text-align: left;
  vertical-align: top;
}

td .title {
  margin-top: 0;
}

td p {
  padding: 15px 40px;
  line-height: 25px;
}
