h1.new, h1 {
font-size:1.3em;
}

h2 {
font-size:0.9em;
}
h3 {
font-size:0.9em;
}
h4 {
font-size:0.9em;
}

p, li, td, th, {
font-size: 10px;
}

p {
padding: 0 0 10px 0;
}

.btn_close {
	margin-top: 20px;
}
.btn_close a {
	display: block;
	width: 184px;
	height: 46px;
	background: url(../images/btn_close03.gif) no-repeat left top;
}
.btn_close a:hover {
	background-image: url(../images/btn_close_o03.gif);
}
.btn_close a span {
	display: none;
}

@media print {
.btn_close {
	display: none;
}
}

