﻿@charset "utf-8";
/* CSS Document */

#messageArea {
	clear: both;
	width: 900px;
	height: 450px;
	margin: 0 auto;
}
.ownerPhotoArea {
	width: 300px;
	float: left;
}
.ownerPhotoArea img {
	width: 100%;
}
.ownerMassageArea {
	padding-left: 50px;
	width: 550px;
	float: right;
}

.text{
	margin-top: 30px;
	line-height: 1.8em;
}

.ownerName {
	float: right;
	margin-top: 15px;
}
#performArea {
	clear: both;
	width: 1000px;
	margin: 80px auto 0 auto;
}

.sectionArea{
	margin: 0 auto;
	text-align: center;
}

.perfomPhoto{
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

.perfomPhoto li{
	display: inline;
}

.perfomPhoto li img{
	padding: 10px;
}