@charset "UTF-8";
/* CSS Document */

h2, h2 li, h2 li a:link, h2 li a:visited, h2 li a:hover { color: #f875a7; }

h2 a:link, h2 a:visited { text-decoration:none; }
h2 a:hover         { text-decoration:underline; }

h2{
	font-weight:bold;
	margin-bottom:16px;
}

h2 li, h3 li
{
	position: relative;
	background-image    : url(../../images/common/arrow1.gif);
	background-repeat   : no-repeat;
	background-position : 0 2px;
	margin-bottom       : 4px;
	list-style-type     : none;
	line-height         : 120%;
	font-size:0.84em;
}

.t { color:#332228; margin-bottom:8px; font-size:0.84em;}

h3.margin-top-none {
	margin-top:0;
}

h3.margin-bottom-none {
	margin-bottom:0;
}

h2 li { padding:0 6px 0 16px; }
h3 li { padding:0 6px 6px 16px; }

h3 li.padding-bottom-none {
	padding:0 6px 0 16px;
}

h3 a:link, h3 a:visited
{
	text-decoration:none;
	color:#332228;
}
h3 a:hover
{
	text-decoration:underline;
	color:#332228;
}

h3
{
	font-size:1.00em;
	margin-top:0px;
	margin-left:30px;
	margin-bottom:20px;
	color:#332228;
}



