@charset "UTF-8";
/* ---------- Type CSS   -----------*/

/* Default font settings. http://www.alistapart.com/articles/settingtypeontheweb Try to get vertical baseline based on 18px*/

body { 
  background: #fff;
  color: #222; 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  /*font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, Osaka-等幅, sans-serif;*/
}

#content p {
	margin-bottom: 14px;
	}

/* Headings
-------------------------------------------------------------- */
#content h1 {
	font-size: 44px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -3px;
	line-height: 1.2em;
	margin-bottom: 20px;
	color: #666;
}

h2 { 

}
h3 { 
 
}
h4 { 

}


/* Text elements
-------------------------------------------------------------- */



.callout {
  border: 1px solid #ddd;
  padding: 8px 10px;
  margin-bottom: 18px; 
}
