* {
	margin: 0px;
	padding: 0px;
}

body	{
	background-color: #ddccbb;
	padding: 20px 0px;
	text-align: center;
}

a {
	color: #dd6655;
}

a:hover {
	color: #ee9988;
}

img {
	border: 0px;
}

.remove {
	display: block;
	position: absolute;
	left: -9999px;
	text-align: left;
	top: -9999px;
}

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

.text_center {
	text-align: center;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.gotop {
	color: #dd6655;
	font-size: 70%;
	line-height: 100%;
	padding: 5px 0px 20px 0px;
	text-align: right;
}

#pagetop {
	display: block;
	left: -9999px;
	position: absolute;
	text-align: left;
	top: -9999px;
}

#wrapper {
	background-image: url(./common_img/wrapper_bgi.gif);
	background-position: left top;
	background-repeat: repeat-y;
	margin: 0px auto;
	text-align: left;
	width: 720px;
}
