*{
	margin: 0;
	padding: 0;
}

/* structure style
---------------------------*/
body {
	margin: auto;
	/*background-image: url(images/kabe_wh_0009.gif);
	background-repeat: repeat;*/
}
#wrapper {
	width: 550;	
}

#topleft {
	width: 250;
	float: left;
	padding-top:10px;
}

#topright {
	width: 250;
	float: right;
	padding-top:10px;
}

#footer {
	clear: both;
}
/* link style
----------------------------*/
a img {
	border-style: none;
}

/* img style
----------------------------*/
#logo {
	margin: 20,auto;
}

img {
	align: center;
	margin-right: 30px;
}

.topImage {
	margin-bottom: 50px;
}

/* footer style
----------------------------*/
#footer p {
	color: #8b8b8b;
}
/* table style
----------------------------*/
table {
    border-collapse: separate;
    border-spacing: 0;
}
table, td {
    border-collapse: separate;
    border-spacing: 0;
    padding: 6px;
    vertical-align: middle;
    font-size:13px;
}

