@charset "UTF-8";
/* stipCSS Document */

/*----------stip_cat----------*/
body#misc_cat div#content h1
{
	margin-bottom:2px;
	width:750px;
	height:35px;
	border-bottom:4px solid #9e9e9e;
	text-indent:-9999px;
}

/*----------stip----------*/
div.stip h1{background: url(/pts/images/misc/h1_stip.gif) no-repeat 0px 0px;}

div.stip div.list
{
	width:750px;
	margin-bottom:10px;
}
div.stip div.list h3
{
	background: #d7d5d0;
	padding:5px 10px;
}
div.stip div.list h4
{
	margin:10px auto 0px;
	padding:5px 10px;
	border-bottom:1px #666 solid;
}
div.stip div.list h5
{
	margin:5px auto 5px;
	padding:5px 10px;
	border-bottom:1px #ccc solid;
	background: #eee;
}
div.stip div.list div.dec
{
	width: 690px;
	margin:10px auto 0px;
	padding:10px 10px;
	background: #eee;
	border:1px solid #ccc;
}
div.stip div.list div.dec h3
{
	margin:0px auto 0px;
	width: 670px;
	background: #333333;
}

div.stip div.list p
{
	padding:5px 10px;
}
div.stip div.list ol,
div.stip div.list ul
{
	margin-left:1em;
	padding-left:1em;
}
div.stip div.list li
{
	padding:5px 10px 5px 0px;
}
div.stip div.list ul li
{
	list-style-type:disc;
}
div.stip div.list ol li
{
	list-style-type:decimal;
}
/*----------font----------*/

div.stip div.list h3
{
	font-size: 80%;
	line-height: 1em;
	font-weight:bold;
}
div.stip div.list div.dec h3
{
	color:#fff;
}
div.stip div.list h4,
div.stip div.list h5
{
	font-size: 80%;
	line-height: 1em;
	font-weight:bold;
}

div.stip div.list p,
div.stip div.list li
{
	font-size: 80%;
	line-height: 1.5em;
}

strong{
	font-weight:bold;
}
