@charset "utf-8";
/*-----------------------------------------------
 * プリエ-管理ログイン画面
 * テーマカラー:ピンク系
 *----------------------------------------------*/

/*-----------------------------------------------
 * 共通
 *----------------------------------------------*/
/* 最背面の背景色 */
body {
	background-color:#F5FCFF;
}
#head .box .text {
	color:#000000;
}


/* ユーザIDとパスワードの背景色 */
#body .form th .text {
	background-color:#292878;
	color:#ffffff;
}