body{
	border-top: 25px solid #F6F6F6;
}

/*-------------------------------
 head
-------------------------------*/

div.head{
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	background: #FFF url(../img/head/bg.png) no-repeat 50% bottom;
}

div.head p.logo{
	text-align: center;
}

div.head li{
	position: absolute;
	top: -25px;
}

div.head ul li.flow{
	left: 0;
}

div.head ul li.profile.view{
	right: 0;
}

div.head ul li.profile.change{
	right: 130px;
}

/*-------------------------------
 body
-------------------------------*/

div.body{
	padding: 60px;
	background: url(../img/common/bg.png) repeat left top;	
}

/*-------------------------------
 foot
-------------------------------*/

div.foot{
	padding: 20px;
	background: #FFF url(../img/foot/bg.png) no-repeat 50% top;
	width:100%;
	text-align:center;
}

div.foot p.copyright{
	font-size: 13px;
	font-size: 1.3rem;
	color: #B0B0B0;
	display:inline-block;
}

div.foot p.pmark{
	margin-top: 10px;
	margin-right: 10px;
	width: 60px;
	display:inline-block;
}