@charset "utf-8";

#r_img {
   float: right;
   width: 580px;
   height: 250px;
   background: url(../contact/contact.jpg) no-repeat top;
}
h3 {
   font-weight: bold;
   background: url(../common/page_title_base.gif) no-repeat;
   padding-top: 5px;
   padding-left: 10px;
   margin-top: -5px;
   font-size: 12px;
   height: 30px;
}
table {
   border: 1px solid #D9D8D8;
   border-bottom: 3px solid #D9D8D8;
   font-size: 100%;
   text-align: left;
   width: 100%;
   margin-top: 5px;
   margin-bottom: 3px;
}
th {
	color: #606060;
	padding: 5px;
	border-right: 1px solid #D9D8D8;
	border-bottom: 1px solid #D9D8D8;
	background-color: #F2F2F2;
	text-align: left;
	width: 30%;
}
.td {
   border-bottom: 1px solid #D9D8D8;
   border-right: 1px solid #D9D8D8;
   padding: 5px;
   background-color: #FFFFFF;
   text-align: left;
   width: auto;
}
#submit {
   text-align: center;
   margin-top: 10px;
}
.text {
   margin-top: 5px;
}
textarea,input {
   color: #606060;
}
