@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 #dressupmenu img {
		width:250px;
		margin-bottom:20px;
	}

#right_contents {
	float:right;
	width:725px;
}
	#right_contents h2 {
		font-size:16px;
		border-left:4px solid #CC6633;
		padding:2px 0 2px 6px;
	}
	#right_contents h3 {
		font-weight:normal;
		border-left:4px solid #CC6633;
		padding:2px 0 2px 6px;
	}
	#right_contents table {
		width:725px;
		margin-top:20px;
	}
	#right_contents td {
		width:236px; height:157px;
		border:1px solid #666;
		padding:2px;
	}
		#right_contents td img {
			width:236px; height:157px;
		}