/*============================================================
	1: -fontcolor
============================================================*/

.Heading4A01{
	color:#fff;
}


/* -anchor
----------------------------------------------------*/
a:link{
	color:INSERTCOLORHERE;
}
a:visited{
	color:INSERTCOLORHERE;
}
a:hover{
	color:#INSERTCOLORHERE;
}
a:active{
	color:#INSERTCOLORHERE;
}


/*============================================================
	2: -font-size, line-height setting
	
	("XXXpx - YYYpx" means 
	"Japanese letter height:XXXpx - Margin between lines:YYYpx")
============================================================*/


/* -5
============================================================*/

/* s5p	(14px-10px)
----------------------------------------------------*/
.s5p{
	font-size: 100%;
	line-height: 150%;
}

/* s5	(14px-7px)
----------------------------------------------------*/
.s5{
	font-size: 100%;
	line-height: 133%;
}

/* s5m	(14px-7px)
----------------------------------------------------*/
.s5m{
	font-size: 100%;
	line-height: 125%;
}

/* s5t	(14px-6px)
----------------------------------------------------*/
.s5t{
	font-size: 100%;
	line-height: 115%;
}



/* -4
============================================================*/

/* s4p	(13px-8px)
----------------------------------------------------*/
.s4p{
	font-size: 90%;
	line-height: 150%;
}

/* s4	(13px-6px)
----------------------------------------------------*/
.s4{
	font-size: 90%;
	line-height: 133%;
}

/* s4m	(13px-6px)
----------------------------------------------------*/
.s4m{
	font-size: 90%;
	line-height: 125%;
}

/* s4t	(13px-4px)
----------------------------------------------------*/
.s4t{
	font-size: 90%;
	line-height: 115%;
}



/* -3
============================================================*/

/* s3p	(11px-8px)
----------------------------------------------------*/
.s3p{
	font-size: 80%;
	line-height: 150%;
}

/* s3	(11px-6px)
----------------------------------------------------*/
.s3{
	font-size: 80%;
	line-height: 133%;
}

/* s3m	(11px-5px)
----------------------------------------------------*/
.s3m,
.Heading4A01,
.TxtBlockMedium,
.TxtListA01{
	font-size: 80%;
	line-height: 125%;
}

/* s3t	(11px-4px)
----------------------------------------------------*/
.s3t{
	font-size: 80%;
	line-height: 115%;
}



/* -2
============================================================*/

/* s2p	(9px-6px)
----------------------------------------------------*/
.s2p,
.TxtBlockSmall{
	font-size: 70%;
	line-height: 150%;
}

/* s2	(9px-6px)
----------------------------------------------------*/
.s2{
	font-size: 70%;
	line-height: 133%;
}

/* s2m	(9px-4px)
----------------------------------------------------*/
.s2m{
	font-size: 70%;
	line-height: 120%;
}

/* s2t	(9px-4px)
----------------------------------------------------*/
.s2t{
	font-size: 70%;
	line-height: 115%;
} 