/* event-syohin.css */

/* スタイルシート エンコード指定 */
@charset "utf-8";
/* スタイルシート エンコード指定 */

html {
    background-image: url('../image_f/grey.png');
    height: 100%;
}

body {
    height: 100%;
    font-family: "Meiryo";
}

img {
  vertical-align: bottom; /* 画像間の空白を削除 */
}

#container {
     min-height: 100%;
     /* height: 100%;*/
     width: 800px;
     margin: 0 auto;
     padding: 0 10px;
     background-color: #fff;
     box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

#header {
  /* margin-bottom: 10px; */
}

/* メニューバー */
#menu {
  /* background-color: green; */
  overflow: hidden;
  /* margin-bottom: 10px; */
  text-align: center;
  font-family: "Meiryo";
}

#menu ul {
  clear:both;
	width: 800px;
	height: 28px;
}

#menu li {
  float:left;
	width: 160px;
	height: 28px;
}

#menu ul>li>a {
  display: block;
  width: 160px;
  height: 28px;
  background-image: url("../image_f/nav_a.gif");
  background-repeat: no-repeart;
  text-align: center;
  font-size: 12px;
  padding-top: 3px;
  text-decoration: none;
  color: #000000;
}

#menu li a:hover {
  background-image: url("../image_f/nav_b.gif");
	color: #ffffff;
}

/* 下部コンテンツ */
#contentus{
  /* background-color: yellow; */
  overflow: hidden;
}

#right_menu {
  /* background-color: pink; */
  float: left;
  width: 800px;
  overflow: hidden;
  margin-top: 5px;
}

div.view {
  margin-left: 10px;
  margin-bottom: 1em;
}

p.br {
  margin-bottom: 1em;
}

table.type01 td {
  /* padding: 10px; */
  border: 1px #484f4f solid;
  text-align: center;
  padding: 2px;
}

img.type01 {
  width: 255px;
  height: 255px;
  vertical-align: bottom;
}

p.b-text {
  font-weight: 700;
  font-size: 24px;
  margin-left: 10px;
}

div.left {
  margin-left: 10px;
}

/* line 用 */

img.u-line {
  margin-top: 2em;
}

p.maker02 {
  margin-top: 3em;
  margin-left: 1em;
  border-bottom: 2px solid #075b4b;
  font-size: 20px;
  font-weight: 700;
}

p.maker03 {
  margin-top: 2em;
  margin-left: 1em;
  border-bottom: 2px solid #075b4b;
  font-size: 20px;
  font-weight: 700;
}

#line {
  margin-left: 1em;
  text-align: center;
}

p.line {
  margin-top: 2em;
  font-weight: 700;
}

p.line02 {
  margin-bottom: 1em;
  font-weight: 700;
}

p.red {
  color: #ff0000;
}

span.line {
  font-size: 30px;
  color: #00ba0d;
}

img.style {
  margin-left: 3em;
}

#mail-form {
  margin-left: 10px;
  margin-top: 2em;
  text-align: center;
}

/* フッター */
#footer {
  background-color: rgb(255, 156, 64);
  margin-top: 20px;
  text-align: center;
  font-size: 120%;
  font-family: "Meiryo";
  color: rgb(255, 255, 255);
  text-shadow: 3px 3px 0 rgba(0,0,0,.2)
}
