@charset "utf-8";
/* CSS Document */

@import url("common.css");

#information{	
	border-collapse:collapse;
	width:100%;
	margin:20px 0 30px;
}

#information th{
	width:117px;
	padding: 0 0 4px 0;
	background:url("../img_index/info_bottom.gif") no-repeat center bottom;
	line-height:1;
	border:solid 1px #593016;
	vertical-align:top;
}

#flashArea{
	padding-top:10px;
}

#information td{
	background:url("../img_index/info_bg.gif") top left;
	border:solid 1px #593016;
}

#information td span{
	background-color:#FFF;
	padding:3px 10px;
	margin-left:10px;
	color:#593016;
	font-weight:bold;
}

#contents{
	width:585px;
	float:left;
}

#rightMenu{
	width:226px;
	float:right;
}

#whatsNew img{
	vertical-align:top;
}

#whatsNew ul{
	margin:10px 0;
	border-bottom:dotted 1px #593016;
	padding-bottom:10px;
}

#whatsNew ul.last{
	border:none;
	padding-bottom:20px;
}

#whatsNew li{
	float:left;
	margin-right:15px;
}

#whatsNew li.last{
	margin:0;
}

#whatsNew .whasNewRow {
	position: relative;
	width: 585px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom:dotted 1px #593016;
	min-height: 120px;
  height: auto !important;
  height: 120px;
}
#whatsNew .last {
	border-bottom: none;
}
#whatsNew {
	padding-bottom: 20px;
}
#whatsNew .whasNewRow .whasNewColLeft {
	position: relative;
	width: 280px;
	float: left;
}
#whatsNew .whasNewRow .whasNewColRight {
	position: relative;
	width: 280px;
	float: right;
}
#whatsNew .whasNewRow .whasNewColLeft dt,
#whatsNew .whasNewRow .whasNewColRight dt{
	padding-left: 110px;
	padding-top: 2em;
	line-height: 120%;
	font-size: 12px;
	color: #573218;
	font-weight: bold;
}
#whatsNew .whasNewRow .whasNewColLeft .whasNewCat,
#whatsNew .whasNewRow .whasNewColRight .whasNewCat {
	position: absolute;
	top: 0;
	left: 110px;
	color: #B81E26;
	font-size: 14px;
}
#whatsNew .whasNewRow .whasNewColLeft .whasNewDate,
#whatsNew .whasNewRow .whasNewColRight  .whasNewDate{
	position: absolute;
	top: 2px;
	right: 0;
	font-size: 10px;
}
#whatsNew .whasNewRow .whasNewColLeft .whasNewTxt,
#whatsNew .whasNewRow .whasNewColRight .whasNewTxt {
	padding-left: 110px;
	font-size: 10px;
}
#whatsNew .whasNewRow .whasNewColLeft .whasNewImg,
#whatsNew .whasNewRow .whasNewColRight .whasNewImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 95px;
	padding: 3px;
	border: 1px solid #9B8C8F;
}


#newsInfo{
	width:585px;
	height:20px;
	position:relative;
	background:url("../img_index/news_info_bottom.gif") no-repeat left bottom;
	clear:both;
}

#newsInfo p{
	position:absolute;
	top:4px;
	left:500px;
}

#newsInfoList dl{
	border-bottom:dotted 1px #593016;
	padding:5px 10px;
}

#newsInfoList dt{
	float:left;
	width:7em;
}

#newsInfoList dd{
	margin-left:7em;
}