div#right {
	position: relative;
}

div#content {
	width: 800px;
	background-image: url(img/bg-border-side.png);
	background-repeat: repeat-y;
}

div.next_button a {
	position: absolute;
	bottom: 75px;
	right: 40px;
	width: 200px;
	height: 100px;
	text-indent: -9999px;
	background-image: url(img/button.gif);
	background-position: center;
	background-repeat: no-repeat;
}

div.border-top {
	width: 800px;
	height: 5px;
	background-image: url(img/bg-border-top.png);
	background-repeat: no-repeat;
	background-position: top;
}

div.border-bottom {
	width: 800px;
	height: 10px;
	background-image: url(img/bg-border-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

div.box {
	margin-left: 10px;
	margin-right: 10px;
}

div.box p.question {
	color: #FF33CC;
	margin-top: 30px;
}

div.box p.comment {
	color: #999999;
}

div.tyousei { margin-left: 350px;}

div.box p.related strong{
		font-size:20px;
		color:#cc6600;
}

div.box p.related a{
		  font-size:20px;
}
