@charset "utf-8";

/*

	----------------------------------
	txtL.css
	#16px
	----------------------------------

*/


/* フォントサイズ切り替えボタン
----------------------------------------------*/
/*div#dFontChanger li#lfcSmall a {
	background-position: 0;
}
div#dFontChanger li#lfcMiddle a {
	background-position: 0;
}*/
div#dFontChanger li#lfcLarge a {
	background-position: 0 -42px;
}


/* IE6 */
body, th, td {
	font-size: medium;
}
/* Opera6 */
html>body, tr>th, tr>td {
	font-size: 16px;
}
/* latest browzer */
head:first-child+body, head:first-child+body th, head:first-child+body td {
	font-size: 16px;
}

div.dSection h3 {
	font-size: 17px;
}
div.dQASection h3 {
	font-size: 16px;
}

p.pCaption {
	font-size: 14px;
}

div#dSitemap h3 {
	font-size: 17px;
}

div#dContentsArea div#dArea div.dBox2 h2 span {
	font-size: 16px;
}


