@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	background: #242f6e url(../siteimages/background/base.jpg) no-repeat center top;
}

body#index {
	background: #242f6e url(../siteimages/background/index.jpg) no-repeat center top;
}

img {
	border: 0;
}

p {
	margin: 0;
	padding: 0.8em 0;
	color: #333;
	font-size: 85%;
	line-height: 1.8;
}

h2 {
	margin: 1em 0 0.5em;
	padding-bottom: 0.2em;
	color: #7268b2;
	font-size: 100%;
	border-bottom: 1px dotted #7268b2;
}


#wraper {
	min-height: 880px;
	height: auto !important;
	height: 880px;
}

#content {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

#footer {
	text-align: center;
}

#footer .copyright {
	padding: 25px 0 15px;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}



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

#index #logo {
	position: absolute;
	top: 11px;
	z-index: 100;
}

#index #butaika {
	position: absolute;
	top: 145px;
	left: 9px;
	z-index: 101;
}

#index #menu {
	position: absolute;
	top: 242px;
	z-index: 102;
}

#normal #logo {
	position: absolute;
	top: 11px;
	z-index: 100;
}

#normal #butaika {
	position: absolute;
	top: 119px;
	left: 9px;
	z-index: 101;
}

#normal #menu {
	position: absolute;
	top: 202px;
	z-index: 102;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	width: 250px;
	height: 40px;
	margin-bottom: 5px;
	text-align: center;
}

#menu li a {
	position: relative;
	display: block;
	width: 250px;
	height: 40px;
	overflow: hidden;
}
	
#menu li a img {
	position: absolute;
	top: 0;
	left: 0;
}

#menu li a:hover img {
	top: -40px;
}

#topics {
	margin-top: 25px;
}

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

#index #leftbox {
	position: relative;
	padding-top: 484px;
}

#normal #leftbox {
	position: relative;
	padding-top: 444px;
}


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

#rightbox {
	position: absolute;
	width: 620px;
	top: 0;
	left: 280px;
	z-index: 101;
}

#rightbox h1 {
	margin: 0 0 15px;
	padding: 0;
}

#rightbox .box {
}

#rightbox .box-top {
	padding-top: 15px;
	background: url(../siteimages/box/top.png) no-repeat top;
}

#rightbox .box-bottom {
	padding-bottom: 15px;
	background: url(../siteimages/box/bottom.png) no-repeat bottom;
}

#rightbox .box-body {
	padding: 0 15px;
	min-height: 730px;
	height: auto !important;
	height: 730px;
	background: url(../siteimages/box/body.png) repeat-y;
}

* html #rightbox .box-top {
	background: url(../siteimages/box/top.gif) no-repeat top;
}

* html #rightbox .box-bottom {
	background: url(../siteimages/box/bottom.gif) no-repeat bottom;
}

* html #rightbox .box-body {
	background: url(../siteimages/box/body.gif) repeat-y;
}
