* {
margin:0;
padding:0;

}


body{
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 130%;
	background-color: #E8E8E8;

}

div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 140%;/* base line height */
	text-align: left;
	display: block;
	margin: 0px;

}

h1,h2,h3 { display:none ;}

a{/*リンクされた文字*/
	color:#bbbbbb;
	text-decoration:none;
}

a:link {/*未訪問のリンク*/
color:#bbbbbb;
text-decoration:none;
}

a:visited {/*訪問後のリンク*/
color:#bbbbbb;
text-decoration:none;
}

a:hover {/*マウスをのせたとき*/
color:#999999;
text-decoration:underline;
}

#wrap{
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #E8E8E8;
	width: 800px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	color: #333;
	text-align: center;
	}

#header{
	background-image: url(header.png);
	background-repeat: no-repeat;
	height: 146px;
	width: 800px;
}

#top_txt{
	background-image: url(top_txt.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 750px;
	font-size: 11px;
	color: #000;
	line-height: 16px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}

#middle{
	background-image: url(middle.png);
	background-repeat: no-repeat;
	height: 183px;
	width: 800px;
	position: relative;
}

#footer{
	background-image: url(footer.png);
	background-repeat: no-repeat;
	height: 46px;
	width: 750px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
}


#footer2{
	text-align: center;
	padding: 10px;
	font-size: 11px;
}

#ap_mail {
	position:absolute;
	width:505px;
	height:52px;
	z-index:1;
	left: 44px;
	top: 116px;
}