#logo {
	width: 214px;
	height: 42px;
	float: left;
}

#top_menu {
	width: 500px;
	height: 42px;
	margin-top: 0px;
	margin-right: 30px;
	float: right;
	text-align: right;
	vertical-align: middle;
	overflow : hidden;
}

#top_menu p.menu {
	margin-top: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #6680FF;
}

#main {
	width: 861px;
	overflow : hidden;
	margin-left: 73px;
	margin-top: 44px;
}

.title {
	margin-bottom: 28px;
}

#photo {
	width: 500px;
	margin-right: 55px;
	float: left;
}

#comment {
	width: 196px;
	float: left;
}

#comment p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}


.bx-prev {
    background: url("../images/prev.png") no-repeat scroll 0 0px transparent;
    height: 46px;
    left: 3px;
    position: absolute;
    text-indent: -999999px;
    top: 150px;
    width: 40px;
}

.bx-next {
    background: url("../images/next.png") no-repeat scroll 0 0px transparent;
    height: 46px;
    left: 458px;
    position: absolute;
    text-indent: -999999px;
    top: 150px;
    width: 40px;
}

.bx-next:hover, .bx-prev:hover {
    background-position: 0 -46px;
}

.bx-captions {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}