@charset "UTF-8";

/*
===========================================================================
| 			corner style　 (/service/)
===========================================================================
*/

/*----------------------------------------------------------------------
/			index 
/----------------------------------------------------------------------*/
div.contents#index dl#flow dt{
	width: 120px;
	position: absolute;
	margin: 8px 0 0 0;
}
div.contents#index dl#flow dd{
	padding: 0 0 10px 140px;
}
div.contents#index dl#flow dd div{
	padding-left: 30px;
}
div.contents#index dl#flow dd#planning div{
	background: url(./images/index/flow_1.gif) no-repeat  ;
}
div.contents#index dl#flow dd#execution div{
	background: url(./images/index/flow_2.gif) no-repeat  ;
}
div.contents#index dl#flow dd#value div{
	background: url(./images/index/flow_3.gif) no-repeat  ;
}

div.contents#index div.leftEx{
	width: 600px;
	float: none;
}
div.contents#index h3{
	font-size: 115%;
}
div.contents#index div.issue{
	float: left;
	width: 250px;
}
div.contents#index div.issue li{
	margin-bottom: 5px;
}
div.contents#index div.category{
	float:right;
	width: 362px;
	border-left: 1px solid #dddddd;
	padding-left:13px;
}
div.contents#index div.category ul.link{
	background: url(/images/common/dot_line.gif) repeat-x bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
div.contents#index div.category ul.nonBorder{
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

div.contents#index div.chapter#detail{
	/*background: url(/images/common/t_border.gif) repeat-x top;*/

}