@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;
	margin-left:0px;
}

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

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

/* -------------------
  H4
------------------- */

#main h4 {
	margin:20px 0 10px 28px;
}

/* -------------------
  LIST (UL)
------------------- */

#main ul {
	margin-top:10px;
}

#main ul li {
	margin:0 20px 5px 48px;
}

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

#main ol {
	margin-top:8px;
}

#main ol li {
	margin:0 20px 3px 25px;
	list-style-type: upper-alpha;
}


/* -------------------
  LIST (DL)
------------------- */
#main dl {
	padding-bottom:10px;
}

#main dl dt {
	margin:15px 20px 0 28px;
	line-height:1.5em;
}	
	

#main dl dd {
	margin:5px 20px 0 28px;
	line-height:1.5em;
}	



