@charset "utf-8";

/**********************************
 PAGE ELEMENTS
**********************************/

/* -------------------
  P
------------------- */

#main p {
	margin-left:28px;
	margin-right:20px;
}

/* -------------------
  H1
------------------- */

#main h1 {
	background-image:  url("../images/sub/h2/h2.gif");
	overflow:hidden;
	text-align:left;
	text-indent:-9999px;
	width:786px;
	height:30px;
	margin-bottom: 15px;
}

/* -------------------
  H3
------------------- */

#main h3 {
	background-image:  url("../images/sub/h3/h3-01.gif");
	width:360px;
	height:23px;
	margin-left:15px;
	margin-bottom:20px;
}

/* -------------------
  User Control Button
------------------- */

#main .usr {
	text-align:center;
	padding-bottom:10px;
}

/* -------------------
  TABLE
------------------- */

#main table {
	margin-left:28px;
}

#main table th {
	width:110px;
	padding-bottom:10px;
}

#main table td {
	padding-bottom:10px;
	width:590px;
}

/* -------------------
  LIST (OL)
------------------- */

#main table td ol {
	margin-left:25px;
}

#main table td ol li {
	line-height:1.5em;
	margin-bottom:5px;
}

#main table td ol li.last {
	margin-bottom:0;
}




