@charset "utf-8";
body {
	background-color: #1a2c3d;
}
img { behavior: url("pngbehavior.htc"); }
.grayBorder {
	border: 1px solid #919191;
}
.memoBox {
	background-image: url(images/box.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.proNo {
	font-family: "Century Gothic";
	font-size: 26px;
	color: #EFA3E3;
	font-weight: normal;
}
.proName {
	font-weight: bold;
	color: #F8B4F5;
	font-family: Arial;
	font-size: 15px;
	line-height: 16px;
}
.proMemo {
	font-family: sans-serif;
	line-height: 16px;
	color: #FFFFFF;
	font-size: 13px;
}
