/* 文字コード指定 */
@charset "utf-8";
body
{
	font-family: "ＭＳ Ｐゴシック", "Arial", "Osaka-等幅", monospace;
}

input, select, textarea { font-size: 11px}
form { margin: 0; }
.text10 { font-size: 10px}
.text11 { font-size: 11px}
.text12 { font-size: 12px}
.text14 { font-size: 14px}
.text16 { font-size: 16px}
.searchForm { margin: 0px; padding: 0px; } 
.text12line14 { font-size: 12px; line-height: 14px} .text12line16 { font-size: 12px; line-height: 16px}
.text12line18 { font-size: 12px; line-height: 18px} .text12line22 { font-size: 12px; line-height: 22px}
.text16line36 { font-size: 16px; line-height: 36px }


DIV.errMessage{
	color : red;
}
DIV.notice{
	padding: 10px;
	background-color : #FFFFFF;
	color : black;
	border: 1px solid blue;
	width: 480px;
}
DIV.error{
	padding: 10px;
	background-color : #FFFFCC;
	color : #FF6633;
	border: 1px solid red;
	width: 480px;
}

