@charset "utf-8";

div#leftColumn_child{
	width:540px;
	padding-left:10px;
	margin-right:26px;
	float:left;
}

div#leftColumn_child550{
	width:550px;
	margin-right:26px;
	float:left;
}

div#leftColumn_child576{
	width:576px;
	float:left;
}
div#leftColumn_child750 {
	width:750px;
	margin-right:26px;
	float:left;
}

div#rightColumn_child{
	width:204px;
	float:left;
}


div#rightColumn_child ul li * sup{
	padding-left:0.2em;
	padding-right:0.2em;
}


div#rightColumn_child ul.parent li a{
	font-weight:bold;
	font-size:120%;
	display:block;
	width:182px;
	padding:8px 2px 8px 20px;
	background:url(../common_image/arrow_off.gif) 8px center no-repeat;
	background-color:#c9e3f1;
	border-bottom:1px solid #FFF;
}


div#rightColumn_child ul.parent li a.self{
	background:url(../common_image/arrow_on.gif) 8px center no-repeat;
	background-color:#fff2e8;
	color:#ff3e00;
	text-decoration:none;
}


/*div#rightColumn_child ul.parent li a:visited{
	background-color:#edf5fa;
}*/

div#rightColumn_child ul.parent li a:hover{
	background:url(../common_image/arrow_on.gif) 8px center no-repeat;
	background-color:#fff2e8;
	text-decoration:none;
}


div#rightColumn_child ul.parent li ul.child{
	margin-left:20px;
}

div#rightColumn_child ul.parent li ul.child li{
	margin-bottom:0px;
}


div#rightColumn_child ul.parent li ul.child a{
	display:block;
	font-size:90%;
	width:166px;
	padding:8px 6px 8px 10px;
	background:url(../common_image/bullet_off.gif) left center no-repeat;
	border-bottom:none;
	border-bottom:1px dotted #ccc;
}

div#rightColumn_child ul.parent li ul.child a:visited{
	background-color:#f9f9f9;
}

div#rightColumn_child ul.parent li ul.child a:hover{
	background:url(../common_image/bullet_on.gif) left center no-repeat;
}

div#rightColumn_child ul.parent li ul.child a.self{
	color:#ff3e00;
	background:url(../common_image/bullet_on.gif) left center no-repeat;
}



div#rightColumn_child ul.parent li ul.child li ul.childchild{
	margin-left:20px;
}


div#rightColumn_child ul.parent li ul.child li ul.childchild a{
	padding:4px 6px 4px 10px;
	width:142px;
}

div#rightColumn_child ul.parent li ul.child li ul.childchild a.self{
	color:#ff3e00;
	background:url(../common_image/bullet_on.gif) left center no-repeat;
}





/*091001追記、後で消す*/

div#rightColumn_child ul.parent_service li{/*サービス・ソリューション立ち上げ時、後で消す*/
	font-weight:bold;
	font-size:120%;
	display:block;
	width:182px;
	padding:8px 2px 8px 20px;
	background:url(../common_image/arrow_off.gif) 8px center no-repeat;
	background-color:#c9e3f1;
	border-bottom:1px solid #FFF;
	color:#003870;
}


div#rightColumn_child ul.parent_service li.self{/*サービス・ソリューション立ち上げ時、後で消す*/
	background:url(../common_image/arrow_on.gif) 8px center no-repeat;
	background-color:#fff2e8;
	color:#ff3e00;
}


div#rightColumn_child ul.parent_service li.child{/*サービス・ソリューション立ち上げ時、後で消す*/
	font-weight:normal;
	background:none;
	border-bottom:1px solid #FFF;
	padding:0;
	font-size:100%;
}

