	@charset "utf-8";

h1{
	width:960px;
	height:173px;
	background:url(../img/h1.png) no-repeat center top;
	}

div#contacttb{
	margin:2em 30px;
	}
.fcr{
	color:red;
	}


table.f{
	width:520px;
	border-collapse:collapse;
	margin: 20px auto;
	border:1px solid #D1CECF;
	}
table.f td{
	border-top:1px dotted #D1CECF;
	border-bottom:1px dotted #D1CECF;
	padding: 20px 10px;
	}
table.nb,
table.f td.nb{
	border:none;
	}
table.f td.t{
	background:#FEF3F8;
	color:#000;
	width:30%;
	}
table.f td.t2{
	background:#F2F2F2;
	color:#000;
	width:20%;
	}
table.f td.t3{
	background:#F2F2F2;
	color:#000;
	width:10%;
	}
table.f td.d{
	background:#fff;
	width:70%;
	}
table.fd td{
	padding:0;
	border:none;
	}
table.f td.c{
	line-height:2em;
	}

div.cbk{
	clear:both;
	background-color:#F6F3E6;
	padding:20px;
	margin:20px;
	}

input.b{
	font-size:110%;
	padding:10px 40px;
	cursor:pointer;
	background-color:#CEEDEC;
	color:#666;
	border-radius:5px;
	}
input.b2{
	font-size:100%;
	padding:10px;
	cursor:pointer;
	background-color:#ddd;
	color:#000;
	}

.red{
	color:red;
	font-weight:bold;
	}
