@import url('global.css');

div#page
{
	width: 780px;
	height: 213px; /* 495px - 282px padding-top */
	padding: 282px 0 0 0;
}

		#page a
		{
			display: block;
			margin: 0 0 0 32px;
			background: transparent no-repeat;
			height: 53px; /* 79px - 20px padding-top*/
			width: 40%;
			padding: 26px 0 0 82px;
			font-size: 170%;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
			color: #fff;
		}
		
		#page a:hover
		{
			color: #000;
		}
		
		a#electric_mobility
		{
			background-image: url('../img/portfolio_electric_mobility.jpg');
		}
		
		a#unified_computing
		{
			margin-top: 28px;
			background-image: url('../img/portfolio_unified_computing.jpg');
		}

div#navi
{}

	#navi ul
	{
		background-image: url('../img/navi_bg_index.jpg');
	}