@charset "Shift_JIS";

/* メイン-サブ設定（真ん中の画面の設定）--------------------------------------- */



/* 共通：ロングバー設定(カテゴリごとに色分け） ---------------------------------------　*/
div#support{
	width:640px;
	height:105px;
	background:url(../img/longbar_support.gif) no-repeat left 2px;
	}
	
h2#category_title{
	font-size:16px;
	margin:16px 0px 0px 60px;
	float:left;
	display:inline;
	color:#fff;
	}
	
p#kaisetu{
	clear:both;
	width:500px;
	padding:18px 0 0 10px;
	}
	

table#form{
	width:550px;
	margin:50px 0 0 30px;
	background:#fff;
	font-size:12px;
	border-collapse:collapse;
	}
	
table#form td{
	border:1px solid #ccc;
	padding:6px;
	}
	
td.td01{
	background:url(../img/background.gif);
	color:#333;
	width:200px;
}

input{
	width:250px;
	margin:3px;
}

textarea{
	width:250px;
	height:80px;
	margin:3px;
}

input#sub{
	width:100px;
	margin:5px 0 5px 200px;
}