@charset "utf-8";

#contents {
	text-align:left;
	margin:40px 0;
}

#left_contents {
	float:left;
	width:250px;
	margin-right:25px;
}
#left_contents #sidemenu {
	background-image:url(../security/img/menu_back.gif);
	background-repeat:repeat-y;
	padding:0 5px;
}
	#left_contents #sidemenu ul {
		background-color:#e0e0e0;
		background-image:url(../security/img/menu_foot.gif);
		background-repeat:no-repeat;
		background-position:center bottom;
		margin-bottom:15px;
		color:#000;
	}
	#left_contents #sidemenu ul a {
		color:#000;
		text-decoration:none;
	}
	#left_contents #sidemenu ul a:active, #left_contents #sidemenu ul a:hover {
		color:#666;
	}
	#left_contents #sidemenu li {
		height:12px;
		border-bottom:1px solid #ccc;
		padding:6px 0 12px 20px;
	}
	#left_contents #sidemenu li.sm01 {
		background-image:url(../security/img/menu_icon.gif);
		background-repeat:no-repeat;
		background-position:center left;
		margin-left:10px;
	}
	#left_contents #sidemenu li.sm02 {
		margin-left:20px;
	}

#right_contents {
	float:right;
	width:725px;
}
	#right_contents .flow_contents {
		width:705px;
		background-repeat:no-repeat;
		background-color:#D6DBBF;
		text-align:left;
		color:#000;
		padding:8px 10px;
	}
	#right_contents .flow_contents a {
		color:#000;
	}
	#right_contents .flow_contents h2 {
		 border:none;
		 padding-left:80px;
	}
	#right_contents .flow_contents dl, #right_contents .flow_contents p {
		padding-top:7px;
	}
	#right_contents .flow_contents dt {
		background-image:url(../security/img/flow_list_icon.gif);
		background-repeat:no-repeat;
		background-position:center left;
		padding-left:16px;
	}
	#right_contents #flow01 {
		background-image:url(../security/img/flow_step1_back.jpg);
	}
	#right_contents #flow02 {
		background-image:url(../security/img/flow_step2_back.jpg);
	}
	#right_contents #flow03 {
		background-image:url(../security/img/flow_step3_back.jpg);
	}
	#right_contents #flow04 {
		background-image:url(../security/img/flow_step4_back.jpg);
	}
	#right_contents #flow05 {
		background-image:url(../security/img/flow_step5_back.jpg);
	}
	#right_contents #flow06 {
		background-image:url(../security/img/flow_step6_back.jpg);
	}
	#right_contents .flow_image {
		float:right;
		margin-left:20px;
	}
	#right_contents .flow_icon {
		width:725px; height:23px;
		background-image:url(../security/img/flow_icon.jpg);
		background-repeat:no-repeat;
		background-position:center top;
		margin:10px 0;
	}