/* CSS Document */
*{
margin:0;
padding:0;
}

html{
height:100%;
/*min-height:100%;*/
}

body{
padding:0px;
	margin:0px auto;
	background-color:#000;
	font-family:sans-serif;
	font-size:80%;
	height: 100%;
	/*background-image: url(images/bk.jpg);
	background-repeat: repeat;
	background-position: center top;*/
}

/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}
/* IE6以下でpadding指定 */
*html body {
padding-left: 1px;
}


/*A*/
a{
	color:#000000;
}

a:hover{
	color:#333333;
}
a:active{
	color:#333333;
}


/*WRAPPER*/
div#wrapper{
margin: 0 auto;
height:100%;
min-height: 100%;
text-align:center;
}

body > #wrapper{
height:auto;	
}

/*CONTAINER*/
div#container{
	width:1053px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
text-align:left;
background-image: url(images/shop/bk.jpg);
background-repeat: no-repeat;
background-position:center top;
}


div#header{
	width:850px;
	height:280px;
	background-image: url(images/shop/header.jpg);
background-repeat: no-repeat;
background-position: top center;
position:relative;
left:101px;
}
			

div#main{
width:850px;
position:relative;
top:0px;
left:101px;
padding-bottom:50px;
}

.apply{
	position:relative;
	top: 10px;
	left:30px;
	width:790px;
	padding-bottom:100px;
	font-size:1.5em;
	line-height:1.2em;
}


.caution{
	width:750px;
	font-size:12px;
	line-height:20px;
	margin-top:5px;
	margin-left:20px;
	}
	
	.caution2{
	margin:10px;
	}


.select{
	font-size:1em;
	line-height:1.5em;
	padding-bottom:20px;
}

div.clear{
	clear:both;
}



div#footer{
	width:1053px;
	height:145px;
	position:relative;
	top:0px;
	background-image: url(images/shop/footer.jpg);
    background-repeat: no-repeat;
	margin-bottom:0px;
}


div#footer .copyrights{
position:relative;
top:50px;
text-align:center;
}
