*{ margin: 0; padding: 0; }

body{
	/*background-color: #000000;*/
	background-image:url(./img/background1.jpg);
	background-position:center center; 


}

.site-box{
	width: 500px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;

}

.top-box{
	text-align: center;
	/*background-color: #000000;*/
	width: 500px;
	height: 700px;
	font-style:italic;
}

a{/*リンク文字*/
    color:#cc6600;
    font-style:normal;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    /*color:#00dd00;*/
    color:#cc6600;
    font-style:normal;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#cc6600;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#666666;
    font-style:normal;
    text-decoration:none;
}
a:active {/*クリック中*/
    text-decoration:none;
}
