*{
	margin:0;
	padding:0;
}
body{
	background:url(img/bg.gif) 0 0 repeat-y;
	background-color:gray;
	line-height:1.5;
	font-size:14px;
}
div.globalNavi{
	width:751px;
	background-color:#333333;
}
div.globalNavi a{
	color:#333333;
	display:block;
	line-height:1.3;
	float:right;
	background-color:#dddddd;
	text-align:center;
	padding:0 7px;
	margin:3px 10px 5px 0;
	text-decoration:none;
}
div.globalNavi a:hover{
	color:red;
	background-color:#ffffff;
	text-decoration:underline;
}
div.globalNavi br{
	clear:both;
	font-size:1px;
}
div#copy{
	width:751px;
	color:#fefce6;
	text-align:center;
	font-size:12px;
	letter-spacing:0.1em;
	padding:5px 0 5px 0;
	border-top:1px solid red;
	background-color:#333333;
}