
/* =====================================================================
　Content
 ======================================================================= */
.content {
	clear: both; 
	width: 728px;
	border-left: 0px solid #666;	/* SideBar との区切り線をなくす */
}

/* Gecko 対策。IE6 では読み込めない */
html>body .content {
	padding-right: 5px;
}

.content-full {
	width: 728px;
}

.content-left, .content-right {
	width: 356px;
}

