html
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}

body, td
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}

body
{
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}

table
{
	border-collapse: collapse;
}

img
{
	border: none;
}




/* Standardlink */
a
{
	color: #666666;
	text-decoration: underline;
}
a:hover
{
	color: #000000;
}




/* floatBox */
#div_floatbox .inner
{
	padding: 10px 10px 0px 10px;
}
.box_main_1, .box_main_2
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: none;
}




/* Organzization Tree */
#navi_tree
{
	width: 100%;
	text-align: center;
}


/* Organzization Tree 1 */
#tree_1
{
	width: 100%;
	text-align: center;
}
#tree_1 .tree_level_1 div.tree_element
{
	width: 200px;
	margin: 0px auto 0px auto;
}
#tree_1 .tree_level_1 div.tree_element a
{
	display: block;
	min-height: 30px;
	background-color: #e6e9f2;
	border: solid 1px #999999;
	margin: 0px 5px 10px 5px;
	padding: 5px 2px 5px 2px;
	font-weight: bold;
	text-decoration: none;
}

#tree_1 .tree_level_2
{
	width: 600px;
	text-align: center;
	margin: 0px auto 0px auto;
}
#tree_1 .tree_level_2 div.tree_element
{
	float: left;
	width: 200px;
}
#tree_1 .tree_level_2 div.tree_element a
{
	display: block;
	min-height: 30px;
	background-color: #f2f2f2;
	border: solid 1px #999999;
	margin: 0px 5px 0px 5px;
	padding: 5px 2px 5px 2px;
	font-weight: bold;
	text-decoration: none;
}
#tree_1 .tree_level_1 div.tree_element a:hover, #tree_1 .tree_level_2 div.tree_element a:hover
{
	background-color: #9d9fa6;
	color: #ffffff;
}


/* Organzization Tree 2 */
#tree_2
{
	width: 100%;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
#tree_2 .tree_level_1
{
	width: 800px;
	text-align: center;
	margin: 0px auto 0px auto;
}
#tree_2 .tree_level_1 div.tree_element
{
	float: left;
	width: 200px;
}
#tree_2 .tree_level_1 div.tree_element a
{
	display: block;
	min-height: 30px;
	background-color: #e6e9f2;
	border: solid 1px #999999;
	margin: 30px 5px 5px 5px;
	padding: 5px 2px 5px 2px;
	font-weight: bold;
	text-decoration: none;
}
#tree_2 .tree_level_2 div.tree_element a
{
	display: block;
	min-height: 10px;
	background-color: #f2f2f2;
	border: solid 1px #999999;
	margin: 0px 10px 5px 10px;
	padding: 5px 2px 5px 2px;
	font-weight: bold;
	text-decoration: none;
}

#tree_2 .tree_level_1 div.tree_element a:hover, #tree_2 .tree_level_2 div.tree_element a:hover
{
	background-color: #9d9fa6;
	color: #ffffff;
}