@charset "utf-8";
h1 {
	height: 60px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: -4px 0px;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
}
h1 a {
	display: block;
	height: 60px;
}
h3 {
	height: 50px;
	line-height: 50px;
}
#contents {
	width: 700px;
	margin: auto;
	padding-bottom: 30px;
}
#contents .Rcolumn {
	width: 500px;
	float: right;
}
#contents .Lcolumn {
	float: left;
	width: 200px;
}
.Rcolumn table{
	border-top:1px solid #fff;
	border-right:1px solid #fff;
}
.Rcolumn td{
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	padding:5px 10px;
}
h4 {
	height: 30px;
	line-height: 40px;
}
#banner{
	margin-top:20px;
}
#banner p{
	margin:0 20px 10px 0;
}
