@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family:  Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 13px;
	text-align: center;
	background:  url(../images/background.gif) top repeat-x #fafafa;
	line-height: 1.2;
}	

img {
    border: 0;
}

/*** ID ***/

div#container {
	width: 800px;
	background-color: #fafafa;
	text-align: left;
	margin: 25px auto 0px auto;
	border:solid 1px #999999;
}

/*** CLASS ***/

.addition {
	font-size: 8px;
}

.small_font {
	font-size: 10px;
}

.clearfix:after {
  content: ".";  
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

