@charset "utf-8";
/* CSS Document */
#top_style{
	width:1020px;
	margin-left:10px;
	height:40px;
}	
#top_style_text{
	width:400px;
	height:40px;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#000;
	float:left;
}
#top_style_text1{
	width:50px;
	height:25px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#000;
	float:left;
}
#top_style_text2{
	width:300px;
	height:40px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#000;
	float:left;
}

#top_style_button{
	width:400px;
	height:40px;
	float:right;
	margin-top:15px;
}
#button_view{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	width:90px;
	height:40px;
	float:right;	
	border: 1px solid #06C;
	 -moz-border-radius: 5px;
	 color:#03C;	
	 background:#00F; repeat-x	
}
#button_view:hover{
	background:#00C;
	color:#FF0;
}
#style_informations{
	width:1040px;
	height:480px;
	border:1px solid #000;
	margin:10px;
	padding-left:20px;
	border-radius:2px;
	}
#style_informations div{
	width:490px;
	height:520px;
	float:left;
	margin-top:10px;	
}

#style_informations1{
	width:490px;
	height:460px;
	border:1px solid #000;
	margin:0px;
	padding-left:0px;
	border-radius:0px;
	}
#style_informations1 div{
	width:500px;
	height:400px;
	float:left;
	margin-top:10px;	
}
#style_informations2{
	width:960px;
	height:160px;
	border:1px solid #000;
	margin:0px;
	padding-left:10px;
	border-radius:2px;
	}
#style_informations2 div{
	width:400px;
	height:400px;
	float:left;
	margin-top:10px;	
}

#textbox{
	width:220px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;	
	border: 0px solid #06C;
	 -moz-border-radius: 5px;
	 color:#03C;
	 background:#FFC;
}

#textbox1{
	width:380px;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;	
}
#textbox2{
	width:140px;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;	
}
#textbox3{
	width:100px;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;	
}
#textbox4{
	width:200px;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;	
}
#textbox5{
	width:220px;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;	
}
#textbox6{
	width:220px;
	height:120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;	
}

#button-in2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	margin-top:15px;
	width:200px;
	height:30px;
	float:right;	
	border: 1px solid #06C;
	 -moz-border-radius: 5px;
	 color:#03C;
	 margin-right:10px;	
	 background:#FFF; repeat-x	
}
#button-in2:hover{
	background:#00C;
	color:#FF0;
}

#button-in1{
    width:180px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;	
	float:left;	
	border: 1px solid #06C;
	 -moz-border-radius: 5px;
	 color:#03C;
	  margin-right:80px;
	 background:#FFF; repeat-x	
}
#button-in11{
    width:250px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;	
	float:left;	
	border: 1px solid #06C;
	 -moz-border-radius: 5px;
	 color:#03C;
	  margin-right:80px;
	 background:#FFF; repeat-x	
}
#button:hover{
	background:#00C;
	color:#FF0;
}
#button-in1:hover{
	background:#00C;
	color:#FF0;
}
#button-in11:hover{
	background:#00C;
	color:#FF0;
}
#button-in{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:0px;
	width:90px;
	height:30px;
	float:right;	
	border: 1px solid #06C;
	 -moz-border-radius: 5px;
	 color:#03C;
	 margin-right:100px;	
	 background:#FFF; repeat-x	
}
#button-in:hover{
	background:#00C;
	color:#FF0;
}
.mytable{
	border-collapse:collapse;
	border:#036 1px solid;
	float:center;
	}
.mytable tr th{
	background:#FF0;
	border:#120A7E 1px solid;
	color:#000;
	font-family:"Times New Roman", Times, serif;
	}
.mytable tr td{
	font-family:"Times New Roman", Times, serif;
	border:#120A7E 1px solid;
}
.mytable tr:hover{
	background:#728DFC;	
}