@charset "utf-8";

/**
 * 左メニューボーダーあり
 */
#container {
	border: solid 1px;
}

#header {
	border-bottom: solid 1px;
}

#content {
	margin-left: -1px;
	border-left: solid 1px;
}

#navigation {
	border-top: solid 1px;	
}

#footer {
}

