﻿@charset "utf-8";
/* reset */
* {
  margin: 0;
  padding: 0;
  font-style : normal;
  font-weight : normal;
  font-size: 100%;
  outline:0;
  list-style:none;
}
/* all */
html {
  height:100%;
  width:100%;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  width:100%;
  height:100%;
  background:#fff;
}

div {
  border:0px solid #333;
}

#wrap {
  width:400px;
  height:500px;
  margin:20px auto;
}

#wrap #content {
  width:380px;
  height:480px;
  margin:10px auto;
}

#wrap #content h1 {
  width:143px;
  height:82px;
  overflow:hidden;
  text-indent:-9999px;
  background : url(../mm/top_logo.gif) no-repeat;
}

#wrap #content #form {
  font-size:14px;
  font-weight:bold;
  line-height:1.8em;
  letter-spacing:.8;
  color:#333;
  background:#efdddd;
  height:80px;
  position:relative;
}

#wrap #content #form form{
  background:;
  height:60px;
  width:310px;
  position:absolute;
  top:10px;
  left:35px;
}

#wrap #content p {
  font-size:14px;
  line-height:1.4em;
  letter-spacing:.8;
  color:#333;
  margin:10px 0;
}

#wrap #content ul li {
  font-size:12px;
  line-height:1.8em;
  letter-spacing:.8;
  color:#333;
}

