/*
CSSクラス定義ファイル
*/

.title	{
	background-color:transparent;
	font-style:normal;
	font-size:240%;
	letter-spacing:1.5em;
	width:100%;
	filter:shadow(color:#FF9999,direction:135);
	margin-bottom:0em;
	}

.counter{
	text-align:right;
	}

.menu	{
	text-align:center;
	}

.name	{
	font-size: 120%;
	font-weight: bold;
	}

.emp	{
	color: #FF6060;
	font-weight:bold;
	}

.explain
	{
	font-size: 9pt;
	font-weight: bold;
	color: #9060FF;
	}

.sign	{
	font-size: 9pt;
	font-style: italic;
	color: maroon;
	text-align:left;
	}

.navi	{
	text-align:right;
	}

.formation
	{
	width:25%;
	margin-left:2em;
	font-weight:bold;
	}

.notice	{
	color:red;
	}

.writer	{
	color:#9933FF;
	}

.cleared{
	color:#FF6633;
	}

.site	{
	margin-bottom:0em;
	}

.owner	{
	font-size:80%;
	}
.second {
	color:#008800;
	}
