*	{
	margin: 0;
	padding: 0;
	}

body	{
	margin: 0px;
	background-color: #FFFFFF;
	text-align: left;
/*	background-image: url(./copy.png);
	background-attachment: fixed;
	background-position: right bottom;
	background-repeat: no-repeat; */
	}

a	{
	text-decoration: underline;
	}

a:link{
	color: #7059c0;
	}

a:visited{
	color: #7059c0;
	}

a:active{
	color: #7ab1cc;
	}

a:hover	{
	color: #7ab1cc;
	}

a.end	{
	color: #CCCCCC;
	}

img	{
	border: 0px;
	}

#container{
	width: 85%;
	line-height: 140%;
	margin: 0px auto 0px auto;
	text-align: left;
	background-color: transparent;
	border: 0px solid #999999;
	}

#header	{
	margin: 40px 0px 0px 0px;
	height: 110px;
	text-align: left;
	padding: 0px;
	background-color: transparent;
	border: 1px solid #000000;
	background-image: url(./happa_header.png);
	background-attachment: fixed;
	background-position: 50% top;
	background-repeat: no-repeat;
	}

#header h1{
	margin: 27px 0px 0px 7px;
	padding: 0px 0px 0px 0px;
	}

#menu	{
	background-color: transparent;
	float: left;
	width: 130px;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
	border: 0px solid #000000;
	}

#menu p	{
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
	}

#contents{
	background-color: transparent;
	width: 60%;
	margin: 30px 0px 0px 200px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #999999;
	line-height: 20pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	}

#contents h1{
	line-height: 25pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #999999;
	}

#contents h2{
	line-height: 15pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
	}

#contents p{
	text-align: right;
	line-height: 15pt;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	}

#contents img{
	float: left;
	margin: 0px 20px 0px 0px;
	}

#name	{
	text-align: right;
	line-height:15pt;
	margin: 0px 0px 30px 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF9933;
	}

#lang	{
	text-align: right;
	line-height:10pt;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #7759c0;
	}

#footer	{
	background-color: transparent;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	position: relative;
	top: 5px;
	bottom: 0%;
	border: 0px solid #999999;
	line-height: 15px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	}

td	{
	text-align: left;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	}

td.new	{
	color: #FF3399;
	font-weight: bold;
	}

td.old	{
	color: #6600FF;
	font-weight: bold;
	}

td.cont	{
	color: #666666;
	}

td.end	{
	color: #221100;
	}

hr	{
	width: 100%;
	height: 1px;
	color: #666666;
	background-color: transparent;
	border: 1px dotted #666666;
	text-align: left;
	}

hr.solid{
	width: 95%;
	height: 1px;
	margin-top: 10px;
	color: #666666;
	background-color: transparent;
	border: 1px solid #CCCCCC;
	text-align: left;
	}

span.new{
	color: #FF3399;
	font-weight: bold;
	}

span.old{
	color: #6600FF;
	font-weight: bold;
	}

span.name{
	color: #009999;
	}
