@media print {
	.noprint {
	display:none;
	}
}
div,ul,ol,li,blockquote,a,h2,form {
   margin:0;
   padding:0;
}
body{
	background-image: url(image/topimage/bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	background-image: url(image/topimage/ttl.jpg);
	background-position: center;
	height: 40px;
	background-repeat: no-repeat;
	padding-top: 15px;
}
h1 {
	font-size: 12px;
	font-weight: normal;
}
.text12 { font-size: 12px; line-height: 14px}
.text13 { font-size: 13px; line-height: 16px}
.text14 { font-size: 14px; line-height: 18px}
.text12b {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #5F3413;
}
.text14b {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #B30000;
}
A:link    {
	color:#B30000;
	text-decoration:none;
}
A:visited {
	color:#B30000;
	text-decoration:none;
}
A:hover   {
	color:#000000;
	text-decoration:underline;
}
.hr {
	border: 2px solid #000000;
	noshade size: 1;
}
