/* -------------------------------------------------------------------
 LINK
------------------------------------------------------------------- */
a:link{
	color:#41266d;
	text-decoration:none;
}
a:visited{
	color:#41266d;
	text-decoration:none;
}
a:hover {
	color:#fed722;
	text-decoration:none;
}
a:active {
	color:#fed722;
	text-decoration:none;
}


/* ---------------------------------------
　Font-Size 
--------------------------------------- */
.small {
    font-size: 0.9em;/*9px*/
}
.medium {
    font-size: 1.1em;/*11px*/
	line-height:1.6;
}
.large {
    font-size: 1.2em;/*12px*/
	line-height:1.6;
}
.bold{
	font-weight:bold;
}
