@charset "utf-8";

/* import
----------------------------------------------- */
@import "lib.css";
@import "common.css";

h1,h2 {
	margin:0;
	padding:0;
	}

/* #menu
----------------------------------------------- */
#menu #m_menu  #cat01_7 a {background:url(../common/cat01_menu.gif) no-repeat -200px -210px;}

/* #contentsbody
----------------------------------------------- */
h1 {
	background:url(../urgent/images/h1.gif) no-repeat 0 0;
	height:110px;
	text-indent:-9999px;
	}

#contents {
	width:500px;
	margin:0 0 0 30px;
	}

h2 {
	background:url(../urgent/images/h2.gif) no-repeat 0 0;
	height:30px;
	text-indent:-9999px;
	line-height:0.5em;
	}

#contents ol {
	margin:20px 0 0 30px;
	padding:0;
	list-style:decimal;}

#contents li {
	margin:5px 0 0;
	padding:0;
	}

p.right {
	text-align:right;
	}

h3 {
	line-height:0.5em;
	margin:30px 0 0;
	text-indent:-9999px;
	height:25px;
	background:url(../urgent/images/h3.gif) no-repeat 0 0;
	}

.results {
	list-style:disc;
	margin:0 0 0 25px;
	}


/* clear
----------------------------------------------- */
#column:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
