@charset "shift_jis";

.hand {
	cursor: pointer;
}
.help{color:#808080;font-family:MS UI GOTHIC;font-size:xx-small;margin:32;text-align:left;width:100%}
.red {
	color:#ff0000;
}
.small{font-family:MS UI GOTHIC;font-size:smaller}

a.btnDownload {
	background-color: #e8e8e8;
	background-image: url('./images/csv.gif');
	background-position: 8 50%;
	background-repeat: no-repeat;
	border-color: #e0e0e0 #cccccc #cccccc #e0e0e0;
	border-style: solid;
	border-width: 1;
	color: #333333;
	display: inline-block;
	height: 32;
	padding: 8 0 0 32;
	text-align: left;
	text-decoration: none;
	width: 150;
}
a.btnDownload:hover {
	text-decoration: underline;
}
a.btnPrint {
	background-color: #e8e8e8;
	background-image: url('./images/print.gif');
	background-position: 8 50%;
	background-repeat: no-repeat;
	border-color: #e0e0e0 #cccccc #cccccc #e0e0e0;
	border-style: solid;
	border-width: 1;
	color: #333333;
	display: inline-block;
	height: 32;
	padding: 8 0 0 32;
	text-align: left;
	text-decoration: none;
	width: 150;
}
a.btnPrint:hover {
	text-decoration: underline;
}

	a.ffffff:link{color:#ffffff}
	a.ffffff:visited {color:#ffffff}
	a.red:link{color:#cc0000}
	a.red:visited {color:#cc0000}

	a.sort:link{border-color:#cccce0 #a0a0cc #a0a0cc #cccce0;border-style:solid;border-width:1;color:#ffffff;padding:2;text-decoration:none}
	a.sort:visited {border-color:#cccce0 #a0a0cc #a0a0cc #cccce0;border-style:solid;border-width:1;color:#ffffff;padding:2;text-decoration:none}
	a.sort:hover{border-color:#cccce0 #a0a0cc #a0a0cc #cccce0;border-style:solid;border-width:1;color:#b8adfe;padding:2;text-decoration:none}
	
.caution{
	background-color:#cc0000;
	color:#ffffff;
	padding:4px 6px;
	
	/*角を丸くする*/
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	
	/*グラデーション*/
	/*background:-webkit-gradient(linear, left top, left bottom, from(#cc0000), to(#990000));
	background:-moz-linear-gradient(top, #cc0000, #990000);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#cc0000, endcolorstr=#990000));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#cc0000, endcolorstr=#990000))";*/
}
.guide_caution{
	border-color:#cccccc;
	border-style:dotted;
	border-width:1px;
	color:#333333;
	line-height:175%;
	margin:0 auto;
	padding:24px;
	text-align:left;
	width:680px;
}
.margin8{
	display:block;
	margin-bottom:8px;
}
	
	input.btnCsv{background-image:url("../images/csv.gif");background-position:8 50%;background-repeat:no-repeat;border-width:1;height:32;padding-left:8;width:160;}
	input.btnNormal{background-position:8 50%;background-repeat:no-repeat;border-width:1;height:32;padding-left:8;width:160;}
	input.btnPrint{background-image:url("../images/print.gif");background-position:8 50%;background-repeat:no-repeat;border-width:1;height:32;padding-left:8;width:160;}

	textarea.ime{border-color:#e0e0e0;border-style:solid;border-width:1px;font-family:Verdana,Arial,MS UI GOTHIC;font-size:100%;ime-mode:active}

	tr.alternate{background-color:#b8adfe}/*e0e0ff}*/

.underline{
	text-decoration:underline;
}
