@charset "UTF-8";

#main {
	width: 876px;
	float: left;
	padding-top: 52px;
}
#main h2 {
	margin-bottom: 7px;
}
#main .container {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-top: 10px;
	width: 876px;
	margin-bottom: 30px;
}
#main .colum {
	width: 836px;
	border: 1px dotted #666;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFF;
	padding: 15px;
	height: 230px;
	margin-bottom: 20px;
	clear: left;
}
#main .colum .columtext {
	background-color: #FFF;
	padding: 5px;
	height: 200px;
}
#main .colum img {
	padding-bottom: 15px;
	float: left;
	padding-right: 15px;
}
