@charset "utf-8";
/* CSS Document */

#under {
	clear: both;
	height: 200px;
	border: 1px solid #ff6903;
	/* background:url("red.gif"); */
}

#under_l {
	width: 480px;
	float: left;
}

#under_r {
	width: 480px;
	float: right;
}

#gcontent {
	/* background:url("green.gif"); */
	border: 1px solid #079707;
	padding-bottom: 2px;
}

#gfooter {
	background: url("green_footer.png");
}

#pcontent {
	/* background:url("pink.gif"); */
	border: 1px solid #070797;
	padding-bottom: 2px;
}

#pcontent img, #gcontent img {
	width: 100%;
}

#gcontent, #pcontent {}


#pfooter {
	background: url("pink_footer.png");
}

li.log {
	width: 150px;
}
