
/* ------------ tokokiji output ------------ */
/* Width:320 + 3 + 3 + 3 + 3 = 332 */
/* height: 22 + 3 + 300 + 3 = 328 */  
.Linenaiyou {
	width: 700px;
	height: 328px;
	text-align: center;
	margin: 10px auto;
}

.CornerLeft{
	width: 332px;
	text-align: center;
	margin: 0px 0px 20px 0px;
	float:left;
	border: solid 1px #000000;
}

.CornerRight{
	width: 332px;
	text-align: center;
	margin: 0px 0px 20px 0px;
	float:right;
	border: solid 1px #000000;
}
	
.Cheader {
	width:332px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}

.Cphoto {
	width:300px;
	text-align: center;
	margin: auto;
	border-style:none;
	padding: 3px;
}

/*---------- action -------------- */
.pages {
	clear:both;
	width: 500px;
	text-align: center;
	padding: 0px;
	margin: 20px auto;
	font-size: 12px;
	line-height: 18px;
}	

.prev {
	width: 100px;
	text-align: left;
}
.goto {
	width: 300px;
	text-align: center;
}
.next {
	width: 100px;
	text-align: right;
}

.check {
	color: #00b3f0;
	font-size: 10px;
}

img{
	border-style:none;
}