@charset "utf-8";
h1 {
	margin-top: 50px;
}

h2 {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3300CC;
	border-right-color: #3300CC;
	border-bottom-color: #3300CC;
	margin-bottom: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
	font-size: 13px;
	margin-top: 0px;
	background-color: #FFFFCC;
	border-left-color: #3300CC;
	color: #3300CC;
}
#menu ul {
	float: left;
	margin-right: 200px;
	margin-bottom: 40px;
}

.img_space {
	margin-top: 10px;
	margin-bottom: 10px;
}

