@charset "UTF-8";
/* CSS Document */

ul.MenuBarHorizontal li a.n3 { background-position:-300px -43px; }

/* top */
#business {
	width:540px;
}

#business div.left,
#business div.center,
#business div.right {
	padding-top:65px;
	width:170px;
	float:left;
}
#business div.center {
	margin:0 15px;
	background:url(../images/business_img2.jpg) no-repeat left top;
}
#business div.left {
	background:url(../images/business_img1.jpg) no-repeat left top;
}
#business div.right {
	background:url(../images/business_img3.jpg) no-repeat left top;
}

#business h3,
#business h3 a {
	margin:0 0 3px 0;
	padding:0;
	font-size:95%;
	color:#ff7800;
	background:none;
	border:none;
	text-decoration:none;
}

#business p {
	font-size:80%;
	line-height:1.4em;
}

/* database */

#db h4 {
	color:#ff7833;
	margin-bottom:5px;
}
#db p {
	font-size:90%;
	line-height:1.7em;
	margin-bottom:20px;
}

#db div.imgbox {
	margin-bottom:20px;
}


/* app flow */

p.appflow {
	line-height:1.7em;
	margin:0px 0 20px 0;
	font-size:90%;
}



/* tech */
div.technology {
	width:540px;
	margin-bottom:20px;
}

div.technology div.left {
	width:340px;
	float:left;
}

div.technology div.right {
	width:190px;
	float:left;
	margin-left:10px;
}


/* clearfix */
.technology:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.technology { display: inline-block; }
