@charset "utf-8";

/*-------------------------------------
総合エラー表示
---------------------------------------*/
#Main ul.error{
	width:600px;
	margin:10px auto 10px auto;
	padding:10px;
	border:2px solid #CD0A0A;
	background:#FEF8F6;
	
	/* CSS3 */
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#Main ul.error li{
	padding:0 10px 0 0;
	clear:both;
	color:#CD0A0A;
}
#Main ul.error li span{
	width:17px;
	display:block;
	float:left;
	overflow:hidden;
	margin:0 5px 0 0;
	text-indent:-9999px;
	background:url("../images/ui/ui-icons_a83300_256x240.png") no-repeat 0 -143px;
}

#Main label{
	cursor:pointer;
}
#Main input.tipped,
#Main textarea.tipped{
	color:#999;
}

/*-------------------------------------
JSチェックエラー
---------------------------------------*/
#Main strong.error{
	display:block;
	padding:2px 0 0 0;
	color:#CD0A0A;
}
#Main strong.error span{
	width:17px;
	display:block;
	float:left;
	overflow:hidden;
	margin:0 0px 0 0;
	padding:0 0 0 0;
	text-indent:-9999px;
	background:url("../images/ui/ui-icons_a83300_256x240.png") no-repeat 0 -143px;
}



/*-------------------------------------
comp
---------------------------------------*/
#Main p.comp{
	width:600px;
	margin:10px auto 10px auto;
	padding:10px;
	clear:both;
	border:2px solid #FCEFA1;
	background:#FBFAF3;
	
	/* CSS3 */
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#Main p.comp span{
	width:17px;
	display:block;
	float:left;
	overflow:hidden;
	margin:0 5px 0 0;
	text-indent:-9999px;
	background:url("../images/ui/ui-icons_4b8e0b_256x240.png") no-repeat -15px -143px;
}

/*-------------------------------------
resizable
---------------------------------------*/
.resizable-textarea textarea{
	width:95%;
	height:20%;
	display:block;
	margin-bottom:0;
	border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	border-bottom:none;
}
div.grippie{
	height:9px;
	overflow:hidden;
	border:1px solid #809DB9;
	border-top:none;
	cursor:s-resize;
	background:url("../images/grippie.png") no-repeat scroll 50% 2px #EEEEEE;
}

