@charset "UTF-8";

* {
	margin:0;padding:0;
}



table {border-collapse:collapse;}

table.collectionList {margin:0;}

table.collectionList td{padding:0 2px;}

table.collectionList table td {padding:0;}

table.collectionList table td.inner {
	text-align:center;
	background : url(./cssimg/roundtable_innerunit.gif) repeat-y;
}

table.collectionList table td.innerW {
	text-align:center;
	background : url(./cssimg/roundtable_innerunit_w.gif) repeat-y;
}

table.collectionList table td.innerXW {
	text-align:center;
	background : url(./cssimg/roundtable_innerunit_xw.gif) repeat-y;
}

table.collectionList table td.inner a,
table.collectionList table td.innerW a,
table.collectionList table td.innerXW a {text-decoration:none;}



img {border:none;}

em {
	color:#C21485;
	font-style:normal;
}

input[type=text],
input[type=password]{width:95%;}

input.large {width:95%;}
input.middle,
input.inplace_field {width:50%;}
input.small {width:20%;}
input.x-small {width:10%;}
textarea {width:95%;}
label {
	padding:0 20px;
	cursor:pointer;
}

input.btnM {width:5em;}
input.btnL {width:10em;}