@charset "UTF-8";
/* CSS Document */
#container{
	background-image: url(../images/negai_BG.jpg);
	background-potision: left bottom;
	background-repeat: no-repeat;}

#contents{
	margin: 0 auto;
	width: 700px;
	height:700px;
	
	/*background-color: #CCCCCC;*/}

/*============================
共通帯
=============================*/
#contentsIcon{
	width: 50px;
	height: 50px;
	}
.absolute {
    position: absolute;
    left: 60px;
    bottom: 40px;
}
.relative {
	position: relative;
	width: 40px;
}


/* ------ */
#text {
	width: 600px;
	margin-top: 60px;
	float: right;
	
	}
#text p{
	line-height: 35px;
	letter-spacing: 0.5px;
	text-align: justify;
	}