/*-----------------------------------------------------------------------------------
見出し（H1〜H6）
-----------------------------------------------------------------------------------*/
h1
{
	line-height: 1.5em;
	padding-left:8px;
	font-size:100%;
	color:#8A134D;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8A134D
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #C2749A
}
h2
{
	line-height: 2em;
	font-size:70%;
	padding-left:8px;
	color:#8A134D;
	background-color:#F3E4EB;
	font-weight:bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C2749A
}
h3
{
	line-height: 2em;
	font-size:70%;
	padding-left:8px;
	color:#8A134D;
	font-weight:bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C2749A
}


/*-----------------------------------------------------------------------------------
フォント
-----------------------------------------------------------------------------------*/
.font-A
{
	font-size:120%;
	color:#294CFF;
	font-weight:bold;
	line-height: 1.5em; 
	padding: 0.5em 0em 0.5em;
}

.font-B
{
	font-size:80%;
	color:#000000;
	line-height: 1.3em; 
}

.font-C
{
	font-size:80%;
	color:#620028;
	line-height: 1.3em; 
}

.font-D
{
	font-size:70%;
	color:#8A134D;
	line-height: 1.3em; 
}
.font-E
{
	font-size:100%;
	font-weight:bold;
	color:#840CC2;
	line-height: 1.3em; 
}

.font-F
{
	font-size:100%;
	color:#8A134D;
	font-weight:bold;
	line-height: 1.5em; 
	padding: 0.5em 0em 0.5em;
}

/*-----------------------------------------------------------------------------------
リンク
-----------------------------------------------------------------------------------*/
a:link
{
color: #0000CC;
}
a:hover
{
color: #990033;
}
a:visited
{
color: #950590;
}
