<!-- 
body {
	font-family : "Microsoft Sans Serif";
	font-size : 12px;
	color : #000000;
   height:100%;
   margin:0;
   padding:0;
   background: #ffffff;
}

img{ border:0px; margin : 0px; padding : 0px; }
ul {margin:8px 0 12px 15px; padding:8px 0 12px 15px;}
p {margin:0; padding: 12px 0;}
form { margin:0; padding:0;}
h1, h2, h3, h4 {margin: 0; padding: 5px 0 0;}
h1 {font-size: 18px; color: #3b7092; padding: 1px 0 1px; font-weight: normal;}
h2 {font-size: 14px; color: #3b7092;}
h3 {font-size: 12px; color: #3b7092;}
h4 {font-size: 12px;}

.logo { 
   position:absolute;
   width:192px;
   height:119px;
   top:15px;
   left:15px;
}

.title  { 
   position:absolute;
   top:50px;
   left:240px;
}

.title_sp {
	font-family: "Microsoft Sans Serif";
	color: #e95e01;
	font-size: 29px;
	font-weight: bold;
}

.lang  { 
   position:absolute;
   top:15px;
   left:600px;
}

.all {
	margin: 140px 0 0 0;
	padding: 20px;
	min-width: 600px;
	text-align: left;
}

.detal {
   margin: 0;
   padding: 20px;
   align: left;
}

.pages {
   margin: 0;
   width: 800px;
   font-size : 12px;
}

.pages td { padding: 10px 0 5px 0; }

table { border-collapse: collapse; }

table.result{ width: 800px; margin: 0; height: 101px; font-size : 12px; }
table.result td{border: 1px solid #000; text-align: center;  margin: 0px; padding: 7px 5px; vertical-align: middle;}
table.result tr.head_result{ background: #006699; color: #ffffff; font-weight: bold; }
table.result tr.on{ background: #cddbfc; }
table.result tr.off{ background: #b4c9fc; }
table.result a{
	text-decoration: none;
	color : #000;
	font-weight: bold;
 }
 
table.result a:link {color: #000 ;}       
table.result a:visited{ color: #000; }
table.result a:active{ color: #000; }
table.result a:hover{color: #000;  text-decoration: underline;}


//-->