﻿/* body（色指定の定義と被らないこと） */
body
{
	font-family: Verdana,"BIZ UDゴシック","BIZ UD明朝","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color:#333333;
	min-width:1000px;
    background-color:#FFFFFF;
}



input,textarea,select
{
    padding:3px 2px;
    margin:2px 0;
    font-size:13px;
}
