@import "base.css";

/* div */
.outline {
	margin: 6px;
	border: 1px solid #666666;
	background-image: url(image/bg_clmR.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 20px;
}
/* textarea */
.clm {
	width: 470px;
	float: right;
	border-right: 1px solid #666666;
	margin-right: 20px;
}
.clm2{
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 10px;
}
div.clm2 a {
	font-size: smaller;
}
/* phototable */
.photo {
	width: 270px;
	height: 350px;
	float: left;
	padding: 5px;
}
td {
	padding: 0px;
}
.msg {
	background-color:#CCCCCC;
	color: #333333;
	border: 1px solid #666666;
	padding: 3px;
	width: 240px;
	height: 100px;
	scrollbar-arrow-color: #666666;
	scrollbar-base-color: #cccccc;
	scrollbar-highlight-color: #cccccc;
}
