.txt1014 {
	font-size: 10px;
	line-height: 14px;
}

.txt1218 {
	font-size: 12px;
	line-height: 18px;
}


.h1 {font-size:12px; font-weight: normal; line-height:18px; color:#99CC99;}


.table6{font-size:12px; text-align:left; line-height:20px;}
.table3{font-size:10px; text-align:left; line-height:20px;}
.title1{font-size:12px; text-align:left; color:#5c9970;}

body,td{scrollbar-face-color:#eeeeee; scrollbar-highlight-color:white;
scrollbar-shadow-color:#eeeeee; scrollbar-3dlight-color:#eeeeee;
scrollbar-arrow-color:#cdcdcd; scrollbar-track-color:white;
scrollbar-darkshadow-color:black; overflow-x:hidden; margin:0px 0px 0px 0px;}

table th{text-align:left; color:#666666; border:0; padding:15px 15px;
background: #fbfbe6 url(images/th.gif) no-repeat left bottom;
border-right: 1px solid #dbdbdb;}



.style1{font-size:11px; background-color:white;padding:1px 0px 0px 15px; font-weight:bold; color:#FF3333;}
.style2{font-size:11px; background:#FFFFE2 url(images/th2.gif) no-repeat bottom; padding:1px 0px 0px 13px;}
.style3{font-size:11px; background:#f0f0f0 url(images/th2.gif) no-repeat bottom; padding:1px 0px 0px 13px;}
.style4{font-size:11px; background:white url(images/th2.gif) no-repeat bottom;padding:1px 0px 0px 15px;}
.style5{font-size:11px; background-color:white;  padding:0px 5px 0px 5px; line-height:15px;}



.red {
	color: #ffffff;
	background-color:#ff0000;
	padding: 2px;
   line-height: 1.5;

	}

.red {
	color: #ffffff;
	background-color:#ff0000;
	padding: 2px;
   line-height: 1.5;

	}

input,textarea,select,radio{
  vertical-align: middle;
   border:solid 1px #CCCCCC;
}
input{
  margin: 10px 5px 5px 0px;
  /* 余白を消す */
	border: 1px solid #999999;
  /* 罫線 */
	height: 25px;
/* 高さ */
	
}
input[type="submit"].fixed {
  background: #cccccc;
  width: 100px;
  padding: 9px;
  letter-spacing: 1px;
  border: none;
  color: #000000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-appearance: none;
}
input[type="reset"].fixed {
  background: #cccccc;
  width: 100px;
  padding: 9px;
  letter-spacing: 1px;
  border: none;
  color: #000000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-appearance: none;
}
select{
  line-height: 30px;
  /* 文字の高さ */
	margin: 10px 5px 5px 5px;
  /* 余白を消す */
	border: 1px solid #999999;
  /* 罫線 */
	padding-top: 0px;
  /* 余白 */
	padding-right: 5px;
  /* 余白 */
	padding-bottom: 0px;
  /* 余白 */
	padding-left: 5px;
  /* 余白 */
	height: 20px;
/* 高さ */

}
/* S-type共通フォーム　Ver.2.01 */