@charset "utf-8";
/* CSS Document - notice */
#content{
	width: 690px;
	margin:0 auto;
	position: relative;
	line-height: 26px;
}
#content img{
	max-width: 690px;
	height:auto !important;
}
#content span.green{
	color:#7F9305;
}
#content .notice{
	color:#594637;
	background:#FAF3DE;
	border:#BA9B6D 1px dashed;
	padding:15px;
	margin-right:15px;
}
#content .notice span{
	color:#F2570B;
}