
div.entry ul.comment{
}
	div.entry ul.comment p{
		padding	: 0;
		display	: inline;
	}
	div.entry ul.comment span{
		padding	: 0 0 0 10px;
	}
	div.entry ul.comment *{
		font-size:75%;
	}
	div.entry ul.comment * *{
		font-size:100%;
	}


div.entry form.comment_post p{
	text-align:right;
	font-size:75%;
}

div.entry form.comment_post textarea{
	border			: 1px solid black;
	background-color: silver;
	width			: auto;
	height			: 3em;
	font-size		: 75%;
}

div.entry form.comment_post input{
	text-align		: center;
	margin			: 8px 60px;
	width			: 100px;
}



/*** カウンタ *****************************************************************/

div.entry #CounterImg{
	text-align	: center;
	height		: 36px;
}

div.entry form.counter{
}

	div.entry form.counter input{
		text-align		: center;
		vertical-align	: center;
		line-height		: 2.0;
		margin			: 8px 60px;
		width			: 130px;
	}


/*** チェンジャ ***************************************************************/

div.entry ul.changer{
	list-style	: none;
}

div.entry ul.changer:after{
	content: "";		clear: both;		height: 0;		display: block;		visibility: hidden;
}

	div.entry ul.changer li{
		position: relative;
		float	: left;
		display	: block;
		width	: 128px;
		height	: 128px;
	}
		div.entry ul.changer li a{
			display	: block;
			width	: 128px;
			height	: 128px;
			margin	: 0;
			padding	: 0;
			border	: none !important;
		}
		div.entry ul.changer li a:hover{
			background-color	: none !important;
		}
			div.entry ul.changer li a img{
				margin	: 16px;
				padding	: 0 !important;
			}



/*** ビビエス *****************************************************************/

div.entry form.board{
}

	div.entry form.board label{
		display			: none;
	}

	div.entry form.board input#midashi{
		border			: 1px solid black;
		background-color: silver;
		width			: 100%;
		height			: 1.5em;
		margin-bottom	: 1px;
		background-image: url(./styles/board_title.png);
		background-repeat:no-repeat;
		background-position:left bottom;
	}

	div.entry form.board input#imoge{
		border			: 1px solid black;
		background-color: silver;
		width			: 100%;
		height			: 1.5em;
		margin-bottom	: 1px;
		background-image: url(./styles/board_image.png);
		background-repeat:no-repeat;
		background-position:left bottom;
	}

	div.entry form.board textarea{
		border			: 1px solid black;
		background-color: silver;
		width			: 100%;
		height			: 6em;
		margin-bottom	: 1px;
		background-image: url(./styles/board_textarea.png);
		background-repeat:no-repeat;
		background-position:left bottom;
	}

	div.entry form.board input.board_button{
		text-align		: center;
		margin			: 8px 60px;
		width			: 100px;
	}

div.entry .honey{
	display			: none;
}

