@charset "utf-8";

/*
 ******************************************
 *
 * activate
 *
 ******************************************
 */

#navi-inner li#navi3 a.n3:link,
#navi-inner li#navi3 a.n3:visited,
#navi-inner li#navi3 a.n3:hover,
#navi-inner li#navi3 a.n3:active {
	background-position: -344px -50px;
}


/*
 **************************************
 *
 * 本体
 *
 **************************************
 */
 
#middle-column h2 {
	font-size: 1px;
	line-height: 0em;
	vertical-align: bottom;
	margin: 0 0 20px 0;
}
 
#middle-column p {
	line-height: 1.8em;
	margin: 0 0 15px 0;
}

a.dtl2 {
	font-size:0.8em;
	margin: 0 0 5px 0;
	color:#156fc2;
	padding-left:15px;
	background:url(../../images/dtlarrow.png) no-repeat left center;
}


/*
 **************************************
 *
 * トップ
 *
 **************************************
 */
 

#business {
	width:480px;
}

#business div.left,
#business div.center,
#business div.right {
	padding-top:65px;
	width:150px;
	float:left;
}
#business div.center {
	margin:0 10px;
	background:url(../images/business_img2.png) no-repeat left top;
}
#business div.left {
	background:url(../images/business_img1.png) no-repeat left top;
}
#business div.right {
	background:url(../images/business_img3.png) 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;
}




/*
 **************************************
 *
 * アプリ開発
 *
 **************************************
 */ 

h3.app{
	width: 480px;
	font-size: 1px;
	line-height: 0em;
	vertical-align: bottom;
	margin: 20px 0 10px 0;
	padding: 0 0 5px 0;
	background: url(../../images/dot.png) repeat-x left bottom;
}




/*
 **************************************
 *
 * DB開発
 *
 **************************************
 */ 


h3.db{
	width: 480px;
	font-size: 1px;
	line-height: 0em;
	vertical-align: bottom;
	margin: 20px 0 10px 0;
	padding: 0 0 5px 0;
	background: url(../../images/dot.png) repeat-x left bottom;
}

h4.db {
	color:#ff7833;
	margin-bottom:5px;
	font-weight: normal;
}




/*
 **************************************
 *
 * 最新テクノロジ
 *
 **************************************
 */ 


h3.technology {
	width: 480px;
	font-size: 1px;
	line-height: 0em;
	vertical-align: bottom;
	margin: 20px 0 10px 0;
	padding: 0 0 8px 0;
	background: url(../../images/dot.png) repeat-x left bottom;
}


div.technology {
	width:480px;
	margin-bottom:20px;
}

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

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



.jump {
	width: 480px;
	text-align: right;
	margin: 10px 0 20px 0;
}



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

.technology  {
	display: inline-block;
}

