
body{ font-family:Arial, Helvetica, sans-serif;}

td a{

color:darkblue;

}



td a:hover{

color:red;



}





@font-face

{

font-family: myFirstFont;

src: url(MTCORSVA.woff);

}

#header{

	font-family:myFirstFont;

	font-weight: bold;

	font-size: 25px;

}

#loginform {

	margin: 150px auto;

	width: 280px;

}

#loginform span {

	width: 100px;

	display: inline-block;

}

#ac span {

	width: 95px;

	display: inline-block;

	font-size: 14px;

	margin-bottom: 12px;

	padding-right: 10px;

}

select {

	border: 1px solid #999;

	background: #EEEEEE;

	padding: 5px 10px;

	box-shadow:0 1px 2px #ddd;

    -moz-box-shadow:0 1px 2px #ddd;

    -webkit-box-shadow:0 1px 2px #ddd;

}



.qwe{

width:246px;

margin:auto;

}



input {

	border: 1px solid #999;

	background: #EEEEEE;

	padding: 10px;

	box-shadow:0 1px 2px #ddd;

    -moz-box-shadow:0 1px 2px #ddd;

    -webkit-box-shadow:0 1px 2px #ddd;

}

#btn {

	width:100px;

	background: green;

	border: 1px solid #999;

	border-radius:10px;

	cursor: pointer;

	font-size: 13px;

    font-weight: bold;

}

#maintable {

	margin: 50px auto;

	width: 900px;

}



button a, a:hover{

color:#fff;

text-decoration:none;

}





#filter {

	width: 70%;

	float:left;

}

#addd {

	border: 1px solid #999;

	background: #EEEEEE;

	padding: 5px 10px;

	box-shadow:0 1px 2px #ddd;

    -moz-box-shadow:0 1px 2px #ddd;

    -webkit-box-shadow:0 1px 2px #ddd;

	width: 25%;

	display: inline-block;

	float:right;

	text-align: center;

	text-decoration: none;

	color: #000000;

}

#cccc {

	border: 1px solid #999;

	background: #EEEEEE;

	padding: 5px 10px;

	box-shadow:0 1px 2px #ddd;

    -moz-box-shadow:0 1px 2px #ddd;

    -webkit-box-shadow:0 1px 2px #ddd;

	width: 25%;

	display: inline-block;

	float:left;

	text-align: center;

	text-decoration: none;

	color: #000000;

}

.clearfix {

	clear: both;

}

#resultTable {

    border-collapse: separate;

    border-spacing: 0;

    max-width: 100%;

}

#resultTable {

	color: #666666;

	width: 100%;

	margin-top: 13px;

}

#resultTable thead tr th {

    background: none repeat scroll 0 0 #3e5f8d;

    color: #fff;

    padding: 10px 14px;

    text-align: left;

	border-top: 0 none;

	font-size: 13px;

}



#resultTable tbody tr td{

	font: bold 13px 'Arial';

	

    text-align: left;

	padding: 10px 14px;

	border-top: 1px solid #999999;

}



	#resultTable td{ 

		padding:7px; border:#3e5f8d 1px solid;

	}

	#resultTable tr{

		background: #fff;

	}

    #resultTable tr:hover {

          background-color: #ffff99;

    }

	



#mainmain {

	margin: 50px auto;

	text-align: center;

	width: 100%;

}

#mainmain a { line-height:2.2;

	text-decoration: none;

	padding-top:15px;

	padding-bottom:5px;

	padding-left:15px;

	padding-right:15px;

	border-radius:10px;

	margin:10px;

	background: #3E5F8D;

	color: #fff;

	font-size:18px;

	display: inline-block;

	width: 19%;

	height: auto; min-height:120px; max-height:120px;

	text-align: center;

	margin-bottom: 5px;

}

.page_box{ border:1px solid #ccc; padding:15px;}

.inputlist_blk .input_field{ width:30%; display:inline-block; margin-right:10px;}
.inputlist_blk .input_field span{ float:left; width:35%;}
.inputlist_blk .input_field span:after{content:""; padding-right:10px;}
.inputlist_blk .input_field input, .inputlist_blk .input_field select{ width:60%; border:1px solid #ccc; border-radius:5px; min-height:35px;}
