
/*ベース設定::::::::::::::::::::::::::*/
body{
	text-align: center;
	line-height:130%;
	color:#000000;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
	background-color: #FAFBF9;
}

/*リンクベース*/
a{color:#006699;text-decoration:underline;}
a:hover{color:#0FB1FF;text-decoration:underline;}
textarea{font-size:12px;font-family: "ヒラギノ明朝 Pro W6", Osaka, "ＭＳ Ｐゴシック", "trebuchet MS", trebuchet, "verdana", arial, sans-serif; }
text{font-size:12px;font-family: "ヒラギノ明朝 Pro W6", Osaka, "ＭＳ Ｐゴシック", "trebuchet MS", trebuchet, "verdana", arial, sans-serif; }
table{font-size:12px; margin: 0 auto;}

/*コンテナ（外側）*/
div#container{
	margin: 0 auto;
	padding:0;
	width:752px;
	background-color:#ffffff;
}
/*コンテナ２（内側）*/
div#container_2{
	width:750px;
	border:1px solid #99CCCC;
	background-color:#ffffff;
	text-align:left;
	margin:0;
}
div#container_2:after{
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

span{
	width:540px;
	font-weight:bold;
	text-align:left;
	line-height:150%;
}

.webform2{
	border-collapse:collapse;
	width:540px;
}
.webform2 td{
	border:1px solid #000000;
	padding:5px;
}
.NG {
width:auto;
lign-height:100%;
font-size:14px;
color:#FF0000;
font-weight:bold;
}


