@charset "utf-8";
/* CSS Document */


.contents-aria { 
	background:url(../../approach/img/photo_img.jpg) no-repeat right 200px ;
	}
	
	
	
	h3 {
		margin-bottom:30px;
		}
		
		
	.contents-aria p {
		width:580px;
		}

/* PNG */
	#img1{
		float:right;
		width: 372px;/* 画像の横サイズ */
		height: 273px;/* 画像の縦サイズ（画像はPNG-24で書き出しています） */
		background-repeat: no-repeat;
		}
	html>body #img1{/* IE6以外に適用 IE7も含む */
		background-image:url(../../approach/img/photo03.png);
		margin:0 265px 50px 0;
		}
	*html body #img1{/* IE6以下に適用（マージンも調整しています） */
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../approach/img/photo03.png)', sizingMethod='scale');
		margin:0 130px 50px 0;
		}


