@charset "UTF-8";
/* CSS Document */

@import "common/layout.css";


/*-------------------------------------------------------------------------
	INDEX
/*-----------------------------------------------------------------------*/

body{
	background:url(../../files/img/nyankoro/bg001.gif) 0 0 repeat;
}

#all{
	width:798px;
	margin:0 auto;
	border-left:1px #CCC solid;
	border-right:1px #CCC solid;
	border-bottom:1px #CCC solid;
	background:#dff2fc;
}

#main{
	padding:20px 0 0 20px;
}

#main #writer{
	position:relative;
}

#main p.obj{
	position:absolute;
	top:-180px;
	left:580px;
}

#main p.btn{
	position:absolute;
	top:15px;
	left:390px;
}

#main .movie{
	float:left;
}

.copyright {
	width:800px;
	margin:0 auto;
	padding:3px 0 30px 0;
}