@charset "Shift_JIS";

		body{
background-color: black;
		margin:0px
		}
		





a:link { color: black; text-decoration: none;}
a:visited { color: black; text-decoration: none;}
a:hover { color: red;text-decoration: none; }
a:active { color: red;}




		
img {
    border-style:none;
}
		
		
		
		
		
		

		
		
		
		#wrapper{
		margin: 0;
		width: 100%;
		}
		
		
		
		
		
		
		
		.lp{
		width: 50%;
		float: left;
		}
		
		p.lp img{
		width: 73%;
		height: auto;
		float: right;
		}
		
		.rp{
		width: 50%;
		float: right;
		}
		
		p.rp img{
		width: 73%;
		height: auto;
		}
		
		
		
		
		
		
		
		
