@charset "utf-8";
/*
 * import.css
 *
 *  version --- 1.0
 *  updated --- 2012/3/30
 */

/* !共通css -------------------------------------------------------------- */
@import "base.css";
@import "cmn_layout.css";
@import "cmn_style.css";

body {
    font-size:16px;
    margin:25px 10px;
    line-height: 2;
}

h2 {
    color: #074A71;
    font-size: 22px;
    font-weight: bold;
}

hr {
    border-top: 1px solid #074a71;
}

.bc-gray {
	background-color: #efefef;
	margin: 0 -200%; padding: 0 200%;
}

.box-center {
	text-align: center;
}
