@charset "utf-8";
/* CSS Document */
.subTit00{
	width:690px;
		height:24px;
		color:#365272;
	border-bottom:#365272 solid 4px;
	padding-bottom:3px;
	line-height:24px;
	font-size:1.5em;
	padding-left:10px;
	margin:0 auto 20px;
}
.ml{
	margin-left:240px;}


.formTable{
		-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width:700px;
	height:auto;
	margin:0 auto 20px;}
	
.formTable tr th{
width:200px;
padding:10px;
font-size:16px;
vertical-align:middle;
text-align:left;
background-color:#CFF1FF;
border-bottom:#FFF solid 1px;
border-right:#999 solid 1px;
line-height:1.5em;
-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
box-sizing: border-box;
font-weight:normal;
color:#000;}


.formTable tr td{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
width:500px;
padding:10px;
vertical-align:middle;
border-bottom:#999 dotted 1px;
line-height:1.5em;
}

input ,select ,textarea{
	  font-size:100%;
}

select {
 vertical-align:middle;
}
input{
vertical-align:0em;}

/* input[type="radio"] {
  height: 1.4em;
  line-height: normal;
  box-sizing: border-box;
}
*/


.clesrTd{
	border-bottom:none;}
input[name=button]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:200px;
   height:25px;
   padding:0 3px;
   cursor:pointer;
   background:#f5f5f5;
   text-shadow:1px 1px 0px #fff;
}
input[type=reset]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:76px;
   height:25px;
   padding:0 3px;
   cursor:pointer;
   background:#f5f5f5;
   text-shadow:1px 1px 0px #fff;
}

.brGtb{
	border-bottom:#666 dotted 2px;
	border-top:#666 dotted 2px;}
