@charset "UTF-8";

/* large.css
**************************************************************************************

1.基本フォント設定
2.文字サイズ変更設定

=============================================================================*/

/*
77% = 10px	| 	122% = 16px	|	167% = 22px	
85% = 11px	|	129% = 17px	|	174% = 23px
93% = 12px	|	136% = 18px	|	182% = 24px
100% = 13px	|	144% = 19px	|	189% = 25px
107% = 14px	|	154% = 20px	|	197% = 26px
114% = 15px	|	159% = 21px	|
*/

#header{
 font-size: 107%;
}

#header input.assi{
 font-size: 12px;
}

#footer{
 font-size: 107%;
}

#main h1{
 font-size: 167%;
	font-weight: bold;
}

#main h2{
 font-size: 154%;
	font-weight: bold;
}

#main h2.distr{
 font-size: 122%;
}

#main h3{
 font-size: 136%;
	font-weight: bold;
}

#main h4{
 font-size: 122%;
	font-weight: bold;
}

#main h5{
}

#main p.subtitle{
 font-size: 136%;
	font-weight: bold;
}

#main div.gaiyo,
#main div.tx-area,
#main div.anchor,
#main ul.download li,
#main table,
#home #topics-events{
 font-size: 122%;
}

#main p.cap,
#main div.pnavi-area,
#main div.pdf-area{
 font-size: 107%;
}

#main div.anchor ul.str01 li,
#main div.anchor ul.str02 li ul li{
	background-position: 0 12px;
}

#main ul.download li{
 background-position: 0 6px;
}

#main p.pagetop a,
#main p.catetop a{
 background-position: 0 7px;
}

#main div.pdf-area p.pdf-ex{
 background-position: 0 5px;
}

#target div.pagelist ul li,
#main div.pagelist dt,
#main div.pagelist dd{
 font-size: 122%;
}

#lnavi p.category{
 font-size: 167%;
	font-weight: bold;
}

#lnavi ul.second{
 font-size: 136%;
}

#lnavi ul.third{
 font-size: 122%;
}

#lnavi ul.third li a{
	background-position: 0 13px;
}

#target #main ul.pglist li a{
 background-position:0 8px;
}

/* 2.文字サイズ変更設定
=============================================================================*/
#header dl.fsize dd.large,
#header dl.fsize dd.large a{
 background-position: -44px -20px;
}

