@charset "utf-8";

/*
	1.SNMP Layout.
		1-1.Common Style.
		1-2.Setting Procedure Layout.
		1-3.Information Resources Layout.
*/

/*----------------------------------------------------------
	1.Common Layout.
-----------------------------------------------------------*/
/*  1-1.Common Style. */
div#snmp{}

div#snmp h2{
	background:url(/cloud/common/images/snmp/h2_snmp.gif) no-repeat top left;
	}

div#snmp p{
	margin:0px 5px;
	}

div#snmp .link{
	padding-left:10px;
	display:block;
	background:url(/cloud/common/images/arrow_blue.gif) no-repeat center left;
	}

div#snmp small{
	font-size:77%;
	font-weight:normal;
	}

/* 1-2.Setting Procedure Layout. */

div#snmp dl{
	margin-top:20px;
	margin-left:5px;
	}

div#snmp dt{
	margin-bottom:10px;
	font-weight:bold;
	}

div#snmp dt span{
	margin-right:10px;
	font-size:150%;
	font-family:Osaka, sans-serif ;
	}

div#snmp dd{
	margin:0px 0px 20px 20px;
	}

div#snmp dd p{
	margin:0px;
	margin-bottom:10px;
	}

div#snmp dd code{
	margin-bottom:10px;
	padding:5px 10px;
	border:1px solid #CCC;
	display:block;
	line-height:1.5;
	}

div#snmp dd ol{
	margin-left:20px;
	list-style:decimal;
	}

div#snmp dd li{}

/* 1-3.Information Resources Layout. */


div#snmp table{
	width:100%;
	margin:10px 0px;
	border:1px solid #e3e3e3;
	border-bottom:none;
	border-right:none;
	border-collapse:collapse;
	border-spacing:0;
	}

div#snmp th,
div#snmp td{
	padding:10px;
	border-right:1px solid #e3e3e3;
	text-align:left;
	word-break:normal;
	word-wrap::break-all;
	}

div#snmp th{
	background:url(/cloud/common/images/bg_table_th.gif) 0 100% repeat-x #f2f2f2;
	}

div#snmp td{
	background:url(/cloud/common/images/bg_table_td.gif) 0 100% repeat-x;
	}

div#snmp td.check{
	text-align:center;
	}

div#snmp td ul{
	margin-left:10px;
	list-style:disc;
	}