
/**
 * tops.css
 *
 * CakePHP :  Wing Corporation <http://www.wing-co.jp/>
 * Copyright (c)	2007, Wing Corporation
 *								1179-1 Shiroeda, Izumo
 *								Shimane 693-0006, Japan
 *
 *
 * @filesource		tops.css
 * @copyright		Copyright (c) 2007, Wing Corporation
 * @link			http://www.wing-co.jp/
 * @version			0.0.1
 * @modifiedby		Yashuhiro Sota
 * @lastmodified	2007-04-24
 */


/* ------------------------------------------------------------ 
	 sb_staffsBox
------------------------------------------------------------ */

div#sb_staffsBox {
	width: 240px;
	margin-bottom: 10px;
	background: transparent url(../../img/sidebars/staffsBox_02.gif) left top repeat-y;
	}
	div#sb_staffsBox div.topcap {
		clear:both;
		background: transparent url(../../img/sidebars/staffsBox_01.gif) left top no-repeat;
		padding-bottom: 20px;
		}
	div#sb_staffsBox div.innerBox {
		float: left;
		padding: 0 10px 0 10px;
		}
		div#sb_staffsBox div.innerBox img.staffsImg {
			float: left;
			margin-right: 10px;
			background-color: #fff;
			border: 1px solid #9EB1C0;
			padding: 1px;
			}
	div#sb_staffsBox div.endcap {
		clear:both;
		background:transparent url(../../img/sidebars/staffsBox_03.gif) no-repeat left bottom;
		font-size: 9px;
		}
