@charset "utf-8";
/* フォーム装飾
---------------------------------------------*/
div.form-frame{
	padding:10px;}
	
div.form-frame-bbs{
	background:#CEF2D7;
	padding:10px;}
	
table.form-type1{
	width:100%;
	border-collapse:collapse;}
	
table.form-type1 th,table.form-type1 td{
	border:1px solid #CCCCCC;
	}
	
table.form-type1 td table td{
	border:none;}

table.form-type1 th{
	/*background:#FFFFFF url(/images/common/form_bg1.jpg) no-repeat left top;*/
	background:#F4F4F4;
	text-align:left;
	width:140px;
	vertical-align:top;
	line-height:1;
	padding:10px 5px 6px 15px;}
	
table.form-type1 td{
	background:#FFFFFF;
	padding:8px 5px 8px 15px;}
	
input.btn{
	width:140px;
	height:30px;
	padding-right:5px;}

