
DIV.app_outline{
	background-image:url(../img/navitime_ss00.png);
	min-height:233px;
}

H2{
	color: rgb(255, 255, 255);
	background-color:#00AA00;
}

H3{
	font-size:90%;
	color:#0000CC;
	
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-align:left;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;

	margin:0 0 0.5em 0;
}

	DIV#function_intro P{
	width: auto;
	padding:0;
	}

	DIV#function_intro{
		margin-bottom: 30px;
	}


DIV.box{
	border-bottom:1px solid #CCCCCC;
	padding-bottom:0.5em;
	margin-bottom:1em;
	
}


DIV.container_top{
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(179, 228, 255)),color-stop(1, rgb(255, 255, 255)));
	background-image: -moz-linear-gradient(-90deg,rgb(179, 228, 255) 0%,rgb(255, 255, 255) 100%);
	background-image: linear-gradient(-90deg,rgb(179, 228, 255) 0%,rgb(255, 255, 255) 100%);
	width:100%;
	
}

DIV.container_btm{}

#footer_area{
	padding: 5% 0;
}

#footer_area a{
	color: #fffefe;
	font-size: 15px;
}
	