body{
	padding: 0px;
	margin: 0px;
}
.Mypage{
	width: 1000px;
	max-width: 1000px;
	min-width: 1000px;
	border: none;
	background: #FFFFFF;
	margin: 0px auto;
	border-collapse: collapse;
	
}
.MyHeaderBar{
  background: -webkit-linear-gradient(#6699FF  0%,#FFFFFF  85%) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(center top ,#6699FF  0%,#FFFFFF  85%) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(#6699FF  0%,#FFFFFF  85%) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(#6699FF  0%,#FFFFFF  85%) repeat scroll 0 0 transparent;
  background: linear-gradient(center top ,#6699FF  0%,#FFFFFF  85%) repeat scroll 0 0 transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
  background-repeat:repeat-x;
}
.MyFooterBar{
  	background: -webkit-linear-gradient(#FFFFFF 0%,#6699FF 75%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(center top ,#FFFFFF 0%,#6699FF 75%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(#FFFFFF 0%,#6699FF 75%) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(#FFFFFF 0%,#6699FF 75%) repeat scroll 0 0 transparent;
    background: linear-gradient(center top ,#FFFFFF 0%,#6699FF 75%) repeat scroll 0 0 transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
    background-repeat: repeat-x;
}
.TopRow{	
  	background-color: #B22222; /*#353148;*/
  	color: #ffffff !important;
  	padding-top: 8px;
  	padding-bottom: 8px;
  	height: 30px;	
}
.TopRow a{	
  	color: #ffffff !important;
  	text-decoration: none;
  	padding: 3px;
}
.TopRow a:hover{	
  	color: #ffffff !important;
  	text-decoration: underline;
}
.MyTitleBar{
	background: #3A7C92;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	padding: 7px;
}

.MyTable {
  	font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    text-decoration: none;
    text-align: justify;
    font-weight: normal;
    line-height: 1.75em;
  	border-collapse: collapse;
  	width: 100%;
  	margin: 2px auto;
}
.MyTable td, .MyTable th {
  border: 1px solid #ddd;
  padding: 5px 6px;
  box-sizing: border-box;
  vertical-align: middle;
}
.MyTable tr:nth-child(even){background-color: #f2f2f2;}
.MyTable tr:hover {background-color: #ddd;}
.MyTable a{text-decoration: none;}
.MyTable a:hover{text-decoration: underline;}
.MyTable th {  
  text-align: center;
  background-color: #009ECE;
  color: white;
}
.NoBG tr{background: none !important;}
.NoBG tr:hover {background: none !important;}


.tbl_form{
	font-family: inherit;
	margin:2px auto;
	color:#000;
	padding-top:2px;		
}

.tbl_form th {  
  text-align: center;
  background-color: #009ECE;
  color: white;
  padding: 5px 6px;
}

.tbl_form label
{
	color:#000;
	font-weight:bold;
	padding-top:3px;
}
.tbl_form span, .mendat
{
	color:#EA0000;	
}
.tbl_form input[type="text"], input[type="file"], input[type="password"], .tbl_form select, .text
{
	width:95%;	
	background:#fff;
	color:#000;
	padding:4px;
	border:1px solid #009ece;
	margin-bottom:2px;
	font-weight:normal;
	box-sizing: border-box;
}
.tbl_form input[type="submit"], .tbl_form input[type="reset"], .tbl_form input[type="button"], .MyButton, button
{
	border-radius: 3px;
	-webkit-border-radius:3px;	-moz-border-radius:  3px;  -khtml-border-radius: 3px;
	border:#009ece 1px solid;
	color:#fff;
	padding:5px 15px;
	cursor:pointer;
	background:#009ece;
	margin-bottom:5px;
	margin-top:5px;
	box-sizing: border-box;
}
.tbl_form input[type="submit"]:hover, .tbl_form input[type="reset"]:hover, input[type="button"]:hover, .MyButton:hover, button:hover
{	
	background:#D70012;
	border:#D70012 1px solid;
}
.tbl_form textarea {
	width: 95%;
	height:80px;
	color:#000;
	background:#fff;
	padding:2px 4px;
	border:1px solid #009ece;
	margin-bottom:5px;
	font-size:13px;
	resize: none;
	box-sizing: border-box;
}
.tbl_form btn_max
{
	border-radius: 3px;
	-webkit-border-radius:3px;	-moz-border-radius:  3px;  -khtml-border-radius: 3px;
	border:#009ece 1px solid;
	color:#fff;
	padding:8px 20px;
	cursor:pointer;
	background:#009ece;
}
#table_id th
{
	padding:2px;
	border:1px solid #d48c92;
	text-align:center;
	color:#000;
}
