@charset "UTF-8";

/**************************************************
 home
**************************************************/

#photo{
	z-index: 20;
	position: absolute;
	min-width: 350px;
	bottom: 180px;
	left: 30px;
	padding: 10px;
	background: url(/img/bg_b60.png) repeat;
	color: #fff;
}

#blog{
	z-index: 21;
	position: absolute;
	min-width: 350px;
	bottom: 40px;
	left: 30px;
	padding: 10px;
	background: url(/img/bg_b60.png) repeat;
	color: #fff;
}



#category{
	z-index: 22;
	position: absolute;
	bottom: 320px;
	left: 30px;
	padding: 10px;
	background: url(/img/bg_b60.png) repeat;
	color: #fff;
}

