*
{
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	-ms-background-clip: padding-box;
	-o-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	/* image-rendering:optimizeSpeed;
	image-rendering:-moz-crisp-edges;
	image-rendering:-o-crisp-edges;
	image-rendering:-webkit-optimize-contrast
	image-rendering:crisp-edges;
	-ms-interpolation-mode:bicubic; */
}


html,body
{
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
}
body
{
	min-width:960px;
	background-color:white;
	color: black;
	font-size: 8px;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}
body > .menu
{
	position:fixed;
	padding:0 5px;
	min-width:960px;
	width: 100%;
	height: 34px;
	background:#fff;
	box-shadow:0 0 6px #000;
}
a
{
	color:black;
	text-decoration:none;
	cursor:pointer;
}
table
{
	width:100%;
}
td.pdf
{
	width:90px;
}
td.menu_link
{
	width:280px;
}
td a.menu_link
{
	display:block;
	color:black;
	text-align:center;
	font-size:17px;
	line-height:15px;
}
td a.menu_link > span
{
	display:inline-block;
	margin-left: 15px;
	padding-left: 15px;
	height:16px;
	border-left: 1px solid #000;
	text-transform:uppercase;
	font-size:10px;
	line-height:16px;
}

td.page_link
{
	width:22px;
}
td a.page
{
	display:block;
	width:100%;
	height:100%;
	background-image:url(../img/page_icon.png);
	background-repeat:no-repeat;
	color:black;
	text-align:center;
	text-decoration:none;
	font-weight: bold;
	font-size:12px;
	line-height:32px;
}
td a.page.current
{
	background-image:url(../img/page_icon_current.png);
}

.index
{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#DDD;
	padding:2.5% 10%;
}
.index > a
{
	display:block;
	text-align:center;
	width:100%;
	height:100%;
}
.index > a > img
{
	width:auto;
	height:100%;
	cursor:pointer;
}
.toc > .menu_header
{
	margin:55px auto 0;
	width:935px;
	height:245px;
	background:#0D5E68;
	color:#fff;
	font-size:100px;
	font-family:Helvetica;
	font-weight:bold;
	line-height:90px;
	text-align:center;
	padding:33px 35px 35px;
}
.toc > .menu_content
{
	overflow:hidden;
	margin:20px auto 55px;
	width:550px;
}
.toc > .menu_content > .item
{
	position:relative;
	float:left;
	clear:both;
	padding:5px 0 4px 5px;
	width:100%;
}
.toc > .menu_content > .item:hover
{
	background:#eee;
}
.toc > .menu_content > .item > .pdf
{
	display:block;
	float:left;
	margin:2px 0 0 2px;
	width:37px;
	height:14px;
	border:1px solid #aa0000;
	border-top-color:#cc0000;
	border-left-color:#cc0000;
	background:#ee0000;
	color:#fff;
	text-align:center;
	font-size:10px;
	line-height:12px;
}
.toc > .menu_content > .item > .separator
{
	display:block;
	float:left;
	margin:0 10px;
	color:#bbb;
	font-weight:bold;
	font-size:14px;
	line-height:16px;
}
.toc > .menu_content > .item > .link
{
	display:block;
	float:left;
	width:470px;
	font-weight:bold;
	font-size:13px;
	line-height:19px;
}
.toc > .menu_content > .item > .subitems
{
	clear:both;
	overflow:hidden;
	margin-top:23px;
	margin-left:55px;
}
.toc > .menu_content > .item > .subitems > .item
{
	position:relative;
	float:left;
	clear:both;
	padding:3px 0 2px 3px;
	width:100%;
}
.toc > .menu_content > .item > .subitems > .item:hover
{
	background:#ddd;
}

.toc > .menu_content > .item > .subitems > .item > .separator
{
	display:block;
	float:left;
	margin:0 10px;
	color:#bbb;
	font-weight:bold;
	font-size:14px;
	line-height:16px;
}
.toc > .menu_content > .item > .subitems > .item > .link
{
	display:block;
	float:left;
	width:390px;
	font-size:13px;
	line-height:19px;
}

#link_relative_container
{
	position: relative;
	width: 935px;
	height: 0;
	overflow: visible;
	margin: 0 auto;
}

#link_relative_container > a
{
	display: block;
	text-indent: 999px;
	white-space: nowrap;
	overflow: hidden;
	opacity: 0.5;
}

#link_relative_container > a:hover
{
	opacity: 1;
}

#link_03_1
{
	width: 335px;
	height: 72px;
	position: absolute;
	left: 135px;
	top: 654px;
	background-image: url("../img/link_03_1.png");
}

#link_03_2
{
	width: 335px;
	height: 35px;
	position: absolute;
	left: 135px;
	top: 1126px;
	background-image: url("../img/link_03_2.png");
}

#link_03_3
{
	width: 68px;
	height: 16px;
	position: absolute;
	left: 403px;
	top: 1182px;
	background-image: url("../img/link_03_3.png");
}

#link_03_4
{
	width: 339px;
	height: 35px;
	position: absolute;
	left: 510px;
	top: 236px;
	background-image: url("../img/link_03_4.png");
}

#link_03_5
{
	width: 338px;
	height: 35px;
	position: absolute;
	left: 510px;
	top: 636px;
	background-image: url("../img/link_03_5.png");
}

#link_03_6
{
	width: 338px;
	height: 35px;
	position: absolute;
	left: 510px;
	top: 1089px;
	background-image: url("../img/link_03_6.png");
}

#link_05_1
{
	width: 338px;
	height: 53px;
	position: absolute;
	left: 133px;
	top: 786px;
	background-image: url("../img/link_05_1.png");
}

#link_05_2
{
	width: 338px;
	height: 54px;
	position: absolute;
	left: 510px;
	top: 728px;
	background-image: url("../img/link_05_2.png");
}

#link_06_1
{
	width: 338px;
	height: 35px;
	position: absolute;
	left: 89px;
	top: 304px;
	background-image: url("../img/link_06_1.png");
}

#link_06_2
{
	width: 338px;
	height: 72px;
	position: absolute;
	left: 464px;
	top: 442px;
	background-image: url("../img/link_06_2.png");
}

#link_08_1
{
	width: 338px;
	height: 35px;
	position: absolute;
	left: 89px;
	top: 1162px;
	background-image: url("../img/link_08_1.png");
}

#link_08_2
{
	width: 338px;
	height: 35px;
	position: absolute;
	left: 465px;
	top: 1066px;
	background-image: url("../img/link_08_2.png");
}

#link_09_1
{
	width: 338px;
	height: 35px;
	position: absolute;
	left: 134px;
	top: 293px;
	background-image: url("../img/link_09_1.png");
}

#link_09_2
{
	width: 338px;
	height: 54px;
	position: absolute;
	left: 134px;
	top: 481px;
	background-image: url("../img/link_09_2.png");
}

#link_09_3
{
	width: 338px;
	height: 35px;
	position: absolute;
	left: 509px;
	top: 728px;
	background-image: url("../img/link_09_3.png");
}

#link_09_4
{
	width: 116px;
	height: 16px;
	position: absolute;
	left: 509px;
	top: 992px;
	background-image: url("../img/link_09_4.png");
}

#link_09_5
{
	width: 338px;
	height: 54px;
	position: absolute;
	left: 509px;
	top: 1011px;
	background-image: url("../img/link_09_5.png");
}

#link_12_1
{
	width: 179px;
	height: 16px;
	position: absolute;
	left: 621px;
	top: 274px;
	background-image: url("../img/link_12_1.png");
}

#link_12_2
{
	width: 338px;
	height: 54px;
	position: absolute;
	left: 464px;
	top: 651px;
	background-image: url("../img/link_12_2.png");
}

#link_14_1
{
	width: 246px;
	height: 16px;
	position: absolute;
	left: 138px;
	top: 880px;
	background-image: url("../img/link_14_1.png");
}

#link_14_2
{
	width: 338px;
	height: 35px;
	position: absolute;
	left: 89px;
	top: 974px;
	background-image: url("../img/link_14_2.png");
}

#link_14_3
{
	width: 338px;
	height: 36px;
	position: absolute;
	left: 465px;
	top: 527px;
	background-image: url("../img/link_14_3.png");
}

#link_14_4
{
	width: 236px;
	height: 16px;
	position: absolute;
	left: 567px;
	top: 877px;
	background-image: url("../img/link_14_4.png");
}

#link_15_1
{
	width: 115px;
	height: 16px;
	position: absolute;
	left: 605px;
	top: 770px;
	background-image: url("../img/link_15_1.png");
}

#link_15_2
{
	width: 339px;
	height: 36px;
	position: absolute;
	left: 509px;
	top: 1172px;
	background-image: url("../img/link_15_2.png");
}

#link_06_01_1
{
	width: 338px;
	height: 35px;
	position: absolute;
	left: 508px;
	top: 300px;
	background-image: url("../img/link_06_01_1.png");
}

#link_06_01_2
{
	width: 338px;
	height: 55px;
	position: absolute;
	left: 508px;
	top: 1005px;
	background-image: url("../img/link_06_01_2.png");
}

#link_06_02_1
{
	width: 296px;
	height: 35px;
	position: absolute;
	left: 129px;
	top: 566px;
	background-image: url("../img/link_06_02_1.png");
}

#link_06_02_2
{
	width: 296px;
	height: 35px;
	position: absolute;
	left: 129px;
	top: 604px;
	background-image: url("../img/link_06_02_2.png");
}

#link_06_02_3
{
	width: 296px;
	height: 35px;
	position: absolute;
	left: 129px;
	top: 641px;
	background-image: url("../img/link_06_02_3.png");
}

#link_06_02_4
{
	width: 338px;
	height: 35px;
	position: absolute;
	left: 90px;
	top: 776px;
	background-image: url("../img/link_06_02_4.png");
}

#link_06_02_5
{
	width: 105px;
	height: 16px;
	position: absolute;
	left: 465px;
	top: 671px;
	background-image: url("../img/link_06_02_5.png");
}

#link_06_02_6
{
	width: 137px;
	height: 16px;
	position: absolute;
	left: 536px;
	top: 926px;
	background-image: url("../img/link_06_02_6.png");
}

#link_06_02_7
{
	width: 83px;
	height: 16px;
	position: absolute;
	left: 720px;
	top: 1162px;
	background-image: url("../img/link_06_02_7.png");
}

#link_06_02_8
{
	width: 48px;
	height: 16px;
	position: absolute;
	left: 464px;
	top: 1182px;
	background-image: url("../img/link_06_02_8.png");
}

#link_06_02_9
{
	width: 136px;
	height: 16px;
	position: absolute;
	left: 667px;
	top: 1182px;
	background-image: url("../img/link_06_02_9.png");
}

#link_06_04_1
{
	width: 338px;
	height: 74px;
	position: absolute;
	left: 465px;
	top: 200px;
	background-image: url("../img/link_06_04_1.png");
}

#link_06_06_1
{
	width: 338px;
	height: 35px;
	position: absolute;
	left: 465px;
	top: 161px;
	background-image: url("../img/link_06_06_1.png");
}

#link_06_06_2
{
	width: 338px;
	height: 74px;
	position: absolute;
	left: 465px;
	top: 409px;
	background-image: url("../img/link_06_06_2.png");
}