@charset "utf-8";
/* CSS Document */

/*==================================================
	
  ★ Last Update
  ☆ 2011.03.22
  
  ★ Coder
  ☆ Takahiro
  
  ★ a Table of Contents
  ☆
 
==================================================*/


/*--------------------------------------------------
  ○ Redefine
--------------------------------------------------*/

html{
	height:auto;
  overflow-x: hidden;
}

body{
	width:auto;
	height:auto;
	color:#EEEEEE;
	font-size:12px;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:1.2px;
	line-height:1.5;
  overflow-x: hidden;
}

br{
	letter-spacing:0px !important;
}

a:link {
	color: #f00;
}
a:visited {
	color: #f00;
}

a:hover{
	color:#FFF;
}

/* Link Color */

