/* default.css: Copyright (C) 2004 SUGIYAMA Tomoaki */
/* writer: SUGIYAMA Tomoaki <tomos@webmasters.gr.jp> */
/* Last Update: $Id: default.css,v 1.4 2002/11/03 05:28:25 tomos Exp $ */

body	{
	color: #fff;
	background-color: #000;
	margin: 0px;
	padding: 10px;
	line-height: 1.2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h1,h2,h3,h4,h5,h6,hr,dt	{
	clear: both;
	}

p	{
	text-indent: 1em;
	}

p.noindent	{
	text-indent: 0em;
	}

img.banner	{
	padding: 3px;
	float: left;
	border: none;
	}

a img	{
	border: none;
	}

em	{
	font-style: normal;
	font-weight: bolder;
	}

address	{
	color: #888;
	font-size: small;
	}

hr	{
	/*display:block;
	margin-left:0px;
	margin-right:0px;
	line-height:3pt;
	padding-bottom:8px;*/
	}

hr.footer	{
	/*color:#f93;
	padding-bottom:10px;*/
	}

.gyouindex	{
	text-align: center;
	}

.copyright	{
	color: #ddd;
	font-size: small;
	}

.nav-txt	{
	text-align: right;
	}

a:link	{
	color: #3366ff;
	/*background: #fff;*/
	background-color: transparent;
	text-decoration: none;
	}

a:active	{
	/*color: #666;
 background-color: transparent;
	text-decoration: none;*/
	}

a:visited	{
	color: #9999ff;
	/*background: #fff;*/
	background-color: transparent;
	text-decoration: none;
	}

a:hover	{
	color: #8b0000;
	background-color: transparent;
	/*background-color: #c30;
	text-decoration: none;*/
	}
