#header h3{
  margin: 0 ;
  padding: 0 ;
  border: none;
  height: 155px;
  font-size: 1.6em;
}
#header h3 a{
  display: block;
  text-decoration: none;
  width:310px ;
  line-height:140px ;
  height: 140px ;
  background-color: #9aa0cc;
  text-align: center;
  position: relative;
  top: 0px;
  left: 0px;
  color: #fff;
  
}
#header h3 a span{  
  display: block;
  width:310px;
  height: 140px;
  background: url(../img/benosen_sk.gif) no-repeat 20px 0 ;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  cursor: hand;  
}
#header h4{
  margin: 0 ;
  padding: 0 0 0 50px ;
  height: 40px;
  line-height: 40px;
  width: 370px;
  background: #2c298b url(../img/h2.gif) no-repeat right;
	position: absolute;
	text-align: left;
	top: 140px;
	left: 0px;
	color: white;
	z-index: 2;
	font-size: 1.6em;
}
#theme{
	background: url(../img/theme.jpg) no-repeat ;
	position: absolute;
	top: 0px;
	right: 0;
	width: 360px;
	height: 190px;
	z-index: 1;
}  
