*{margin:0;padding:0;border:none;}

body{
    font-size:12px;
    font-family:Verdana,ＭＳ ゴシック;
    background-image:url('img/bg.gif');
    color:#666;
    line-height:1.6em;
}

a{text-decoration:none;}
a:link,a:active{color:#0082e8;}
a:visited{color:#0082e8;}
a:hover{color:#57D2EF;}

dl.menu{
    width:280px;
    margin:5px 25px;
    float:left;
}
dt.menu{font-family:"Century Gothic";}
dd{
    margin:0 0 0 10px;
    padding:5px 10px;
    border-left:1px dotted #000;
    border-bottom:1px dotted #000;
}
dl{margin:10px 20px;}
dt{font-family:"Century Gothic";font-size:12px;padding:3px 0;color:#000000;}

.box1{
    text-align:center;
    width:100%;
}
.box2{
    text-align:left;
    margin:0px auto;
    width:750px;
    background-color:#EFEFEF;
    border:1px solid #000000;
    border-width:0 1px 1px;
}	
h1{
    text-align:right;
    margin:10px 0px;
    padding:10px 10px;
    font-family:"Franklin Gothic Medium";
    font-size:x-large;
    background-color:#ffffff;
    font-weight:normal;
}
h1:first-letter{color:#0082e8;}
h2{
    height:30px;
    line-height:30px;
    background:url('img/midashi.gif') left bottom no-repeat;
    color:#f7f7f7;
    margin:10px 0;
    padding:0 15px;
    font-size:12px;
    border-bottom:1px solid #000000;
}

p{padding:5px 20px;}

.back{text-align:right;padding:2px 5px;border-top:1px dotted #000000;}
br.clear{clear:both;}



/* メールフォーム */
.te_mailform {
  width:350px ;
  text-align:center ;
  font:12px Tahoma ;
  color:#000000 ;
}
.te_mailform a {
  color:#999999 ;
  text-decoration:none ;
}
.te_mailform a:hover {
  color:#000000 ;
  text-decoration:none ;
}
.te_mailform br{
  line-height:5px ;
}

/* メールフォームタイトル */
.te_mailform .title {
  margin:14px ;
  color:#000000 ;
}

/* メールフォーム説明 */
.te_mailform .explain {
  margin:12px ;
  color:#999 ;
  line-height:16px ;
}

/* フォーム名 */
.te_mailform .main{
  letter-spacing:1.6px ;
  text-align:right ;
}

/* フォーム内input */
.te_mailform input {
  width:160px ;
  border:solid 1px #cccccc ;
  background:#cccccc ;
  font-size:12px ;
  color:#000000 ;
}

/* フォーム内textarea */
.te_mailform textarea {
  width:350px ;
  height:100px ;
  margin-bottom:5px ;
  font-size:12px ;
  color:#000000 ;
  border:solid 1px #cccccc ;
  background:#cccccc ;
  scrollbar-highlight-color:#cccccc ;
  scrollbar-shadow-color:#cccccc ;
  scrollbar-arrow-color:#ffffff ;
  scrollbar-face-color:#cccccc ;
  scrollbar-3dlight-color:#cccccc ;
  scrollbar-track-color:#cccccc ;
  scrollbar-darkshadow-color:#cccccc;
}

/* 送信 */
.te_mailform .submit {
  width:160px ;
  text-align:center ;
}
.te_mailform .submit_button {
  width:100px ;
  border:solid 1px #cccccc ;
  background:#ffffff ;
  font:10px Verdana ;
  letter-spacing:2px ;
  color:#000000 ;
}

/* エラー */
.te_mailform .error {
  text-align:center ;
  font-size:10px ;
  color:#ff0000 ;
  letter-spacing:1.6px ;
  line-height:15px ;
  padding:20px 0 0 ;
}
.te_mailform .error_submit_button {
  width:100px ;
  border:solid 1px #cccccc ;
  background:#ffffff ;
  font:10px Verdana ;
  letter-spacing:2px ;
  color:#000000 ;
}

/* 送信完了 */
.te_mailform .result {
  text-align:center ;
  font-size:10px ;
  color:#000000 ;
  letter-spacing:1.6px ;
  line-height:15px ;
  padding:20px 0 0 ;
}
.te_mailform .result_submit_button {
  width:100px ;
  border:solid 1px #cccccc ;
  background:#ffffff ;
  font:10px Verdana ;
  letter-spacing:2px ;
  color:#000000 ;
}