@import "share.css";

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
              header
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

#headcnt h2{
	margin: 5px 0 0;
	padding: 70px 15px 0 30px;
	height: 130px;
	font-size: 1.6em;
	line-height: 1.4em;
	color: #fff;
	background: url(../images/index/mainimg.jpg) no-repeat;
	border-top: 7px solid #eee;
}


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
              floatBox
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

#contents{
	float: right;
	width: 550px;
	margin: 20px 8px 0 0;
}
#wrapper>#contents{
	margin: 20px 16px 0 0;
}


/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
             contents
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

#contents h3{
	margin: 0.5em 0 0.3em; 
	color: #699;
	font-size: 1.2em;
}

.leftbox{
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
}

#news{
	clear: both;
	margin: 15px 0 0 0;
	background: url(../images/index/cntbg2.gif) repeat-y;
}
#news:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#news h4{
	padding: 6px 0 10px 10px;
	background: url(../images/index/cntbg1.gif) no-repeat;
	color: #699;
	font-size: 1em;
}
#news>h4{
	padding: 11px 0 10px 10px;
	font-size: 1.2em;
}
#news dl{
	margin: 0 0 0 1em;
	padding: 0;
	width: 500px;
	border-bottom: 1px dotted #eee;
}
dl:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#news dt{
	float: left;
	margin: 5px 5px 8px;
	padding: 0 0 0 15px;
	width: 80px;
	background: url(../images/index/pointer.gif) no-repeat;
	clear: both;
}
#news dd{
	float: right;
	margin: 5px 5px 8px;
	width: 380px;
}

#endnews{
	margin: 0 0 30px;
	padding: 0;
	height: 2px;
	background: url(../images/index/cntbg3.gif) no-repeat;
}