

/*--ヘッダーの設定--*/


#contact #heder  {
	width: 100%;
	height: 300px;
	background: url(../../contact/img/head.jpg) no-repeat center bottom;
	min-width: 950px;
}

#policy #heder  {
	width: 100%;
	height: 300px;
	background: url(../../policy/img/head.jpg) no-repeat center bottom;
	min-width: 950px;
}


#contact .navi,
#policy .navi   {
    width: 100%;
	height: 75px;
	background: url(../../img/bg_head.jpg) repeat-x;
	border-bottom: solid 1px #cccccc;
	margin: 200px 0 10px 0;
}

.navi h1  {
	display:none;
}




/*--contactの設定--*/


#contact p  {
	text-align:left;
}




a  {
	color: black;
}


.form   {
	width: 650px;
	border: solid 1px #C9CACA;
	border-collapse:collapse;
	margin: 20px 0 20px;
}

.form th,
.form td  {
	border: solid 1px #C9CACA;
	border-collapse:collapse;
	padding: 10px 10px 10px 30px;
	text-align:left;
}

.wa  {
	border: solid 1px #C9CACA;
	padding: 5px;
}


table   {
	width: 650px;
	border: solid 1px #C9CACA;
	border-collapse:collapse;
	margin: 20px 0 20px;
}

th,
td  {
	border: solid 1px #C9CACA;
	border-collapse:collapse;
	padding: 10px 10px 10px 30px;
	text-align:left;
}









/*--policyの設定--*/

#policy dl  {
	width: 700px;
	text-align:left
}

#policy dt {
	margin: 20px 0 0;
	font-weight: bold;
}

#policy dd {
	padding: 20px 0 0 30px;
	line-height: 2em;
}
	



