@charset "UTF-8";

/* float */

.fl {
	float:left;
}

.fr {
	float:right;
}

/* clear */

.clear:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.cl {
	clear:both;
}

/* link */

a:link {
	color: #000000;
	text-decoration: none;
}	
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

/* font */

.bb {
	font-weight:bold;
}

.small {
	font-size:80%;
}

.center {
	text-align: center;
}

.red {
	color:#900;
}

input {
	font-size: 1em;
}

textarea {
	font-size: 1em;
}

/* table */

.ta01 {
	width:500px;
	border-collapse:separate;
	border-spacing:1px;
	margin: 0px 0px 0px 0px;
	background-color: #CCC;
}

.ta01 th {
	width:25%;
	background-color: #E8E8E8;
	font-weight: normal;
	text-align:left;
	padding:0px 0px 0px 10px;
}

.ta01 td {
	width:75%;
	background:#FFF;
	padding:0;
}

.ta02 {
	width:100%;
	border-collapse:separate;
	border-spacing:1px;
	margin: 0px 0px 0px 0px;
	background-color: #CCC;
}

.ta02 th {
	width:25%;
	background-color: #E8E8E8;
	font-weight: normal;
	text-align:left;
	padding:5px 5px 5px 10px;
}

.ta02 td {
	width:75%;
	background:#FFF;	
	padding:5px 5px 5px 10px;
}
