@charset   "Shift_JIS";
/*======================================
　　レイアウト
=======================================*/
#con{
  width : 800px;
}
#coment{
  margin-bottom : 15px;
  text-align : right;
  width : 600px;
  height : 15px;
  margin-top : 30px;
}
.gNav{
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : white;
}
.Nav10{
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #727272;
}
/*======================================
　フォーム　
=======================================*/
#fc2form {
  border : 1px solid #727272;
  padding: 15px;
  width : 650px;
  font-size: 12px;
}
#fc2form .toparea{
  }
#fc2form .message{
  clear: left;
  margin-bottom : 15px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #d9e6fd;
  color : #727272;
}
#fc2form #coution1{
  font-weight: bold;
  color: #FF0000;
  margin-top : auto;
  margin-left : 3px;
  margin-right : auto;
  margin-bottom : auto;
}
#fc2form #coution2{
  font-size: 8px;
  font-weight: bold;
  color: #FF0000;
}
#fc2form .title{
  font-size: 12px;
  color: #727272;
  clear: left;
  float: left;
  width: 150px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #d9e6fd;
  padding-left : 5px;
  text-align : left;
  list-style-type : circle;
}
#fc2form .comment{
  font-size: 12px;
  color : #808080;
  float: left;
  width : 400px;
  font-family : メイリオ,"MS UI Gothic";
}
#fc2form .submit{
  text-align: center;
  clear: left;
}
#fc2form .button{
  background-color : #727272;
  border: 3px double #808080;
  color: #FFFFFF;
}
#fc2form .bottomarea{
  }
/*======================================
　　リンク
=======================================*/
a {
  text-decoration : none;
  color : #ffffff;
}
a:visited {
  color : #ffffff;
}
a:hover {
  color : #ffffff;
  text-decoration: none;
}