@charset "utf-8";

/*-----------------------------------------------------
TitleImageArea
-------------------------------------------------------*/
#ContentArea div#TitleImageArea{
	background:url("../images/cmn_mainimage.jpg") no-repeat center -1px;
}

#MainArea div.section{
	width:640px;
	margin:0;
}

#MainArea div.titleBar h2{
	float:left;
	width:310px;
	height:38px;
	text-indent:24px;
	line-height:39px;
	font-size:114%;
	font-weight:bold;
	color:#FFF;
	background:url("../images/bg_ttl.jpg") no-repeat 0 0;
}

#MainArea p.ttl{
	width:310px;
	margin:20px 0;
	padding:0 0 6px 20px;
	color:#0B1D4C;
	font-weight:bold;
	background:url(../../common/images/ico_bluearrow.gif) no-repeat 0 3px;
}

#MainArea p.ttl a{
	text-decoration:none;
}
#MainArea p.ttl a:hover{
	text-decoration:underline;
}

#MainArea p.txt{
	margin-bottom: 15px;
}

#MainArea div.description{
	width:590px;
	margin-top:30px;
	text-align:center;
	border:#fff double 6px;
	font-size:85%;
	color:#fff;
	padding:10px;
	background-color:#1D2950;
}

/*IE7のcssハック*/
*:first-child+html #MainArea div.description{
	width:590px;
	margin-top:30px;
	text-align:center;
	border:#1D2950 double 6px;
	font-size:85%;
	color:#fff;
	padding:10px;
	background-color:#1D2950;
}

/*IE6のcssハック*/
* html #MainArea div.description{
	width:590px;
	margin-top:30px;
	text-align:center;
	border:#1D2950 double 6px;
	font-size:85%;
	color:#fff;
	padding:10px;
	background-color:#1D2950;
} 

/*-------------------------------------
IT
---------------------------------------*/
#MainArea div.it{
	width:310px;
	margin:25px 0;
	float:left;
}

/*-------------------------------------
Consulting
---------------------------------------*/
#MainArea div.consulting{

	width:310px;
	margin:25px 0;
	float:right;
}



