/* CSS Document */
body{
	padding:0px;
	text-align:center;
	margin:0px auto;
	display:block;
	background-color:#FFFFFF;
	font-family:sans-serif;
	font-size:80%;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

p{
	margin:0;
	font-size:xx-small;
}

a:hover{
	color:#333333;
}
a:active{
	color:#333333;
}

div#wrapper{
	width:100%;
    width:100%;
}

div#container{
	width:850px; 
	margin:0px auto;
	text-align:center;
}

div#info{
font-size:12px;
	margin:0px auto;

}

div#sub{
	width:850px;
	margin-top:15px;
	text-align:left;

}



div#update{
	float:left;
	overflow: auto;   /* スク・充・E充・*/
	width: 45%;
	height:80px;
	background-color: white;
	margin-left: 25px;
	border: 1px solid #CCCC99;
	padding: 5px;
}

div#rightside{
	float:right;
	width:360px;
	margin-right: 23px;
}

div#info{
	margin-left:0px;
}

span{
color:red;
}

div#qr{
	width:100px;
	margin-left:0px;
	margin-top:0px;
	float:left;
}

div#banner{
	position:relative;
	width:202px;
	display:block;
	margin-left:0px;
	margin-top:0px;
	float:right;
}

div#container:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}

div#footer{
	margin-top:100px;
}
