@charset "UTF-8";
/*
-----------------------------------------------
ユーアイサービス Master Styles
Version: 1.0
----------------------------------------------- */


/* importedStyles
----------------------------------------------- */
@import "base.css";
@import "decorations.css";
@import "forms.css";
@import "tables.css";
@import "print.css" print;

/* hacksIeWin
----------------------------------------------- */
/*\*/ @import "hacksIeWin.css"; /**/
/*\*//*/ @import "hacksIeMac.css"; /**/

/*-----table_form----*/

#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	font-family: "メイリオ";
	font-size: 18px;
	line-height: 2.5em;
	letter-spacing : 1px;
	border:1px solid #ccc;
	padding:20px;
}
table.formTable th{
	font-family: "メイリオ";
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing : 1px;
	width:30%;
	font-weight:normal;
	background:#f5f5f5;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}

textarea {
padding:10px;
}

/*-----table_form----*/
