#content
{
	width: 1000px;
	height: 2130px;
}

#title
{
	width:100%;
	border-bottom: 1px solid #80c92f;;
}

#title h1
{
	font-size: 24px;
	font-weight: bold;
	padding-left: 5px;
	color: #80c92f;
}

#pp_square
{
	margin:20px auto;
	width: 700px;
	height: 1660px;
	border:1px solid #c5e0ff;
}

#pp_square #pp_square_top
{
	width: 100%;
	height: 6px;
}

#pp_square #pp_square_top .top_left
{
	float: left;
	width: 6px;
	height: 6px;
	background-image: url('../images/clt.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: -1px;
	margin-left: -1px;
}

#pp_square #pp_square_top .top_right
{
	float: right;
	width: 6px;
	height: 6px;
	background-image: url('../images/crt.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	margin-top: -1px;
	margin-right: -1px;
}

#pp_square #pp_square_mid
{
	width: 100%;
	height: 2048px;
}

#pp_square #pp_square_mid p
{
	padding: 15px;
	color: #5D5D5D;
	font-size: 12px;
}

#pp_square #pp_square_mid ul
{
	padding: 0px 15px 15px 30px;
	color: #5D5D5D;
	font-size: 12px;
}

#pp_square #pp_square_mid li
{
	padding-bottom: 5px;
}

#pp_square #pp_square_bot
{
	width: 100%;
	height: 6px;
	margin-top: 1px;
}

#pp_square #pp_square_bot .bot_left
{
	float: left;
	width: 6px;
	height: 6px;
	background-image: url('../images/clb.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: -1px;
	margin-left: -1px;
}

#pp_square #pp_square_bot .bot_right
{
	float: right;
	width: 6px;
	height: 6px;
	background-image: url('../images/crb.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: -1px;
	margin-right: -1px;
}

