@charset "UTF-8";

/*==================================================
	
  ● Title
  ○ base.css
  
  ● Created Date
  ○ 2010.07.03
  
  ● Last Update
  ○ 2010.07.03
  
  ● Coder
  ○ Yukihiro Arima
  
  ● a Table of Contents
  ○ Redefine
 
==================================================*/


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

html,body {
	width:auto;
	height: 100%;
	text-align:center;
	color: #333333;
	font-size:12px;
	letter-spacing:0px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color:#000;
}

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

p{
	padding:5px 0px;
}


/* Link Color */
a{
	color:#ffffff;
	text-decoration:underline;
}

a:hover{
	color:#B5E2EE;
	text-decoration:underline;
}
