@charset "utf-8";
/*============
FontSize
=============*/
p{
	font-size: 1.1em;
	line-height:1.6;
}

p.large{
	font-size: 1.3em;
	line-height: 1.6;
}

h1{
	font-size: 1.1em;
	line-height: 1.5;
}

h2{
	font-size: 1.5em;
	line-height:1.5;
}


li,dd,dt{
	font-size: 1.3em;
	line-height: 1.4;
}

th,td,h3,h4{
	font-size: 1.4em;
	line-height: 1.5;
}

/*============
Switch
=============*/
#switcher ul.switch li.smallFont a{
	display: block;
	width: 19px;
	height: 19px;
	text-indent: -9999px;
	background:url(common/smallfont.jpg) no-repeat 0 -38px;
	
}

#switcher ul.switch li.largeFont a{
	display: block;
	width: 19px;
	height: 19px;
	text-indent: -9999px;
	background: url(common/largefont.jpg) no-repeat 0 0;
	
}

#switcher ul.switch li.largeFont a:hover{
	display: block;
	width: 19px;
	height: 19px;
	text-indent: -9999px;
	background: url(common/largefont.jpg) no-repeat 0 -19px;

}
