@charset "utf-8";
/* home.CSS */

/* SITE：Art Bureau Co.,Ltd.
______________________________________*/

/*
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
/*
/*
/*==========================================*/

#images
{
    min-height: 100%;
    min-width: 100%;
    /*position: fixed;*/
	background:url(../images/images01.png) no-repeat;
    width:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    /*z-index: 1;*/
}

#images p
{
	position:fixed;
	top:50%;
	left:7%;
	color:#fff;
	font-size:15px;
	line-height:30px;
    z-index: 99;
}
