@charset "utf-8";

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

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

#menu {
	
}

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

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

#footer {
}
