
/**
 * 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_adobeBox
------------------------------------------------------------ */

div#sb_adobeBox {
	float: left;
	width: 180px; /* otera navi: 450px */
	margin-bottom: 10px;
	background: transparent url(../../img/top/adobeBox_02.gif) left top repeat-y;
	}
	div#sb_adobeBox div.topcap {
		clear:both;
		background: transparent url(../../img/top/adobeBox_01.gif) left top no-repeat;
		}
	div#sb_adobeBox div.innerBox {
		float: left;
		position: relative;
		padding: 0 10px 80px 10px;
		}
		div#sb_adobeBox div.innerBox p {
			position: absolute;
			width: 160px;
			top: 0;
			left: 10px;
			color:#767676;
			}
		div#sb_adobeBox div.innerBox img#adobe_icon
			{
			position: absolute;
			top: 55px;
			left: 55px;
			}
	div#sb_adobeBox div.endcap {
		clear:both;
		background:transparent url(../../img/top/adobeBox_03.gif) no-repeat left bottom;
		font-size: 9px;
		}

