body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Lucida Grande", sans-serif;
	font-size: 13px;
	background-color: #FFF;
	background-image: url(../images/misc/body_bg.jpg);
	background-repeat: repeat;
}

html{overflow-y: scroll;}

/* for WinIE7*/

*:first-child+html body {
	font-size: 13px;
	font-family: 'メイリオ', Meiryo, sans-serif;
}
h1,h2,h3,h4,p,dl,dt ,dd {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 25px;
}

img {
	border: none;
}
.highlight a:hover {
-moz-opacity:0.5;
opacity:0.8;
filter: alpha(opacity=70);
}

/*コンテナー
---------------------------------------------------------------------------*/

main {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px 30px;
	background: rgba(0,0,0,0.4);
	color: #fff;
	text-align: center;
	width: 500px;
}
.title_txt {
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 18px;
}
.title_txt {
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}
