@charset "utf-8";

@font-face {
  font-family: GoogleSans;
  src: url(/fmv/common/fonts/GoogleSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: GoogleSansBold;
  src: url(/fmv/common/fonts/GoogleSans-Bold.ttf) format("truetype");
}

body,#lifebook,.bodyarea,.contentsarea h1, .contentsarea h2, .contentsarea h3{
	font-family: "GoogleSans", Arial, Verdana, 'Lucida Grande', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}