@charset "utf-8";
/* CSS Document */

/*
		Font-size Adjustment.
			77% = -3px	|	122% = +3px	|	167% = +9px	
			85% = -2px	|	129% = +4px	|	174% = +10px 
			92% = -1px	|	136% = +5px	|	182% = +11px 
		100% = standard	|	144% = +6px	|	189% = +12px 
			107% = +1px	|	152% = +7px	|	197% = +13px 
			114% = +2px	|	159% = +8px	| 
			"
*/

/*
|=========================================================================|
 
	common
 
|=========================================================================|
*/
body {
	font: 87.5%/1.5 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳＰゴシック",sans-serif;
}
html>/**/body {
	font-size: 14px; /* IE 以外のブラウザ standard */
}
a.fontstandard {
	background: url(/shinnyo/image/small.jpg) left top no-repeat;
}
a.fontlarge {
	background: url(/shinnyo/image/large.jpg) left no-repeat;
}
p.dan {
	margin-bottom: 30px;
	font-size: 16px;
}
div#top_pic {
	font-size: 9px;
}

