@charset "utf-8";


.index_txt {
	text-align:center;
	font-size:150%;
	margin:4em 0;
	line-height:2em;
}
#main_img td {
	padding:0;
	margin:0
	border:none;
}


#main_img {
	position:relative;
	width:960px;
	height:930px;
	background:url(../../img/index_main.jpg) no-repeat;
}

#main_img > img  {position:absolute;}
#main_img_catch  {top:10px;}
#main_img_catch2 {bottom:40px;}
#main_img_logo   {
	top: 166px;
	left: 420px;
}


#main_img > div {
	text-align:center;
	font-size:170%;
	font-weight:bold;
	color:#fff;
	text-shadow:1px 1px 3px #064214;
	position:relative;
	top:450px;
	line-height:1.7em;
	background-color: rgba(0,64,0,0.2);
	width:650px;
	border-radius:10px;
	margin:0 auto;
}
#main_img > div > p {margin-bottom:1em;}
