@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
@font-face {
    font-family: 'mplus-light';
    src: url('../fonts/mplus-1c-light.woff'),url('../fonts/mplus-1c-light.eot');
}
@font-face {
    font-family: 'mplus-regular';
    src: url('../fonts/mplus-1c-regular.woff'),url('../fonts/mplus-1c-regular.eot');
}
@font-face {
    font-family: 'mplus-heavy';
    src: url('../fonts/mplus-1c-heavy.woff'),url('../fonts/mplus-1c-heavy.eot');
}

 
/* スタイル */

/* font
=================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 100;
	font-family: 'mplus-light', sans-serif;
}

.gray_wtbase {
	color: #c8c8c8;
}

.gray_bkbase {
	color: #7d7d7d;
}
