body,td		{
			font-family: "ＭＳ Ｐゴシック","Osaka",sans-serif;
		}
body,td		{
			font-size: small;
		}
body		{
			background-color: #eee;
			text-align: center;
			color: #666;
			margin: 0px;
		}
#layerbody	{
			width: 780px;
			margin: 0px auto;
			background-color: #fff;
			border-left: 1px solid #ccc;
			border-right: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
		}
#header		{
			width: 720px;
			margin: 0px auto;
			text-align: right;
			padding: 50px 0px 10px 0px;

		}
#main		{
			width: 780px;
			background: url(images/main.jpg) no-repeat right top;
			border-top: 1px solid #eee;
			border-bottom: 1px solid #eee;
			padding: 40px 0px 40px;
		}
h1		{
			width: 620px;
			margin: 0px auto 5px;
			text-align: left;
		}
#main div	{
			width: 620px;
			margin: 0px auto;
			text-align: left;
		}
#main a		{
			color: #ac5091;
		}
#container	{
			width: 620px;
			margin: 0px auto;
			text-align: left;
		}
#menu		{
			width:  620px;
			padding: 20px 0px;
			float: left;
		}
#menu a		{
			display: block;
			font-size: 12px;
			float: left;
			width: 155px;
			text-align: center;
			padding: 9px 0px 9px;
			color: #ac5091;
			text-decoration: none;
			background: url(images/menu_back.gif) no-repeat;
		}
#menu a:hover	{
			color: #333;
			text-decoration: underline;
		}

#menu a#button0	{	background-position: 0px -100px; }
#menu a#button1	{	background-position: -155px -100px; }
#menu a#button2	{	background-position: -310px -100px; }
#menu a#button3	{	background-position: -465px -100px; }
#menu a#button00{	background-position: 0px -35px; }
#menu a#button11{	background-position: -155px -35px; }
#menu a#button22{	background-position: -310px -35px; }
#menu a#button33{	background-position: -465px -35px; }


#center2	{
			text-align: right;
			padding: 10px 0px 50px 0px;
			color: #999;
		}
#center2 a	{
			color: #666;
		}
#center2 a:hover{
			color: #C83;
		}

#foot		{
			margin: 0px auto;
			width: 770px;
			padding: 10px 0px;
			color: #999;
			text-align: left;
		}

.cl		{
			clear:both;
		}
img		{
			border: none;
		}
.reset		{
			display: block; 
			clear: both; 
			font-size: 1px; 
			height: 1px; 
			line-height: 1px; 
			margin: 0;
		}