﻿@charset "utf-8";

/*-----------------------------------------------------

Top Page Style

------------------------------------------------------*/
#Wrap { }

#Wrap #Cont{ background: url(/images/bg_top.jpg) left top no-repeat #743236; min-height:670px; height: auto !important;
  height: 670px;position:relative; color:#FFF; margin-bottom:0;}
#Cont .news{
	background:url(/images/bg_001.gif) right top no-repeat;
	width:268px;
	height:401px;
	position:absolute;
	top:59px;
	left:523px;
}
#Cont .news p{ padding:20px 0 30px 10px; }
#Cont .news .newsInner{ color:#FFF; font-size:93%; padding:10px; overflow:auto; height:250px;}
#Cont .news .newsInner dl{ margin-bottom:10px;}
#Cont .news .newsInner dl dt{ float:left; width:100px;}
#Cont .news .newsInner dl dd{ float:right; width:139px;}
#Cont .news .newsInner dl dd a{ color:#FFFFFF;}
#Cont p#copyright{
	position:absolute;
	left:20px;
	top: 550px;
	padding-left:0;
}
