@charset "Shift_JIS";


/* heading
 ******************************************************/
h1		{
		 line-height: 1.0;
		 margin: 0;
		 padding: 0px;
		}

h2		{
		 line-height: 1.0 ;
		 margin: 0px;
		 padding: 0;
		}


/* 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 ;
		}
.mainclassboldgreen
		{
		 font-size	: 75% ;
		 line-height	: 1.4 ;
		 font-weight:bold ;
		 color:#228B22;
		}
.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 ;
		}

