@charset "utf-8";
/* CSS Document */

#visionArea {
	width:495px;
}

#newsArea {
	width:299px;
}


.newsAreaText {
/*  height:130px;*/
  background: #fff;
	padding: 12px;
}
/**IE6*/
*html .newsAreaText {
/*  height:138px;*/
}
/**IE7*/
*:first-child+html .newsAreaText {
  height:123px;
}

.bnArea{
	margin-top: 13px;
}

.imgCap {
	width: 100px;
	font-size:10px;
	color:#666666;
	text-align: center;
}

.imgCap img{
	margin-bottom:5px;
}


.alphaBG {
	background: url(../img/bg_vision.gif);
	padding: 5px;
}

.alphaBG div.VisionText {
	background: #fff;
	padding: 10px;
}
.alphaBG div.visionTextArea{
	background: #fff;
	padding: 10px;
}

.imgCap{
  padding:10px;
}
.newsList {
}

.newsList dt {
	margin-top: 5px;
}

.newsList dd {
	margin: 5px 0px 10px 20px;
	line-height:1.5;
}
