@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

html{
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}

h1,h2,h3,h4,h5,h6,p,div,address{
	font-size:100%;
	font-weight:normal;
}

body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background:#000;
}

a{
	color:#726B62;
	text-decoration:none;
}
		
a:hover{
	color:#726B62;
	text-decoration:underline;
}

.clear{
		clear:both;
		width:1px;
		height:1px;
		overflow:hidden;
		}
		
/* ************************ HEADER ************************* */

#header{
	width:284px;
	height:41px;
	margin-bottom:3px;
}

#header h1{
	width:284px;
	height:41px;
	background:url(../img/easyaction_title.gif) top no-repeat;
	text-indent:-9999px;
}

/* ************************ CONTENTS ************************* */

#contents{
	width:284px;
	height:67px;
	position:absolute;
	top:50%; left:50%;
	margin-left:-142px;
	margin-top:-100px;
}

#contents p{
	font-size:10px;
	color:#726B62;
	line-height:135%;
}
