body {
  background: #fff4fe;
  line-height:1.5em;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

#wrap {
  margin: 0 auto;
}

#header {
  background: #42003c;
  height: 52px;
  background: url("./img/title_str.jpg") repeat;
}

#header #title {
  max-width: 350px;
  margin: 0 auto;
}

#header #title h1 {
  line-height: 65px;
  font-weight: bold;
  color: #fff;
  width:95%;
  
}


#main {
  max-width: 350px;
  margin: 0 auto;
}

#main .urani {
  margin-bottom: 25px;
  background: url("./img/u_bottom.gif") repeat-x;

  background-position: bottom;
}

#main .urani h2 {

  background: url("./img/star.png") no-repeat;
  height: 45px;
  margin-left:5px;
  padding: 0 40px 0 0;
  font-size: 100%;
  color: #87438b;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
  font-weight: bold;
}

#main .urani h2 a {
  line-height: 43px;
  width: 100%;
  display: block;
  background: url("./img/t_str_back.png") no-repeat;
  background-position: right bottom;
  color: #ff738c;
  transition: 1s;
}

#main .urani h2 a:hover {
  color: #FFC0CB;
}

#main .urani img {
  width:95%;
  border: solid 1px #ccc;
  margin-left: 5px;
  transition: 1s;
}

#main .urani a img:hover {
  opacity: 0.6;
}

#main .urani .comment {
	padding:9px;
}
.u_button {
  position: relative;
  height: 80px;
  padding:5px;
}

.u_button a {
  width: 95%;
  display: block;
  padding: 15px 0;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  border: solid 1px #110e21;
  text-align: center;
  background: darkslateblue;
  margin: 15px 0;
  box-shadow: 0 4px 0 #110e21;
  position: absolute;
  top: 0;
}

.u_button a:active {
  position: absolute;
  top: 5px;
  box-shadow: 0 0px 0 #110e21;
}


#footer {
  margin-top: 55px;
  background: #42003c;
  height: 52px;
  background: url("./img/title_str.jpg") repeat;
}
