@charset "utf-8";
/* CSS Document */

#topimg, #info {
	position: relative;
}

#title, #logods {
	position: absolute;
}

#title {
	top: 38px;
	left: 120px;
}

#language {
	left: 5px;
}

#logods {
	top: 5px;
	right: 5px;
}

h1 {
	margin: 0;
	float: none;
}

#topimg {
	background: url(../images/back/index00.png) no-repeat 0 30px;
	width: 800px;
	height: 478px;
	margin: 0 auto;
}

#topimg:before {
	height: 30px;
	top: 0;
}

#info {
	width: 750px;
	padding: 10px 25px 0;
}

#bnr_gal, #pinfo {
	float: left;
}

#bnr_gal {
	margin-right: 10px;
}

#pinfo {
	background-color: #ca3a3a;
	width: 230px;
	height: 142px;
	padding: 8px 10px 0 20px;
	color: #fff;
	line-height: 1.5em;
	border-radius: 4px;
}

#pinfo li {
	border-bottom: 1px solid #b52323;
	border-top: 1px solid #d75a5a;
}

#pinfo li:first-child {
	border-top: 0;
}

#pinfo li:last-child {
	border-bottom: 0;
}

#update {
	background-color: #fff;
	width:730px;
	margin: 10px auto;
	padding: 10px;
	border:1px solid #d7d7d7;
	border-radius:4px;
	list-style-type: none;
	clear: both;
}

#update li {
	margin-top: 10px;
}

#update li:first-child {
	margin-top: 0;
}

#update li a {
	background-color: #d7d7d7;
	width:730px;
	padding: 12px 0;
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	border-radius:4px;
	display: block;
	position: relative;
}

#update li a:hover {
	color: #fd5c6f;
}

#update li a span {
	color: #ff0000;
	left: 10px;
	position: absolute;
}

#info p {
	margin-top: 10px;
	text-align: center;
}