a{
	margin: 0px;
	padding: 0px;
}

ul,li{ margin: 0; padding: 0; }
body {
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.6;
	background-color: #fded36;
	color: #333333;
	letter-spacing:1px;
	}
	
#wrapper{
	margin: 0 auto;
	background: url(images/base.gif) repeat-y center top; 
	text-align: center;
	}

.credit {
	color: #333333;
	font-size: 10px;
	line-height: 1.3;
}

.small {
	font-size: 12px;
	letter-spacing:1px;
	line-height: 1.2;
}

/*　リンク　*/

a:link{ color: #D72D21; text-decoration: none; }
	 
a:visited{ color: #ec8f35; text-decoration: none; }
	 
a:hover{ color: #fb7c72; text-decoration: none; }

#recent .item {
  margin-top: 10px;
  margin-left: 10px;
  cursor: pointer;
}

#recent .item .left {
  width: 70px;
  float: left;
}

#recent .item .right {
  font-size: 12px;
  line-height: 14px;
  width: 165px;
  word-wrap: break-word;
  text-align: left;
}	

#recent .item .comment {
  display: none;
}	
