
/**
 * google_feedBox.css
 *
 * CakePHP :  Wing Corporation <http://www.wing-co.jp/>
 * Copyright (c)	2007, Wing Corporation
 *								1179-1 Shiroeda, Izumo
 *								Shimane 693-0006, Japan
 *
 *
 * @filesource		google_feedBox.css
 * @copyright		Copyright (c) 2007, Wing Corporation
 * @link			http://www.wing-co.jp/
 * @version			0.0.1
 * @modifiedby		Yashuhiro Sota
 * @lastmodified	2007-04-24
 */


/* ------------------------------------------------------------ 
	google_feedBox
------------------------------------------------------------ */


div#google_feedBox
	{
	float: left;
	width: 300px;
	margin: 0 0 10px 0;
	}

	div#google_feedBox div.innerbox
		{
		margin-bottom: 10px;
		}
	

