@charset "utf-8";

/* ##############################################################

#THIS_FILE {
	--------------------------------------------
	filename: css/style.css;
	--------------------------------------------
}

#CONTENT {
	[+000]
	ページ内コンテンツ用CSS
	--------------------------------------------
	+ 1: オリジナル設定;
	--------------------------------------------
}


#KEY {
	ファイル内管理
	--------------------------------------------
	Search key "+" + "n"
	--------------------------------------------
}

#FONT_SIZE {
	-- Yahoo UI Library Fonts CSS ver.2.3.1
	Font-size Adjustment
	--------------------------------------------
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|
	--------------------------------------------
}

############################################################## */


/* ==============================================================

	[+1] TIPS
	
============================================================== */
body#TIPS {
}

body#TIPS .tips {
	}
	body#TIPS .tips h2 {
		font-size: 107%;
		font-weight: bold;
		color: #044E1F;
	}
	body#TIPS .tips em {
		font-style: italic;
	}
	body#TIPS .tips .guide {
		padding: .5em 1em;
		background-color: #d7dcc0;
	}
	body#TIPS .tips .ex {
		display: block;
		margin: .5em 0;
		background-color: #cfd4b9;
		border: solid 1px #9ba181;
		padding: .2em .5em;
		font-style: italic;
	}
	
	body#TIPS .tips h3 {
		font-weight: bold;
	}

/*2012年02月のTIPSページから使用しているスタイル*/
	body#TIPS .tips .f-uline {
		text-decoration:underline;
	}







