#leftside {
	width: 460px;
	padding: 0;
	margin: 0;
	float: left;
}
#rightside {
	width: 400px;
	padding: 0;
	float: right;
	margin: 0;
}
#leftside h2 {
	margin-bottom: 1em;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000000;
	font-size: 1.4em;
	font-weight: bold;
}
#leftside p {
	font-size: 1.2em;
}
#rightside h2 {
	color: #333333;
	font-size: 1.2em;
	font-weight: bold;
}
h1 {
	text-indent: -9999px;
	height: 0px;
	font-size: 1px;
}
div#leftside .list {
	background-image: url(../image/arrow_w-01.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 1.2em;
	font-size: 1.2em;
	color: #333333;
}
.list a {
	color: #333333;
	text-decoration: none;
}
.list  a:hover {
	color: #006699;
	text-decoration: underline;
}

