@charset "utf-8";
/* CSS Document */
/* =0 reset*/

#main h2{
	background-image:url(../../contact/img/ttl.gif);
	background-repeat:no-repeat;
	width:567px;
	height:27px;
	margin-bottom:10px;
}
#contact .main_01 {
  width:584px;
  margin-bottom:20px;
}

#contact .text {
  width:363px;
  float:left;
}

#contact .photo {
  width:201px;
  float:left;
  text-align:center;
  font-size:0.8em;
}
#contact .photo a{
	overflow:hidden;
}
#contact .photo a:hover{
	background:none;
}

#contact #form {
  width:420px;
  background-color:#cccccc;
  border:1px solid #999999;
  margin:0 auto;
  margin-top:20px;

}

#contact table {
  padding:10px;
}

th{
	text-align:left;
	font-size:0.8em;
	font-weight:normal;
}
td{
	font-size:0.8em;
	padding:5px;
}
td input,td textarea{
	border:1px solid #999;
	font-size:small;
}
td textarea{
	height:100px;
	width:300px;
	overflow:scroll-y;
}
td a:hover{
	background:none;
}
.t_f{
	width:60px;
}
