@charset "utf-8";
/* CSS Document */
*{margin: 0; padding: 0;}
body {background: #d7d7d7 url(../images/body-bg.gif) center top no-repeat; font: 13px Verdana, Geneva, sans-serif; text-align: center;}
.close {height: 0; overflow: hidden; clear: both;}
li {list-style: none;}
img {border: none;}
a{}
a:hover {}

.all {
	width: 996px;
	margin: 0 auto;
	text-align: left;
}

.header {
	width: 996px;
	height: 141px;
	background: url(../images/header-bg.jpg) no-repeat;
	position: relative;
}

.header-text {
	position: absolute;
	right: 35px;
	top: 3px;
	width: 320px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}

.header-bookmark {
	position: absolute;
	width: 197px;
	height: 33px;
	bottom: 0px;
	right: 145px;
}

.content {
	width: 996px;
	background: url(../images/content-bg.gif) repeat-y;
	padding-bottom: 15px;
	text-align: center;
}
.content img {
	margin-bottom: 3px;
}

.content h3 {
	text-indent: -9000px;
	width: 349px;
	height: 65px;
	padding-bottom: 5px;
	background: url(../images/h3-fon.gif) no-repeat;
	margin: 0 auto;
}

.content h3.h301 {
	background: url(../images/h301-fon.gif) no-repeat;
}

.content h3.h302 {
	background: url(../images/h302.gif) no-repeat;
}

.content h3.h303 {
	background: url(../images/h303.gif) no-repeat;
}

.content h3.h304 {
	background: url(../images/h304.gif) no-repeat;
}

.pagination {
	margin: 5px 0 10px 10px;
	color: #a6653d;
	font-weight: bold;
	text-align: left;
}

.pagination span {
	padding-right: 5px;
}

.pagination a {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: underline;
	margin: 3px;
	padding: 2px 4px;
	background: #000;
	border: solid 1px #7A430E;
}

.content-bookmark {
	width: 303px;
	height: 52px;
	margin: 0 auto;
}

.site-link {
	width: 980px;
	margin: 10px 8px;
	text-align: left;
}

.site-link td {
	width: 240px;
	line-height: 1.2;
}

.site-link a {
	font-size: 18px;
	font-weight: bold;
	color: #FF811E;
	text-decoration: underline;
}

.site-link a:hover {
	color: #FF9E4F;
	text-decoration: underline;
	font-size: 20px;
}

.footer {
	width: 100%;
	background: url(../images/footer-bg.gif) left bottom repeat-x;
}

.footer-inner {
	width: 996px;
	background: url(../images/footer.jpg) no-repeat;
	margin: 0 auto;
	position: relative;
	height: 212px;
}

.footer-inner-link {
	position: absolute;
	top: 42px;
	right: 215px;
	width: 345px;
	text-align: center;
	color: #a6653d;
	font-weight: bold;
}

.footer-inner-link p {
	padding-bottom: 15px;
}

.footer-inner-link a {
	text-decoration: underline;
	font-weight: bold;
	color: #a6653d;
}



