@charset "utf-8";

/*
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSstylesheet;
 :title "Vicuna Ninja Style - Context";
 :created "2007-12-26";
 :release [:revision "1.0"; :created "2007-12-26"];
 :author [:name "wu"; :homepage <http://vicuna.jp/>; :mbox "3ping.org@gmail.com"];
 :license <http://creativecommons.org/licenses/by/3.0/>;
 :description "各要素単独のスタイル";
 :note "
 	Outline - 
		1-1.Yahoo UI Library Fonts CSS. 
		1-2.Settings. 
		1-3.Universal selector. 
		1-4.Structure Module. 
		1-5.Text Module. 
		1-6.Hypertext Module. 
		1-7.List Module. 
		1-8.Edit Module. 
		1-9.Forms Module. 
		1-10.Tables Module. 
		1-11.Image Module. 
		1-12.Object Module
		";
 :contributor [
 	:name "Yahoo";
	:title "YUI Fonts CSS";
	:description "ブラウザ間のフォントサイズを揃えるライブラリ";
	:revisiton "2.4.0";
	:homepage <http://developer.yahoo.com/yui/fonts/>;
	:license <http://developer.yahoo.com/yui/license.txt>;
	:note "
		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	| 
			"
	] .
*/

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

	0-0. Do not edit
	
=======================================*/

body {
	font: 59% "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳＰゴシック",sans-serif;
	_font-family: "MS Pゴシック","MS ゴシック",sans-serif;
}
html>/**/body {
	font-size: 10px; /* IE 以外のブラウザ standard */
}
ul#fontsize li.font a#large {background: url(../img/large.gif) left center no-repeat;}
ul#fontsize li.font a#mid {background: url(../img/middle.gif) left center no-repeat;}
ul#fontsize li.font a#small {background: url(../img/small_on.gif) left center no-repeat;}


