@charset "euc-jp";

/* ==============================================
   layout
============================================== */
#container {
	clear:both;
	margin:0;
	z-index: 2;
	width:100%;
	min-width: 950px;
}


/*---------------------------------------------------------------
* for set min-width (IE 6.0)
----------------------------------------------------------------*/
* html div#container {/* only for winIE6.0 and below */
	width:auto;
	/*border-left:950px solid #FFFFFF;*/
}
* html div#unification {/* only for winIE6.0 and below */
	position:relative;
	margin-left:-950px;
}
* html div#container,
* html div#unification {/* only for winIE6.0 and below */
	height:1px;
}


/* remove this code when IE6 is out of scope */
#contents {
	background:#fff;
	margin: 0;
	padding-top:15px;
	font-size:82%;/*13px*/
}
* html #contents{
	width:100%;
	min-width: 950px;
}
#main {
	background:#fff;
}
.layout2cols {
	position:relative;
	width:100%;
}
.layout2cols .areaMain{
	float:left;
	position:relative;
	left:100%;
	width:100%;
	margin-left:-100%;
	overflow:hidden;
}
* html .layout2cols .areaMain{
	height:100%;
}
.layout2cols .areaMain .areaMainContainer {
	padding: 0 330px 0 12px;
}

.layout2cols .areaRight{
	position:relative;
	margin-right:12px;
	margin-left:20px;
	float: right;
	width: 300px;
}
* html .layout2cols .areaRight{
	margin-right:6px;
}
/* clearfix */
.layout2cols:after{
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.layout2cols{
	zoom: 1;
}

/* searchWords */
input#searchWords {
    vertical-align:top; 
}
