﻿	.top{
		float: right;
		width: 250px;
		height: 20px;
		text-align: center;
	}
	.logo{
		float:left;
		width: 250px;
		background-image: url(../_images/logos/logo_jma_hp.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		width: 100px;
		height: 42px;
		cursor:pointer
	}
	.head{
		position: relative;
		width: 720px;
		height: 35px;
		vertical-align: middle;
		padding: 15px;
	}
	.login{
		float: right;
		width: 180px;
		text-align: center;
		vertical-align: middle;
	}
	.login .title{
		font:bold 13pt Arial, Helvetica, sans-serif;
		color: #000000;
		text-decoration: none;
		padding-bottom: 2px;
	}
	.login .links{
		font:bold 9pt Arial, Helvetica, sans-serif;
		color: #000000;
		text-decoration: none;			
	}
	
	.login .links a:link{
		color: #000000;
		text-decoration: none;
		font-weight: normal;
	}
	.login .links a:visited{
		color: #000000;
		text-decoration: none;
		font-weight: normal;
	}
	.login .links a:hover{
		color: #CC0000;
		text-decoration: none;
		background-color: #FFECEC;
		/*font-weight: bold;*/
	}
	.login .links a:active{
		color: #000000;
		text-decoration: none;	
		font-weight: normal;
	}
	
	.login .links .highlight{
		color:#CC0000;
	}
	
	.login .links .highlight:link{
		color:#CC0000;
		text-decoration: none;
		font-weight: normal;
	}
	.login .links .highlight:visited{
		color:#CC0000;
		text-decoration: none;
		font-weight: bold;
	}
	.login .links .highlight:hover{
		color:#CC0000;
		text-decoration: none;
		background-color: #FFECEC;
		/*font-weight: bold;*/
	}
	.login .links .highlight:active{
		color:#CC0000;
		text-decoration: none;	
		font-weight: bold;
	}
	