@charset "utf-8";

html{
	background: none;
}

*html {
	
}

body{
	background: url(../img/bg_contenthead_index.png) 0 0 repeat-x #000;
}

ul.sub{
	margin: 11px 0 0;
}

div#globalNav{
	margin: 40px 0 0;
}


#slogan{
	width: 100%;
	height: 375px;
	background: center 0 no-repeat;
	text-indent: -9999px;
}

.mainBlock{
	padding: 30px 0 0 0;
}

h2{
	margin: 0 0 20px 0;
}

dl.news{
	overflow: hidden;
	width: 760px;
	font-size: 12px;
	border-bottom: 1px dotted #999;
	color: #eee;
}

dl.news dt{
	border-top: 1px dotted #999;
	padding: 1.5em 0;
	width: 11em;
	float: left;
}

dl.news dd{
	overflow: hidden;
	padding: 1.5em 0;
	line-height: 1.8;
	border-top: 1px dotted #999;
}

dl.news dd a{
	color: #fff;
	padding: 0 .3em;
	text-decoration: none;
	border-bottom: solid 1px #999;
}
dl.news dd a:hover{
	color: #ccc;
	border-bottom: solid 1px #eee;
}

dl.news dd blockquote{
	padding: 2em;
	font-style: italic;
}