@charset "utf-8";
 body{
      overflow-y: scroll;
 }
  a{
        color:#fff;
        text-decoration:none;
        font-size:100%; 
        line-height:16px;
  }

  a:hover{
        color:#fff;  
        text-decoration:underline;  
       
  }   
  
  .text_version{
	  	background:#717271;
		border-bottom:2px solid #bd393f;
		padding-left:0.7em; 
		color:#fff;
		background-image:url(/info/img/welcome/welcome_corner.gif) ;
		background-repeat:no-repeat; 
		background-position:right top;
		font-size:13px;
   }
  .text_version_btn a{
		
        color:#555;
        text-decoration:none;
        font-size:100%; 
        line-height:16px;
  }

  .text_version_btn a:hover{
        color:#555;  
        text-decoration:underline;  
       
  }  
  .desktop_version{
	 	font-size:13px;
		border-bottom:2px solid #bd393f; 
	 }
	 .desktop_version a{
		
        color:#000;
        text-decoration:none;
        font-size:100%; 
        line-height:16px;
  }

  .desktop_version a:hover{
        color:#000;  
        text-decoration:underline;  
       
  }  
  .key_image{
      background-image:url(/info/img/welcome/welcome.jpg);
      background-repeat:no-repeat; 
      border-bottom:2px solid #bd393f;
  }