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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222222;
	line-height: 20px;
}
body {
	background-color: #e6e7e8;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: top;
}
a {
	color: #00F;
	text-decoration: underline;
}
a:hover {
	color: #D30000;
	text-decoration: underline;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
}
.bg-c {
	background-image: url(images/bg-cont.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
}
.txt-tit {
	font-size: 20px;
	color: #FFF;
}
.img-r {
	float: right;
	margin-left: 15px;
}
.box-txt {
	padding: 5px;
}

