* {
	margin: 0px;
	padding: 0px;
}

/* Tag */

html {
	height: 100%;
}
body {
	font: 10px Verdana, Arial, sans-serif;
	color: #333333;
	_font-size: 62.5%;
	background: #000000;
	height: 100%;
}
body > #Wrapper {
	height: auto;
}
a {
	color: #FF7800;
}

#Wrapper {
	margin: auto;
	width: 784px;
	height: 100%;
	background: url(../img/bg.gif);
	min-height: 100%;
	font-size: 1.4em;
}
#Header {
	background: url(../img/header.gif);
	height: 194px;
	position: relative;
}
#Header h1 {
	text-indent: -9999px;
	height: 15px;
	width: 80px;
	position: absolute;
	font-size: 10px;
	line-height: 10px;
	top: 175px;
	right: 8px;
}
#Header h1 a {
	display: block;
	height: 100%;
}
#Header a {
	text-decoration: none;
}

#Navi {
	float: left;
	width: 300px;
	color: #FFFFFF;
}
#Navi a {
	text-decoration: none;
}
#Navi a:hover {
	color: #FF9900;
}


#Contents {
	float: right;
	width: 480px;
}
/* これ以降Mac IE 5のみに適用される \*//*/
#Contents {
	display: inline-block;
}
/* これ以降Mac IE 5には適用されない \*/
#Contents:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* これ以降Mac IE 5にも適用される */

#Footer {
	font-size: 0.7em;
	color: #FFFFFF;
	height: 80px;
	letter-spacing: 1px;
	clear: both;
}
#Footer p {
	line-height: 80px;
}
