body	{
	background-color: #ffffff;
}

h1	{
	margin-bottom: 20px;
	font-size: 140%;
	font-weight: normal;
	line-height: 1.5em;
	color: #333333;
}

h2	{
	margin-bottom: 10px;
	font-size: 85%;
	font-weight: bold;
	line-height: 1.5em;
	color: #333333;
}

p	{
	padding-left: 10px;
	padding-bottom: -10px;
	font-size: 85%;
	line-height: 1.5em;
	text-align: justify;
	text-justify: distribute;
	color: #333333;
}

img	{
	border: none;
}

form	{
	margin: 0;
}

.cont
	{
	padding: 20px;
	background: url(image/bg_hayabusa.jpg) no-repeat;
}

.bgcont
	{
	background-image: url(image/bg_cont.gif);
	background-repeat: repeat-y;
	background-position: 160px 0px;
	}

.fig1
	{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.form1
	{
	font-size: 85%;
	line-height: 1.5em;
	vertical-align: top;
	color: #333333;
}

/*通常のリンク*/

a:link	{
	color: #ff0000;
	text-decoration:underline;	
}

a:visited	{
	color: #ff0000;
	text-decoration:underline;	
}

a:hover	{
	color: #000066;
	text-decoration:underline;
}

a:active	{
	color: #000066;
	text-decoration:underline;
}

/*左ナビ*/

.navi {
	padding-left:20px;
	padding-top:20px;
	padding-bottom:200px;
	font-size: 85%;
	line-height: 1.8em;
	color: #ffffff;
	background-color: #000066;
}

.navi a	{
	color: #ffffff;
	text-decoration:underline;	
}

.navi a:link	{
	color: #ffffff;
	text-decoration:underline;	
}

.navi a:visited	{
	color: #ffffff;
	text-decoration:underline;	
}

.navi a:hover	{
	font-size: 150%;
	color: #BFBF00;
	font-weight: bold;
	text-decoration:none;
}

.navi a:active	{
	color: #BFBF00;
	font-weight: bold;
	text-decoration:underline;
}


/*フッタ*/

.footer {
	width: 700px;
	text-align: center;
	margin-top: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
}
.footer a:link {
	color: #000066;
	text-decoration:underline;
}
.footer a:visited {
	color: #000066;
	text-decoration:underline;
}
.footer a:hover {
	color: #ff0000;
	text-decoration:none;
}
.footer a:active {
	color: #ff0000;
	text-decoration:none;
}
