@charset "utf-8";

/* initialization */
@import url("initialize.css");

/* description */
@import url("layout.css");
@import url("paragraph.css");
@import url("navigation.css");

@import url("grid.css");
.class10 { font-size: 80%; }
.class10gray { color: gray; font-size: 80%; }
.class14white { color: white; font-size: 116%; font-weight: bold; line-height: 1.5em; }
.class14green { color: #46b235; font-size: 116%; font-weight: bold; line-height: 1.5em; }
.class20green { color: #46b235; font-size: 150%; font-weight: bold; }
.class14darkblue { color: #305cc5; font-size: 116%; font-weight: bold; }
.class-green { color: #46b235; font-weight: bold; }
.class-emerarud { color: #009ba0; font-weight: bold; }
.class-blue { color: #0081d1; font-weight: bold; }
.class-white { color: white; }
.class-margine { margin: 5px; }
.class-darkblue { color: #305cc5; font-weight: bold; }

