/**
 * common.css
 *
 * @author Mitsutoshi Nakamura <mitsutoshi.nakamura.jp@gmail.com>
 */
@CHARSET "UTF-8";

/**
 * フォント指定に関しては以下も検討する
 * http://snippet-editor.com/2010/08/definitive-font-family.html
 *
body, textarea { font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }
 */
html, button, input, select, textarea {
	/**
	 * 日本語表記は必要ないみたい！
	 * http://culture27.com/blog/2011/12/font-family
	 *
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	 */
	font-family: Verdana, Arial, "Hiragino Kaku Gothic Pro", Meiryo, "MS P Gothic", sans-serif !important;
}
body {
	margin: 0;
	padding: 0;
	font-size: 11pt;
	line-height: 1.618;
	/*
	color: #333;
	background: url('/biva.webroot/material/img/biva/bg_noise.png') repeat scroll 0 0 #f4f1ef;
	*/
}
.bvLayoutWidth {
	width: 960px;
	margin: 0 auto;
}
/**********************************************************************
 * Header
 **********************************************************************/
header {
}
/**********************************************************************
 * Body
 **********************************************************************/

/**********************************************************************
 * Footer
 **********************************************************************/

/**********************************************************************
 * Other
 **********************************************************************/
