.textheader
{
	width:100%;
}

.textheader .title
{
	width:100%;
	text-align:center;
	padding:6px 0;
	font-size:1em;
	font-weight:bold;
}

/*
.textheader .content
{
	padding:6px 10px;
}
*/

.textheader .content p
{
	margin:0;
	padding:8px 10px;
}

.textheader .content img
{
	margin:0;
	padding:0;
}

.textheader .title span
{
	font-size:.9em;
	font-weight:bold;
}

.kyto_textheader_red .title span,
.kyto_bluetextheader_red .title span
{
	color:#9A0002;
}

.kyto_bluetextheader_red .title
{
	background:#D5EBF5;
	text-align:left;
}

.kyto_bluetextheader_red .title span
{
	padding-left:15px;
}

.kyto_textheader_white .title span
{
	color:white;
}

.kyto_textheader_blue .title span
{
	color:#043B62;
}

.kyto_textheader_gray .title span
{
	color:#333333;
}

.kyto_notitle_blue
{
	color:#00345C;
}

.kyto_notitle_transparent
{
	background:transparent;
}

.kyto_bluetextheader_red
{
	border:solid 1px #BFBFBF;
}