html, body	{
		margin: 0px;
		padding: 0px;
		height: 100%;
		_position: absolute;
		_overflow-y: hidden;
		_overflow-x: auto;
}

#content	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 800px;	/*	これを入れないと下になぜかスクロールバーが表示される	*/
		height: 100%;
		_width: 100%;
		_overflow: auto;
}

body	{
		background: #FFFFFF fixed;
}



/*			ヘッダー			*/
#main	{
		position: relative;
		top: 48%;
		left: 35%;
		_position: absolute;
		_left: 25%;
}

#main_image	{
		border-bottom: solid 1px;
		width: 600px;
}

img	{
		border-style: none;
}

#space	{
		float: clear;
		width: 100px;
		height: 11px;
}




/*			左のリスト			*/
#nav	{
		position: fixed;
		top: 20px;
		left: 20px;
		_position: absolute; 
}



/*			HOME			*/
#home	{
		width: 100px;
		height: 11px;
		margin: 5px 0px 0px 0px;
}



/*			ABOUT ADOC			*/
#about_adoc	{
		width: 100px;
		height: 11px;
		margin: 5px 0px 0px 0px;
}



/*			TRANSLATION			*/
#translation	{
		width: 100px;
		height: 11px;
		margin: 5px 0px 0px 0px;
}



/*			DOCUMENTATION			*/
#documentation	{
		width: 100px;
		height: 11px;
		margin: 5px 0px 0px 0px;
}



/*			CONTACT			*/
#contact	{
		width: 100px;
		height: 11px;
		margin: 5px 0px 0px 0px;
}



/*			SITE MAP			*/
#site_map	{
		width: 100px;
		height: 11px;
		margin: 5px 0px 0px 0px;
}



/*			ENGLISH			*/
#english	{
		width: 100px;
		height: 11px;
		margin: 5px 0px 0px 0px;
}



/*			本文			*/
#contents	{
		width: 600px;
		position: absolute;
		top: 110%;
		left: 35%;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		_position: absolute;
		_left: 25%;
}

#go_to_top	{
		margin: 50px 0px 10px 550px;
		padding: 0px;
		width: 30px;
		height: 11px;
		background: url(images/go_to_top_on.png);
}

#go_to_top a	{
		display: block;
		width: 30px;
		height: 11px;
}

#go_to_top a:hover	{
		text-indent: -9999px;
}

h2	{
		font-size: 25px;
		font-weight: bold;
		vertical-align: middle;
		color: #FFFFFF;
		background-color: #3D3D3D;
		margin: 0px;
		padding: 0px;
}

.top_para	{
		width: 590px;
		margin: 30px 0px 0px 5px;
		padding: 0px;
		font-size: 15px;
		line-height: 25px;
		text-indent: 1em;
}

p	{
		width: 590px;
		margin: 10px 0px 0px 5px;
		padding: 0px;
		font-size: 15px;
		line-height: 25px;
		text-indent: 1em;
}



/*		コピーライト			*/
#copyright	{
		position: fixed;
		bottom: 3px;
		left: 10px;
		font-size: 9px;
		_position: absolute; 
		_bottom: expression(eval(document.documentElement.scrollTop+0)); 
}