	img.rogo {float:left}	/* ロゴの配置　*/
	ul.navi li {
		display: inline;
		list-style-type: none;
		float: right;	/* 後続の文字左側、右から配置　*/
		margin-top: 25px;
	}
	ul.navi a {
		text-decoration: none;
		font-weight:bold;
		font-size: 18px;
		font-family: Arial;
		border: outset #ccffff 4px;	/* ボタンの形状 */
		color: #0099ff;
		background-color: white;
		padding: 5px;
		display: block;
		width: auto;
	}
	ul.navi a:hover {
		border: inset #ccffff; /* ポイント時のボタンの形状 */
	}
	p.sublink-1 {
		padding-top: 30px;
		padding-left: 40px;
	}
	p.sublink-1 a {	
		color: #0000ff;
		line-height: 30px;
		font-weight: bold;
		font-size: 15px; 
		font-family: Arial;
		white-space: nowrap;
	}
	p.sublink-1 a:hover {
		background-color: #33cc00;
		color: white;				
	}
	p.sublink-2 {
		padding-left: 40px;
	}
	p.sublink-2 a {
		color: #ff0099;
		line-height: 30px;
		font-weight: bold;
		font-size: 15px; 
		font-family: Arial;
		white-space: nowrap;
	}
	p.sublink-2 a:hover {
		background-color: #33cc00;
		color: white;				
	}
	img.sub-sashie {
		padding-top: 0px;
		padding-left: 25px;
	}
		p.sublink-3 {
		padding-left: 25px;
	}
	p.sublink-3 a {
		color: #ff0000;
		background-color: #ffff00;
		line-height: 30px;
		font-weight: bold;
		font-size: 18px;
		font-style: italic;
		font-family: Arial;
		letter-spacing: 1px;
		white-space: nowrap;
		padding: 5px;
	}
	p.sublink-3 a:hover {
		background-color: #0000ff;
		color: #ffff00;				
	}
