body {
	margin: 0;
	padding: 0px;
	font-size: ;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
}

/* a要素一般の指定 */
a:link {
color:#FFFFFF;
}

/* 訪問済リンクの指定 */
a:visited {
color:#FFFFFF;
}

/* リンク移動中の指定 */
a: acitive {
color: #FFFFFF;
}

/* a要素にマウスカーソルがオンの時の指定 */
a: hover {
color: #FF0000;
}

#topbar {
	margin: auto;
	padding: auto;
	width: 718px;
	height: 20px;
	background-image: url(img/bar01.jpg)
}

#head {
	width: 718px;
	height: 95px;
}

#head img {
	margin: 0 543px 0 24px;
}

#main {
	margin: auto;
	padding: auto;
	width: 718px;
	color: #696969;
	background-color: #FFFFFF;
	text-align: left;
	background-image: url(img/bg-main.jpg);
	background-repeat: no-repeat;
}

#box1 {
	float: left;
	width: 330px;
	height: 244px;
	margin: 10px 0 5px 27px;
	background-image: url(img/dice01.jpg);
	display : inline;
}

#box1 p{
	padding: 50px 110px 0 20px;
}

#box2 {
	float: right;
	width: 330px;
	height: 244px;
	margin: 10px 27px 5px 0;
	background-image: url(img/dice02.jpg);
	display : inline;
}

#box2 p{
	padding: 55px 110px 0 15px;
}

#box3 {
	float: left;
	width: 330px;
	height: 244px;
	margin: 5px 0px 10px 27px;
	background-image: url(img/dice03.jpg);
	display : inline;
}

#box3 p{
	padding: 55px 50px 0 15px;
}

#box4 {
	float: right;
	width: 330px;
	height: 244px;
	margin: 5px 27px 10px 0px;
	background-image: url(img/dice04.jpg);
	display : inline;
}

#box4 p{
	padding: 55px 125px 0 15px;
}

#regist {
	clear: both;
	margin: auto;
	padding: auto;
	width: 661px;
	height: 77px;
	background-image: url(img/regist-bg.jpg)
}

#regist a{
	margin: 5px 0 0 348px;
	padding: 0;
	width: 306px;
	height: 57px;
	display: block;
	background-image: url(img/regist01.jpg);
}

#regist a:hover	{
	background-image: url(img/regist02.jpg)
}

#endbar{
	margin: auto;
	padding: auto;
	width: 718px;
	height: 32px;
	background-image: url(img/bar02.jpg)
}

#foot {
	background-color: #009999;
	width: 100%;
	height: 30px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
}
#foot ul {
	width:800px;
	margin: 0 auto;
}

#foot li {
	list-style-type: none;
	display: inline;
}