@charset "utf-8";

@import url("./main.css");

body{
	margin: 0;
	padding:0;
	background:url(http://www.webooks.co.jp/f/images/background.gif);
}

div#container{
	position:absolute;
	top:50%;
	left:50%;
	overflow:auto;
	width:1000px;
	height:720px;
	margin-top:-350px;
	margin-left:-500px;
}

div#htmlinfl-wr{
	width:1000px;
	text-align:center;
	float:left;
	background-color:#fff;
}
div#htmlinfl{
	width:800px;
	margin:0 auto;
}
div#htmlinfl-in{
	width:800px;
	float:left;
	padding-bottom:15px;
}


#header {
width:800px;
height:125px;
margin:15px auto 0;
background:url(../images/bg_main1.gif);
background-repeat:no-repeat;
background-position:bottom left;
}

#header h1{
width:266px;
height:97px;
padding:0 32px;
float:left;
text-align:left;
}

#header .R h2 ,
#header .R p {
width:470px;
text-align:left;
}

#footer {
background:url(../images/bg_footer.gif);
width:665px;
height:70px;
float:left;
}

#footer #copyright {
padding:48px 0 0;
text-align:center;
width:665px;
}

.R{float:right}


