/******************************************************************************
 *                                                                            *
 *  ipsec.css                                                                   *
 *                                                                            *
 *   Copyright (c) 2014 Yamaha Corporation. All rights reserved.              *
 *                                                                            *
 ******************************************************************************/

/*
 * ID
 */

/* HTML width */
#field {width: 800px; }

/*
 *  class
 */

/* text align */
.left   {text-align: left;   }
.center {text-align: center; }
.right  {text-align: right;  }
.just   {text-align: justify;}

/* text color */
.red {color: red; }

p.lang_sw {
	font-size: x-small;
	text-align: right;
}

/* text indent */
.ind1   {padding-left: 3em;  }

/* element definition */
h3.section {
	border-bottom: 1px solid #4b1e78;
	border-left: 6px solid #4b1e78;
	padding: 3px 5px;
}
h4.section {
	border-left: 8px solid #4b1e78;
	padding: 3px 5px;
}

h5.section {
	border-left: 4px solid #4b1e78;
	padding: 3px 5px;
}

table  { border: 1px inset  black }
td, th { border: 1px outset black }

dl.terms dt {
	font-weight: bold;
}

dl.cmd dd {
	margin-bottom: 10px;
}

dl.note {
	width: 800px;
	font-size: 85%;
}

/*
pre {
	border-style: ridge;
	padding: 10px;
	font-size: 95%;
}
*/

ul.limit li {
	margin: 10px 0px;
}
ul.limit li p {
	margin: 0px 0px;
}
ul.limit li ul li {
	margin: 3px 0px;
}


ol.cmd li{
	border-bottom: 1px solid #4b1e78;
	border-left: 6px solid #4b1e78;
	padding: 3px 5px;
}
