@charset "utf-8";

@import url(default.css);
@import url(base.css);

#main{background:url(../disclosure/images/bg_content.jpg) no-repeat;}


		#content h4{
			background:url(../shared/dot_triangle-red.gif) no-repeat 0 45%;
			padding-left:15px;
			color:#c00;
			line-height:140%;
			margin:0 0 10px 20px;
			font-size:110%;
			font-weight:bold;
		}

		#content h4 a{
			display:block;
			margin-bottom:30px;
			color:#c00;
		}

		#content .headerlist{
			width:40%;
			margin-left:0;
			margin-bottom:5px;
			position:relative;
			left:-15px;
			float:left;
		}
		#content .headerlist:nth-last-of-type(1){width:60%;}

		#content .headerlist li{
			background:url(../shared/dot_triangle-red.gif) no-repeat 0 45%;
			padding-left:15px;
			color:#333;
			line-height:140%;
			margin:0 0 5px;
			font-size:110%;
			font-weight:bold;
			list-style:none;
		}
	
		#content .headerlist li a{
			display:block;
			margin-bottom:15px;
			color:#333;
		}
		


			#content ul{margin:0 0 30px 35px;}

			#content li{
				padding-left:20px;
				list-style:none;
				background:url(../shared/dot_arrow.gif) no-repeat 0 11px;
				line-height:200%;
			}


		#listnote #content h4{
			font-size:130%;
		}

		.backtolist{
			display:block;
			background:url(../shared/dot_arrow2.gif) no-repeat 0 7px;
			padding-left:20px;
			width:130px;
			float:right;
			text-decoration:none;
			color:#c33;
		}
		.backtolist:hover{text-decoration:underline;}
	
		#listnote #content table{
			clear:both;
			width:630px;
			margin:30px 0 0 30px;
			border-collapse:collapse;
		}
	
			#listnote #content td,
			#listnote #content th{
				border-top:1px solid #ccc;
				border-bottom:1px solid #ccc;
				padding:10px 3px;
			}
	
				#listnote #content th{width:5%;}
	
	
		a.gray40:hover{color:#999;}




