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