.bbs #mainArea{
	position: relative;
	width: 905px;
	min-height: 525px;
	overflow: hidden;
	float: right;
	text-align: left;
}

.pageFrame{
	position: absolute;
	width: 450px;
/*	height: 500px;*/
	margin: 0;
	border: solid 1px #CCCCCC;
}
.pageFrame2{
	left: 450px;
	border-left: none;
}
.pageFrame .message{
	position: absolute;
	width: 410px;
/*	height: 500px;*/
	margin: 20px;
	background-color: white;
/*
	padding: 10px 0 0 0;
*/
/*
	background-image: url(../image/bluedash.gif);
	background-repeat: repeat;
*/
	background-image: url(../image/line.gif);
	background-repeat: repeat-y;
}
.mesBody{
	margin: 32px 5px 10px 5px;
	line-height: 35px;
/*
	margin: 1px 0 25px 20px;
	line-height: 25px;
*/
	padding: 0;
	font-size: 9pt;
	text-align: left;
}
.mesTitle{
	margin: 0 5px 40px 0;
	font-weight: bold;
	text-align: right;
}
.entry{
	width: 100;
	margin: 0 auto;
	text-align: center;
}

/*
ノンブルとページング */
.nombre,
.pageFlip,
.pageFlip img,
.pageFrame .message1,
.pageFrame .message4{
	position: absolute;
}
.nombre,
.pageFlip,
.pageFlip img{
	width: 50px;
	height: 50px;
}
.pageFlip{
	overflow: hidden;
}
.pageFrame .message1,
.pageFrame .message4{
	z-index: 1;
	overflow: hidden;
}
.pageFrame .message1{
	clip: rect(0px, 50px, 50px, 0px);
}
.pageFrame .message4{
}
.pageFlip img,
.pageFlip span{
	margin: 0;
	z-index: 2;
}
.leftTop,
.message1,
.pageBack{
	top: 0;
	left: 0;
}
.nombre{
	text-align: center;
	line-height: 50px;
}
.leftBottom{
	bottom: 0;
	left: 0;
}
.rightTop{
	top: 0;
	right: 0;
}
.rightBottom,
.message4,
.pageFoward{
	bottom: 5px;
	right: 0;
}

/*
送信フォーム */
.send{
	text-align: right;
}
.send input,
.send textarea{
	font-size: 11pt;
	line-height: 35px;
}
.send input{
	margin: 25px 0 10px 0;
}
.send textarea{
	margin: 35px 0 0 0;
	width: 400px;
	background-color: transparent;
	border: solid 1px black;
}
.send .button{
	width: 100%;	
	padding: 10px;
	text-align: center;
}
.send .button button{
	width: 80px;
	height: 25px: 
}

