@charset "utf-8";


#main h3 {
	margin-top:20px;
	margin-bottom:10px;
}

#main h4 {
	margin-top:20px;
	margin-bottom:10px;
	margin-left:10px;
}

#main dl {
	margin-left:2em;
	
}

#main dl dt {
	margin-top:1.5em;
}

#main dl dd {
	margin-top:-1em;
	margin-left:12em;
}

#main p {
	margin-left:1em;
}

#main a {
	color: #274FD8;
	text-decoration:none;
}
#main a:hover {
	color: #C30;
	text-decoration:underline;
}

.blue {color:#274FD8;}


#main table caption {
	display:none;
}

#main .table_margin {
	margin:1em 0 40px 1em;
}

#main table {
	width: 100%;
	border-spacing: 0;
	font-size:1em;
	*border-collapse: collapse;
}
#main table th {
	color: #fff;
	width:33%;
	padding: 8px 15px;
	background: #4472c3;
	font-weight: bold;
	border:1px solid #258;
	line-height: 120%;
	text-align: center;
	text-shadow:0 -1px 0 rgba(34,85,136,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
#main table tr td {
	padding: 8px 15px;
	border: 1px solid #84b2e0;
	text-align: left;
	vertical-align:top;
	line-height:1.6em;
}
#main table tr td p {
	line-height:1.3em;
	margin:0 0 10px 0;
}

#main td>dl {
	margin-left: 0;
}

#main td>dl>dt {
	margin-top: 0;
}

#main td>dl>dd {
	margin-left: 5.7em;
	margin-top: -1.3em;
	margin-bottom: 0.3em;
}

#main p.close{
	margin:5px;
	float:right;
	display:block;
	padding:0 5px;
	background-color:#4472c3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#main p.close a{
	color:#fff;
	text-decoration:none;
	font-size:90%;
}
