@charset "utf-8";

span.crosshead {
	display:block;
    margin: 0 0 -1em;
    padding: 12px 15px 8px 15px;
	color:#2f86eb;
    font-size: 128.571%;
    line-height: 1.5;
	border-bottom:2px #2f86eb solid;
    background: url(../img/bg-ttl3.gif) 0 0 repeat;
}

span.crosshead2 {
	display:block;
    margin: 1em 0 -1em;
    padding: 8px 15px 5px 15px;
	color:#2f86eb;
    font-size: 114.285%;
    line-height: 1.5;
	border-bottom:1px #2f86eb solid;
    background-color:#f5f5f5;
}

span.crosshead3 {
	display:block;
    margin: 0.5em 0 -1em;
    padding: 0 0 3px 10px;
	color:#2f86eb;
    font-size: 114.285%;
    line-height: 1.5;
	border-left:5px #2f86eb solid;
	border-bottom:1px #c8c8c8 solid;
}

span.crosshead4 {
	display:block;
    margin: 0.5em -1em;
    padding:0 0 0 19px;
	color:#2f86eb;
    line-height: 1.5;
    background: url(../img/bg-ttl4.gif) no-repeat left 0.25em;
}

strong{
	display:block;
    margin: 0 0 -1em;
    padding:0;
	color:#2f86eb;
    line-height: 1.5;
}

div#topics-content p{
	margin-bottom:50px;
}


div#topics-content span.line{
	display:inline-block;
	text-indent:-99999px;
	width:100%;
	background:url(../img/bk_border.gif) repeat-x center center;
}


span.red{color:red;}
span.blue{color:blue;}
span.green{color:green;}
span.gray{color:gray;}
span.pink{color:pink;}
span.purple{color:purple;}
span.bold{font-weight:bold;}
span.underline{text-decoration:underline;}
span.small{font-size:10px;}
span.large{font-size:20px;}
span.large2{font-size:26px;}
span.large3{font-size:32px;}
span.large4{font-size:38px;}
span.large5{font-size:44px;}

@keyframes blink {
  75% { opacity: 0.0; }
}
@-webkit-keyframes blink {
  75% { opacity: 0.0; }
}
span.blink {
  animation: blink 1s step-end infinite;
  -webkit-animation: blink 1s step-end infinite;
}

	
