body {
	background: #ffffff;
	margin-top: 50px;
	margin-left: 50px;
}

body, table {
	color: #444444;
	font-family: Courier New, monospace;
	font-size: 13px;
	line-height: 16px;
}

#box_01 {
	width: 90px;
	margin-right: 10px;
	line-height: 26px;
}

#box_02 {
	width: 260px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 20px;
}

#box_03 {
	width: 380px;
	margin-left: 10px;
}

.column {
	border-right: 1px solid #cccccc;
}

td, th {
	padding: 0;
}

.active {
	font-weight: bold;
	color: #ff0000;
}

a:link, a:visited {
	color: #0033ff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

a:hover, a:active {
	text-decoration: none;
	border-bottom: 1px solid #0033ff;
}

.img_link a:link, .img_link a:visited, .img_link a:hover, .img_link a:active {
	text-decoration: none;
	border-bottom: 0;
}

.nav a:link, .nav a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

.nav a:hover, .nav a:active {
	color: #ff0000;
	text-decoration: none;
	border-bottom: 1px solid #ff0000;
}

.thumbnail a:hover, .thumbnail a:active {
	text-decoration: none;
	border: 0;
}

.small {
	font-size: 11px;
	line-height: 15px;
}

.bb_url a:link {
	color: #0033ff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

.bb_url a:visited {
	color: #0033ff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

.bb_url a:hover, .bb_url a:active {
	text-decoration: none;
	border-bottom: 1px solid #0033ff;
}

.bb_block {
	padding: 5px;
	background-color: #f0f0f0;
	border: 1px dotted #cccccc;
}

.bb_underline {
	border-bottom: 1px solid #999999;
}

.empty {
	color: #999999;
}

.error {
	color: #cc0000;
}

.menu {
	width: 248px;
	cursor: pointer;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #cccccc;
}

.table_menu {
	color: #000000;
	font-weight: bold;
	line-height: 20px;
}

.table_menu:hover {
	color: #ff0000;
	text-decoration: none;
}

.div_header {
	margin-left: -10px;
	margin-top: 20px;
	margin-bottom: 15px;
	line-height: 20px;
}

.header {
	font-weight: bold;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 12px;
}


.input_checkbox {
	color: #333333;
	font-family: Courier New, monospace;
	font-size: 11px;
}
.input_text {
	color: #333333;
	border: 1px solid #999999;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #eeeeee;
	font-family: Courier New, monospace;
	font-size: 11px;
}
.input_button {
	color: #ffffff;
	border: 1px solid #444444;
	margin: 0;
	margin-top: 5px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #444444;
	font-family: Courier New, monospace;
	font-size: 11px;
	cursor: pointer;
}
