@charset "utf-8";
@import url(common.css);
@import url(common-header.css);
@import url(common-frame.css);


#contents-left
{
	float:left;
	width:180px;
	height:300px;
	text-align:left;
}

#contents-right
{
	float:right;
	padding: 40px 0 30px 0;
	text-align:left;
	width:555px;
}

.contents-footer
{
	padding:40px 0 0 0;
	border-bottom:1px dotted #666;
}

.back
{
	float:left;
	padding:10px 0 0 0;
}

.top
{
	float:right;
	padding:10px 0 0 0;
}
