/* タグのスタイル設定 */

body	{background: #000000 url(img/bg1.jpg) repeat;}
a	{color:#ffffaa;}

/* IDの指定 */

#logo_1 {
	position: absolute;
	left: 5px;
	z-index: 3;
}

#logo_2 {
	position: absolute;
	left: 120px;
	top: 80px;
	background-color: #000000;
	font-size: 10pt;
	color: #ffffcc;
	line-height: 8pt;
	z-index: 1;
}


#navi a:hover {color:#ff6666;}


/* Classの指定 */

.menu	{
	list-style: none;
	left-margin: 0px;
}

.footer {
	position: relative;
	margin-left: 8%;
	margin-right: auto;
	top: 640px;
	font-size: 10pt;
	color: #ffff77;
}

