@charset "EUC-JP";

#contents {
	background: url(../img/bg.gif) repeat-y left top;
	margin-bottom: 10px;
}

#main {
	width: 615px;
	background: #FFF;
	margin: 0px;
	padding: 0px;
	float: right;
}

#main .inner {
	padding: 0px 0px 0px 15px;
}

/**************************
　9.ご意見・ご感想　
***************************/

body#contact h2#cate-title {
	background: url(../img/title_09.gif) no-repeat;
	margin: 0px 0px 20px;
	padding: 0px;
	height: 40px;
	width: 600px;
	text-indent: -9999px;
}

body#contact p.text {
	width: 580px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

/*　フォーム　*/

#php_form *{
	margin: 0px;
	padding: 0px;
	font: 13px "ＭＳ ゴシック", "Osaka−等幅";
	}
	
#php_form {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	height: 500px;
}

#php_form p {
	line-height: 150%;
}

#php_form em {
	color: #FF0000;
	font-style: normal;
	font-size: 10px;
	margin-left: 5px;
}

#php_form table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-top: 5px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}

#php_form th {
	background: #E8E8E8;
	text-align: left;
	padding: 10px;
	color: #333333;
	width: 180px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	vertical-align: top;
}

#php_form td {
	padding: 5px;
	color: #666666;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

#php_form p.bot{
	text-align: center;
	margin: 15px;
}
#php_form input.itext, textarea {
	color: #000000;
	background: #FFFFFF;
}

#php_form input.itext:focus, textarea:focus {
	color: #000000;
	background: #FFFFFF;
}

#php_form input.itext:focus, textarea:focus {
	color: #000000;
	background: #FFFFcc;
}

#php_form input.itext, textarea {
	color: #666666;
	background: #FFFFFF;
	border:1px solid #cccccc;
}

#php_form input.itext:focus, textarea:focus {
	color: #000000;
	background: #FFFFcc;
	border:1px solid #cccccc;
}

