/**
 * admin/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 {
	width: 100%;
	height: 20px;
	background: #000;
	border-top: 1px solid #39c;
	border-bottom: 2px solid #39c;
}
#bvAppTitle {
	float: left;
	padding: 0 0 0 20px;
	font-size: 12px;
	line-height: 20px; 
	color: #fff;
}
#bvAccount {
	float: right;
	padding: 0 20px 0 0;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
}
#bvAccount img {
	width: 16px;
	height: 16px;
	margin: 2px 0;
}
#bvAccount span {
	color: #777;
}
#bvAccount a {
	color: #fff;
	text-decoration: underline;
}
#bvAccount a:hover {
	color: #f96;
	text-decoration: none;
}
nav {
	margin: 15px 20px 0 20px;
	padding: 0;
}
/**********************************************************************
 * Body
 **********************************************************************/
#bvBodyArea {
	width: 100%;
}
h1 {
	height: 30px;
	margin: 15px 20px 0 20px;
	padding-left: 7px;
	font-size: 16px;
	line-height: 30px;
	color: #f60;
	background: #eee;
	border-left: 7px solid #000;
}
#bvContent {
	margin: 15px 20px 0 20px;
}
/**********************************************************************
 * Footer
 **********************************************************************/

/**********************************************************************
 * Other
 **********************************************************************/
.bvCenter {
	text-align: center;
}
.bvSubmit {
	padding: 10px 20px;
	line-height: 1;
}
.bvFormNotice {
	font-size: 14px;
	color: #555;
}
#bvLoginError {
	padding: 0 !important;
	font-size: 16px !important;
	text-align: center;
	color: #f00;
}
