@charset utf-8;
	
body{
	font-family: "UD新ゴ コンデンス90 L","UD Shin Go Conde90 L";
	color:#333333;
	background-image:url(fusigi_img/fusigidangi.png);
	background-repeat: no-repeat;
  	background-position:50% 50%;
  	background-attachment:fixed;
	background-size:cover; 

	}


.block3{
	
	width:98%;
	max-width: 800px; /* 最大幅 */
	min-width: auto; /* 最小幅 */
	background-color: tranceparent;
	background-image: url(fusigi_img/back4.png);
	background-attachment:fixed;
	background-repeat:repeat;
	background-position:center;
	-webkit-box-sizing: border-box;
	-moz-bos-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 3px 3px 6px #aaaaaa;

} 

.block3 p{text-align:left; padding-left:1.5em; padding-right:1.5em;}

.block3 li{ 
	text-align:left;
	list-style-type:square;
	padding-left:1em; 
}