@charset "UTF-8";
/* CSS Document */

#contents{
	width: 880px;
	margin: 0 auto;
}

#judge h1,h2,h3,p{
text-indent: -99999px;}

#judge h2,h3,p{
	display: none;
}

#judge h1{
	background: url(../img/maintitle.gif) no-repeat;
	height: 354px;
}

.entryNo{
	display: none;
}

ol li{
	float: left;
	width: 418px;
	height: 128px;
	margin: 5px 5px;
	border: 1px solid #333;
}

ol li a{
	display: block;
	width: 418px;
	height: 128px;
	text-decoration: none;
 }
 
 ol li img{
 	float: left;
}

ol li .textArea{
	float: left;
	width: 200px;
}

a .title{
	cursor: pointer;
}

a .curtnist{
	cursor: pointer;
}


li .title{
	display: block;
	height: 50px;
	width: 206px;
}

li#no01 .title{ background: url(../img/no01.gif) no-repeat; }
li#no02 .title{ background: url(../img/no02.gif) no-repeat; }
li#no03 .title{ background: url(../img/no03.gif) no-repeat; }
li#no04 .title{ background: url(../img/no04.gif) no-repeat; }
li#no05 .title{ background: url(../img/no05.gif) no-repeat; }
li#no06 .title{ background: url(../img/no06.gif) no-repeat; }
li#no07 .title{ background: url(../img/no07.gif) no-repeat; }
li#no08 .title{ background: url(../img/no08.gif) no-repeat; }
li#no09 .title{ background: url(../img/no09.gif) no-repeat; }
li#no10 .title{ background: url(../img/no10.gif) no-repeat; }
li#no11 .title{ background: url(../img/no11.gif) no-repeat; }
li#no12 .title{ background: url(../img/no12.gif) no-repeat; }

li#empty{ background: url(../img/empty.gif) no-repeat; }

.hover{	background:url(../img/read.gif) ;}

.title{
	padding-left: 92px;
	/*_padding-left: 89px;*/
	padding-top: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 152%;
}

.curtnist{
	font-size: 122%;
	color: #333;
	display: block;
	width: 290px;
	padding-left: 5px;
	padding-top: 5px;
}
.curtnist small{ font-size: 68%; }

.curtnist small.animal{	font-size: 74%; }

.title small{ font-size: 50%; }

#webEntry{ clear: both;}

#webEntry h2{
	background: url(../img/webtitle.gif) no-repeat;
	height: 72px;
}

#webEntry{
	border: 1px solid #900;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#webEntry h3{
	background: url(../img/websub.gif) no-repeat;
	height: 79px;
	display: block;
}

#webEntry p#postcard{
	background: url(../img/webcontent.gif) no-repeat;
	height: 372px;
	display: block;
}

small#copyright,address{
	display: block;
	text-align: center;
	font-size: 77%;
}

#backBtn{
	width: 218px;
	margin: 0 auto;
	display: block;
	margin-bottom: 10px;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*result*/
#resContents{
	width: 900px;
	margin: 0 auto;
	background: #c3e8ff;
	border: 1px solid #999;
}

