@charset "iso-8859-1";


/* heading
 ******************************************************/
h1		{
		 font-size: 140%;
		 border-left: 5px solid #b20026;
		 margin: 3px 0px 20px 0px;
		 padding: 0px 0px 0px 5px;
		}

h2		{
		 font-size: 95%;
		 line-height: 1.4 ;
		 font-weight: bold;
		 color: #b20026;
		 margin: 0px;
		 padding: 5px 0px 3px 0px;
		}

h3		{
		 font-size	: 80% ;
		 line-height	: 1.6 ;
		 font-weight:bold ;
		 color: #333;
		 background-color: #f3f3f3;
		 border-right: 1px solid #ccc;
		 border-bottom: 1px solid #ccc;
		 margin: 0;
		 padding: 3px 5px 3px 15px;
		}

h4		{
		 font-size: 80%;
		 font-weight: bold;
		 background: url(../../common/img/h4icon.gif) no-repeat center left;
		 margin : 0px;
		 padding : 5px 0px 5px 15px;
		}

h5		{
		 font-size: 75%;
		 font-weight: bold;
		 margin : 0;
		 padding : 5px 0px 5px 15px;
		}

h6		{
		 color: #777;
		 font-size: 65%;
		 font-weight: bold;
		 margin : 0;
		 padding : 0px 0px 0px 15px;
		}

.h3icon01	{
		 background: #f3f3f3 url(../../common/img/h3icon.gif) no-repeat top left;
		}

.h3icon02	{
		 background: #f3f3f3 url(../../common/img/h3icon2.gif) no-repeat top left;
		}

.catch		{
		 font-size: 80%;
		 font-weight: bold;
		 line-height: 1.4;
		 border: 0px;
		 margin: 0px 0px 15px 0px;
		}


/* font size
 ******************************************************/

.small
		{
		 font-size	: 90% ;
		 line-height	: 1.4 ;
		}


.big
		{
		 font-size	: 110% ;
		 line-height	: 1.4 ;
		}


.mainclass
		{
		 font-size	: 75% ;
		 line-height	: 1.4 ;
		}
.mainclassbold
		{
		 font-size	: 75% ;
		 line-height	: 1.4 ;
		 font-weight:bold ;
		}
.mainclasssmall
		{
		font-size	: 70% ;
		line-height	: 1.4 ;
		}
.mainclasssmallbold
		{
		 font-size	: 70% ;
		 line-height	: 1.4 ;
		 font-weight:bold ;
		}
.mainclasssmall2
		{
		 font-size	: 65% ;
		 line-height	: 1.2 ;
		}
.mainclasssmall2bold
		{
		 font-size	: 65% ;
		 line-height	: 1.2 ;
		 font-weight:bold ;
		}
.mainclasslarge
		{
		 font-size	: 80% ;
		 line-height	: 1.4 ;
		}
.mainclasslargebold
		{
		 font-size	: 80% ;
		 line-height	: 1.4 ;
		 font-weight	: bold ;
		}
.mainclasslarge2
		{
		 font-size	: 90% ;
		 line-height	: 1.6 ;
		}
.mainclasslarge2bold
		{
		 font-size	: 90% ;
		 line-height	: 1.6 ;
		 font-weight:bold ;
		}
.captionclass
		{
		 color: #333399;
		 font-size	: 65% ;
		 line-height	: 1.2 ;
		 margin: 3px 0px 0px 2px;
		 padding: 0px;
		}


