@charset "UTF-8";


body {
	margin: 0;
	padding: 0;
	background: #f2f0eb;
	font-size: 12px;
	color: #333333;
}
img {
	border: none;
}

div#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/bg.gif) repeat-y; 
}
div.title {
	width: 800px;
	margin-bottom: 20px;
}


/*---------------------------------------------------------------
* #header
----------------------------------------------------------------*/
div#header {
	height: 85px;
	margin-bottom:30px;
}

/*---------------------------------------------------------------
* #alpha-block
----------------------------------------------------------------*/
div#alpha-block {
	width: 800px;
}
div#alpha-block ul li {
	line-height: 0;
	vertical-align:bottom;
}

.box2 {
	width: 655px;
	height: 177px;
	float: left;
}
.box3 {
	width: 365px;
	height: 177px;
	float: left;
	background: url(../../img/splash03.gif) no-repeat;
}
.text {
	width: 185px;
	margin-bottom:10px;
}
.text a {
	color: #333;
	text-decoration: underline;
}
.text a:hover {
	color: #999;
	text-decoration: none;
}

/*---------------------------------------------------------------
* #beta-block
----------------------------------------------------------------*/
div#beta-block {
	width: 1020px;
}
.section {
	margin-left: auto;
	margin-right: auto;
	width: 870px;
}
.sectionTop {
	width: 870px;
	height: 132px;
}
.sectionBody {
	width: 870px;
	background: url(../../img/question_bg.gif) no-repeat;
}
.section p {
	margin: 10px 0;
	font-size: 14px;
	font-weight: bold;
}
.section span {
	font-size: 10px;
}

.border {
	margin: 40px 0 20px 0;
}
.border-top {
	margin: 0 0 20px 0;
}


/*---------------------------------------------------------------
* #gamma-block
----------------------------------------------------------------*/
#gamma-block {
	width: 1020px;
}

div.unit {
	margin-left: auto;
	margin-right: auto;
	width: 870px;
	background: #fff;
}
div.unit-2col {
	float: left;
	margin: 20px 0 40px 0;
	background: #fff;
	text-align: left;
}
div.unit-2col-2 {
	float: left;
	margin: 20px 0 40px 36px;
	background: #fff;
	text-align: left;
}

div.unit-5col {
	float: left;
	width: 150px;
	height: 310px;
	margin-right: 30px;
}
div.unit-5col-last {
	float: left;
	width: 150px;
	height: 310px;
}

/*---------------------------------------------------------------
* #footer
----------------------------------------------------------------*/
#footer {
	width: 800px;
	height: 34px;
	text-align: center;
}

/*---------------------------------------------------------------
* .clearFix
----------------------------------------------------------------*/
.clearfix:after {
  content: ".";  
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
