@charset "UTF-8";
/* CSS Document */

/* SYSTEM */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

.clear {
	clear: both;
}

A {
	text-decoration: none;
	color: black;
}

A:Hover {
	color: #666666;
}

/* LAYOUT */

body {
	background: white;
}

#c_header_left {
	position: absolute;
	top: 76px;
	left: 120px;
}

#c_header_search {
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: right;
}

#header_search {
	border: 1px solid #666666;
	background: white;
}

#header_search_submit {
	cursor: pointer;
	position: relative;
	top: 2px;
}

#header_search_debug {
	font-size: 10px;
	color: #999999;
	margin-top: 5px;
	text-transform: uppercase;
}

#c_master{
	font-family: Arial;
	font-size: 11px;
}

#c_content {
	position: absolute;
	top: 76px;
	left: 320px;
	color: #333333;
}

#c_subcontent {
	position: absolute;
	top: 250px;
	left: 120px;
}

.active a{
	color: #666666;
}

.module_contentlist_title, .module_linkgroup_title, .module_header {
	font-weight: bold;
}

.module_header, .module_searchresult_title, {
	font-size: 14px;
}

.c_style_1 .module_header {
	font-size: 12px;
}

.module_searchresult_title {
	margin-bottom: 20px;
}

.module_searchresult_title .highlight{
	font-size: 12px;
	color: #999999;
}

.module_searchresult_item {
	margin-bottom: 20px;
}

.module_searchresult_item_title {
	font-size: 14px;
}
