﻿/* CSS Document */


h1{
	color: #026bbe;
	border-bottom: 1px solid #026bbe;
	letter-spacing:-0.05em;
	font-size: 18px;
	border-right: 0px solid;
	border-left: 7px solid #026bbe;
	margin: 5px 22px 0px;
	padding-left: 6px;
}

h1 span{
    color: #000000;
	font-size: 12px;
}


h2{
	color: #CC6600;
	letter-spacing:-0.05em;
	font-size: 15px;
	margin-bottom: 18px;
	border-bottom: 2px solid #CCCC00;
}

h2:first-letter{
	font-size: 1.5em;
	color: #CC6600;
}

h2 span{
	color: #FFFFFF;
	background: #3366CC;
	padding: 3px;
	font-size: 16px;
	text-align: right;
}

p{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin-top: 0px;
	margin-left: 22px;
}

p span{
	font-size: 24px;
	line-height: 18px;
	color: #FF0000;
}

p a{
	color: #003366;
	text-decoration: none;
}

p a:hover{
	color: #993300;
	text-decoration: underline;
	font-size: 14px;
}

p.come{
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin-top: 0px;
	margin-left: 22px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-right: 22px;
}


