/* CSS Document */




#mother_wrapper{
	width:800px;
	}
#border_wrapper{
	border-left:2px solid #999999;
	border-right:2px solid #999999;
	}
#border_top{
	background:url('/img/border_top.gif') no-repeat top;
	padding:5px;
	}
#border_bottom{
	background:url('/img/border_bottom.gif') no-repeat bottom;
	padding:5px;
	}
#contents_wrapper{
	width:780px;
	padding:16px 0;
	text-align:left;
	}
h2{
	line-height:30px;
	background:url('/img/face_laugh.gif') no-repeat left top;
	padding:0 0 0 46px;
	color:#3366CC;
	}
h2#top_headline{
	margin-top:0;
	}
#qr_area{
	width:470px;
	float:left;
	}
#qr_area img{
	margin:40px 0 0 70px;
	}

#capture_area{
	width:240px;
	float:left;
	}

.clear{
	clear:both;
	}

#footer{
	margin:16px 0;
	padding:5px;
	}

hr{
	color:#cccccc;
	border-style:dotted;
	width:90%;
}


