@charset "UTF-8";
article h2 {
	font-size: 16px;
	color: #6692c0;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}
article  h3 {
	font-size: 14px;
	color: #964600;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	line-height: 18px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #ff9600;
	height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
article p {
	margin-right: 20px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c8c8c8;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
article .no_line {
	margin-right: 20px;
	margin-left: 20px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
article  a {
	color: #969696;
	text-decoration: underline;
	-webkit-transition:color 500ms ease 0;
	-moz-transition:color 500ms ease 0;
	-o-transition:color 500ms ease 0;
	transition:color 500ms ease 0;
	text-shadow: none
}
article  a:hover {
	text-decoration: underline;
	color: #333333;
}
article h2  a {
	color: #6692c0;
	text-decoration: underline;
	-webkit-transition:color 500ms ease 0;
	-moz-transition:color 500ms ease 0;
	-o-transition:color 500ms ease 0;
	transition:color 500ms ease 0;
	text-shadow: none;
	font-size: 16px;
}
article h2  a:hover {
	text-decoration: underline;
	color: #2b5b8d;
}
