* {
  font-family: Tahoma, Helvetica, verdana, 'trebuchet ms', sans-serif, Osaka,"ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "ＭＳ ゴシック";
}

html {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  font-size: 80%;
  color: #2A2A2A;
  background-color: #FFF;
}

.clear {
  padding: 0;
  clear: both;
  overflow: hidden;
  width: 1px;
  height: 1px;
  border: 0;
  font-size: 0;
  line-height: 0;
}

a {
  text-decoration: none;
}

a img {
  border: 0px;
}

a:link {
  color: #996666;
  background-color: transparent;
}

a:visited {
  color: #996666;
  background-color: transparent;
}

a:hover {
  color: #008811;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #008811;
  background-color: transparent;
  text-decoration: underline;
}

p {
  margin: 0px;
  padding: 2px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
  font-size: 160%;
}

h2 {
  font-size: 140%;
  font-weight: bold;
}

h3, h4 {
  font-size: 120%;
}

h5, h6 {
  font-size: 100%;
}

blockquote {
  margin: 0px;
  padding: 5px 10px;
}

/* 問い合わせフォーム */
table.inquiry-form-table {
  margin : 5px 0px;
  padding : 0px;
  width : 95%;
  text-align : left;
  table-layout : fixed;
  border-collapse : collapse;
  border : 1px solid #CCCCCC;
}

.inquiry-form-table th {
  margin : 0px;
  padding : 5px;
  width : 25%;
  font-weight : normal;
  color : #2A2A2A;
  background-color : #EEEEEE;
  border-top : 1px solid #CCCCCC;
  border-right : 1px solid #CCCCCC;
  border-bottom : 1px solid #CCCCCC;
  border-left : 5px solid #00B66E; /* 緑色*/
}

.inquiry-form-table td {
  margin : 0px;
  padding : 5px;
  width : 60%;
  color : #2A2A2A;
  background-color : #FFFFFF;
  border : 1px solid #CCCCCC;
}

.inquiry-notice p {
  margin : 2px;
  padding : 0px;  
}

.notice {
  color : red;
}