/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-width:1000px;
	background:url(images/index_bj.jpg) #FFD3DE top center  no-repeat;
	background-size:cover;
	font-family: Verdana, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic"; font-size: 12px;
}

.end {
	font-size: 12px;
	color: #2a2a2a;
	font-weight:bold;
	line-height:28px;
}

.img:hover{opacity: 0.5; /*Chrome、Safari、Firefox、Opera */ filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* IE6/IE7/8 */ }
