@charset "utf-8";
/* CSS Document */

/* ===================================================== */
/* ごあいさつ */
/* ===================================================== */
.box .tit{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 20px;
}

.box .columnl{
	width: 600px;
	float: left;
	padding: 10px;
	overflow: hidden;
}

.box .columnr{
	text-align: center;
	padding-top: 10px;
	overflow: hidden;	
}



.box .profile{
	float: right;
	width: 580px;
	border-bottom: #cccccc 1px dotted;
	padding-bottom: 5px;
}

.box .profile p.profile-tit{
	border-bottom: #cccccc 1px dotted;
}

.message img.pict{
	border: #C0C0C0 5px solid;
	padding: 3px;
}
