h2#title{
	margin: 0px 0px 15px;
	padding: 0px;
}

h3.title {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 15px;
}

div.text {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	padding: 0px 15px;
	width: 650px;
}
div.text p {
	padding: 0px;
	margin-bottom: 10px;
}
p.address {
	font-size: 14px;
}



/*　フォーム部分　*/

#php_from *{
	margin: 0px;
	padding: 0px;
	font: 13px "ＭＳ ゴシック", "Osaka−等幅";
	}
	
#php_from {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}

#php_from p {
	line-height: 150%;
}

#php_from em {
	color: #FF0000;
	font-style: normal;
	font-size: 10px;
	margin-left: 5px;
}

#php_from table {
	width: 600px;
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-top: 5px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}

#php_from table th {
	background: #F3F3F3;
	text-align: left;
	padding: 5px;
	color: #333333;
	width: 30%;
	font-size: 12px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	vertical-align: top;
}

#php_from table td {
	padding: 5px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
#php_from table td strong {
	color: #666666;
	font-weight: normal;
}


#php_from p.bot{
	text-align: center;
	margin: 15px;
}
