/**/
/* defaults for subnavi content */
/**/
	#Subnavi-Wrapper {
		position: relative;
		width:100% ;
		height: 1000px;
		margin:0px 0 0 0px;
		overflow: hidden;
		text-align: left;
		background-color:#;
	}	
	#Subnavi-Wrapper h2{
		margin:0;
		padding:15px 0;
		font-family: 'Oswald', Arial, Helvetica, sans-serif;
		font-weight:400;
		text-align:center;
		font-size:1.8em;
		text-transform:uppercase;
		border-bottom:5px solid #f27669;
	}
	#Subnavi-Wrapper span{
		margin:0 2px 0 -0.8em;
		padding:0 0 0px 0;
		font-size:1.2em;
		color:#a1a1a1;
	}

		
		.Binder {
			background: #f5f5f5;
			float: left;
			width: 100%;
			height: 100%;
			position: relative;
			overflow: hidden;
		}
		
		.Navi-Header {
			position: relative;
			width:100%;
			height: 100%;
			margin:0 0 0px;
			padding: 10px;
			font-family: 'Oswald', Arial, Helvetica, sans-serif;
			font-size: 1.5em;
			font-weight:300;
			color: #000;
			text-align: center;
			text-transform:uppercase;
			line-height:25px;
			background-color:#;
			xborder-bottom:1px solid #cccccc;
			cursor: pointer;
			background: transparent url('arrow-back-header.png') center left no-repeat;
		}
		.Navi-Header:hover {
			color:#eb0f2d;
			background: transparent url('arrow-back-header-inverse.png') center left no-repeat;
		}
		.primary-header, .primary-header:hover{
			background:none;
			color:#000;
		}
		
		.Extra-Block {
			float: left;
			width: 100%;
			height: ;
			background-color:#;
			position: absolute;
		}
		.Drilldown-Menu li {
			list-style:none;
			padding:8px 8px;
			border-top:1px solid #a1a1a1;
		}
		.Drilldown-Menu li:hover {
			list-style:none;
			cursor: pointer;
			background-color:#f27669;
			opacity: 0.8;
			filter: alpha(opacity=80);
		}	
		
		.Drilldown-Menu li a.has-child {
			background: url('arrow-next.png') center right no-repeat;
		}
		.Drilldown-Menu li:hover a.has-child {
			background: url('arrow-next-inverse.png') center right no-repeat;
		}
		
		.Drilldown-Menu li a {
			display: block;
			width: 100%;
			font-weight:300;
			color:#000;
		}
		
		.Drilldown-Menu li:hover a {
			color: #fff;
			text-decoration:none;
			text-shadow: 0px 1px 0px #000;
		}
		
		.has-child {
			background: url('../pic/arrow.png') center right no-repeat;
		}
		
		.has-child:hover {
			background: url('arrow-next.png') center right no-repeat;
		}
		
		.Return {
			position: absolute;
			display: block;
			width: 20px;
			height: 25px;
			margin: 9px 0 0 10px;
			cursor: pointer;
		}
		.Return:hover {
		}
		
		.biodata {
			margin-left: 10px;
			font-size: 12px;
		}
		
		.info {
			color: #fff;
			position: absolute;
			text-align: right;
			width: 400px;
			margin-top: 15%;
			font-size: 40px;
			font-weight: bold;
			line-height: .9em;
			text-shadow: 0px 2px 0px #000;
		}
		
			.info a, .info a:visited, .info a:hover {
				color: #fff;
			}
	