@charset "UTF-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2012/08/15
 */

/* TopPage
------------------------------------------------------------------*/
body{
	background-color: #f3f2ee;
}
.pBlock{
	background-color: #fff;	
}



/* First */
.information{
	/*
	background-color:#000;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	*/
	height:60px;
	background:url(../common/img/bg/bg01.png);
	/*
	
	width:100%;
	height:100px;
	color: #fff;
	*/
  
}

.information .inner{
	width:950px;
	margin:5px auto 0 auto;
	padding:5px 0 0 0;
	text-align:left;
}
.information .inner p{
	color:#ccc;
	font-size:85%;
}

.information .inner .newsArea{

}
.information dl{}
.information dl dt{
	font-size: 80%;
	font-weight: bold;
	color: #fff;
	float: left;
	display: inline;
	width: 70px;	
}
.information dl dd{
	font-size: 85%;
	float: right;
	display: inline;
	width: 880px;	
}
.information dl a{
	color: #fff;
	text-decoration: none;
}
.information dl dt a{
	font-weight: bold;
}
.information dl a:hover{
	color: #fff;
	text-decoration: underline;
}




#gWrapper.top #cPageTop { display: none; }
