@charset "utf-8";
/* CSS Document */

body { margin: 0; font-family: Arial;}
	.notice {
		background: #dcf3ff;
		border-top: 1px solid #2a8ab7;
		border-bottom: 1px solid #2a8ab7;
	}
	
	.notice div p {
	padding-left: 75px;
	font-size: 14px;
	line-height: 60px;
	background-image: url(img/bel.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	}

	.notice div p a{
		color:#333333;
		text-decoration:none;
	}
	
	.notice div p a:hover{
		color:#333333;
		text-decoration:none;
	}

	.notice span {
		font-size: 15px;
		background: #2a8ab7;
		color: white;
		padding: .3em;
		font-family: helvetica;
	}