@charset "utf-8";
/* CSS Document */


body {
	background-color: #B1F4FF;
}

#header {
	background-color: #D6F9FF;
}

/* tmain */

#main .cbox .contents {
	background-color: #F1FBFC;
	border: 2px solid #FFFFFF;
}

#main .main-news .newsbox p.date {
	color: #3EB9CF;
}


/* footer */
footer {
	background-color: #69D2E3;
}
footer .copyright {
	color: #FFFFFF;
}
@media(min-width:768px) {
footer .copyright {
	color: #FFFFFF;
}
}


