/* css style*/

/* page
------------------------------------------------------------*/
#page {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
#topimage {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	height: 200px;
	background-image: url(../topimages/system.jpg);
}
#system {
	width: 975px;
	border-left: 5px solid #002280;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding: 10px;
	font-size: 150%;
	letter-spacing: 2px;
	background: linear-gradient(#fff, #f4f4f4);
	margin-bottom: 15px;
	float: left;
}
#tt {
	color: #069;
	font-size: 150%;
}


@media (max-width: 519px) {
	#page{width: 90%;margin: 5%;}
	#topimage{background-position: 50% top;}
	#system{width: 92.5%;font-size: 1.1em;}
	.box02{margin-bottom: 40px;}
	.box02-img{width: 100%;}
	
	.banner{margin: 0;width: 100%;}
	
	h2{visibility: hidden;}
}