* {
		padding:0px;
		margin:0px;
	}
	
body {
		font-size:9pt;
		color:#999999;
		background-color:#FFFFFF;
	}
	
H1 {
		font-size:50pt;
		letter-spacing:0px;
		font-family:Impact, Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
		font-style:italic;
		color:#0A468F;
		display:block;
		padding-top:150px;
		height:110px;
		background-image:url(img/tit.gif);
		background-position:right bottom;
		background-repeat:no-repeat;
	}
	
	
H1 a {
		text-decoration:none;
		color:#0A468F;
	}
	
.lg {
		font-size:70pt;
	}
	
.indexlink {
		width:800px;
		height:300px;
		padding-top:150px;
		
	}

.titlespace {
		background-color:#F5F5F5;
		border-top:1px solid #2C4765;
		border-right:1px solid #2C4765;
		border-bottom:1px solid #2C4765;
		border-left:10px solid #2C4765;
		height:30px;
		width:800px;
	}
	
.kiji {
		width:750px;
	}
	
.padd10 {
		padding:10px;
	}
	
.padd20 {
		padding:20px;
	}
	
.right {
		float:right;
		clear:left;
	}
	
a:link,a:visited {
		color:#6989AF;
	}
	
a:hover {
		color:#2279B9;
		position: relative; top: 1px; left: 1px;