@charset "utf-8";
/*==========================================================================
	CSS Information
	print.css
	AUTHOR	：ALPHAROOK, Inc.
	Modified：2009/1/20
	Version	：1.0
============================================================================


	◇◆◇◆◇◆◇◆◇ 目 次 ◇◆◇◆◇◆◇◆◇

		1.Initializing					#1
		2.ページタイトル				#2

		Errorページ					#Error

----------------------------------------------------------------------------
	#1	Initializing		http://doruse.jp/
--------------------------------------------------------------------------*/
body {
	line-height: 1.7;
	font-family: Helvetica,Verdana,Arial,Calibri,"Lucida Grande","Bitstream Vera Sans","Segoe UI","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",メイリオ,Meiryo,"MS Gothic","ＭＳ ゴシック",clean,IPAPGothic,sans-serif;
/*	font-family: "Cambria","Book Antiqua","Times New Roman",Times,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝","MS Mincho","平成明朝","Heisei Mincho",serif;*/
	font-size: 8pt;
}


/*--------------------------------------------------------------------------
	#2	ページタイトル		http://doruse.jp/index.html
--------------------------------------------------------------------------*/
/* [ Link Color ] */
/*
a			{ color: #0000ff; text-decoration: none; }
a:active	{ color: #ff0000; text-decoration: none; }
a:visited	{ color: #800080; text-decoration: none; }
a:hover		{ color: #ff0000; text-decoration: none; }
*/

/*--------------------------------------------------------------------------
	#Error	Errorページ				http://doruse.jp/Error
--------------------------------------------------------------------------*/
/* [ Link Color ] */
/*
a			{ color: #0000ff; text-decoration: none; }
a:active	{ color: #ff0000; text-decoration: none; }
a:visited	{ color: #800080; text-decoration: none; }
a:hover		{ color: #ff0000; text-decoration: none; }
*/