﻿/* body（色指定の定義と被らないこと） */
body
{
	font-family: Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background-color:#F5F7F6;
	color:#333333;
	min-width:980px;
}

input,textarea,select
{
    padding:3px 2px;
    margin:2px 0;
    font-size:13px;
}
