/* CSS Document */
@import "css/styles-site.css";

a:link{ 
	text-decoration:underline; 
	color:#6666CC; 
}

a:visited{ 
	text-decoration:underline; 
	color:#996699; 
}

a:active{ 
	text-decoration:underline; 
	color:#FF6699; 
}
a:hover{ 
	text-decoration:underline; 
	color:#FF6699; 
}

body{ 
	font-size:11pt; 
	color:#737373; 
	background-color:#000; 
	margin-left:4%; 
	margin-right:4%; 
}

table {
	margin: 0 0 8px 0; 
	line-height:1.1; 
	_line-height: 1; 
}

tr,td{ 
	font-size:11pt; 
	color:#737373; 
}

img{ 
	border:0; 
}
#mid{ 
	font-size:11pt; 
}
.small{ 
	font-size:10pt; 
}
#kanri{ 
	color:#ff9999; 
} 

#log{ 
	width:630; 
	border-style:solid; 
	border-color:#ccc; 
}
#log-0{ 
	background-color:#FFCC66; 
} 
#log-1{ 
	background-color:#D5FFA6; 
}

#log-2{ 
	background-color:#FFF; 
}

#log-3{ 
	background-color:#FFFFFF; 
} 

#log-4{ 
	background-color:#FFFFFF; 
} 

#title-bar{ 
	background-color:#74DE01; 
	color:#000000; 
	font-size:13pt; 
}

#mid-bar{ 
	background-color:#D5FFA6; 
}
