@charset "UTF-8";
#pagebody {
	float: left;
	width: 770px;
}
body {
	width: 770px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img_index/bk.jpg);
	background-repeat: repeat-y;
	font-size: 85%;
 	line-height:120%;
}
h3 {
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 3px;
}

#second ul {
	margin: 0px;
	padding: 0px;
}

#second li {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}
#second strong {
	color: #FF0000;
}


/*　サムネイル表示　index.php　*/

.thumlist_top {
	border-bottom-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	width: 415px;
}

.thumlist {
	clear: both;
	float: left;
	padding: 5px;
	width: 405px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	display: inline;
}
.thumlist h2{
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 0px;
	width:200px;

	margin-left: 90px;	

}
.thumlist h2 a{

	text-decoration: none;	

}
.thum {
	display: inline;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	vertical-align: middle;
	width: 80px;
	height: 80px;
	
}

.thum img{
	text-decoration: none;
	float: left;
}
.sakuya{
	margin-top:10px;
float:left;
display:inline;
	
}