@charset "UTF-8";

/*
--------------------------------------------------------------
	[ File Name   ] font.css
	[ Last UpDate ] 15.Jan 2010
	[ Version     ] 2.0 
--------------------------------------------------------------

--------------------------------------------------------------
*/

/*
--------------------------------------------------------------
	Font Settings
--------------------------------------------------------------
*/


body
	{
	font-family: 'メイリオ', Meiryo, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 79%;
	color: #333333;
	font-weight: lighter;
	line-height: 1.8;
	letter-spacing: 0.08em;
	}

* html body
	{
	font-size: 70%;
	}


a
	{
	/*color: #CC6699;*/
	color:#6C574F;
	outline: none;
	text-decoration: underline;
	outline: none;
	}

a:visited
	{
	color: #666;
	}
a:hover
	{
	color: #333;
	}


strong
	{
	color: #0099CC;
	}

blockquote
	{
	display: block;
	margin: 18px 0px 18px 0px;
	padding-left: 36px;
	color: #0099CC;
	}

cite 
	{
	font-style: normal;
	color:#666;
	}