@charset "utf-8";
*{margin:0px;padding:0px;}
html  {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
}
body  {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* «evxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

h1,h2,h3,table,th,tr,td,p,hr{margin: 0; padding: 0;}
img {border: 0px}

/* «Tvxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.sample {
	float: left;
	width: 800px;
	height: 100px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: solid 1px #333333;
	background-color: #f8f4f7;
	background-image: url( "../img/bg-main.gif" );
	background-repeat: repeat-y;
	font-family: "MS P Gothic","lr oSVbN", Osaka, Verdana, Arial, sans-serif;
	font-size: 12px; font-weight: normal; color: #77cc77;
	letter-spacing: 0.3px; line-height: 1.2em;
	text-align: center;
}

