﻿@charset "UTF-8";

/*use of web fonts*/
@font-face {
    font-family: 'M+ 1c bold';
    src: url('fonts/mplus-1c-bold-sub.eot');
    src: url('fonts/mplus-1c-bold-sub.eot?#iefix') format('embedded-opentype'),
    url('fonts/mplus-1c-bold-sub.woff') format('woff'),
    url('fonts/mplus-1c-bold-sub.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.wfont_mc1b {
    font-family: 'M+ 1c bold';
}

/*decoration*/
.bgf_001 {
	clear:both;padding:5px 15px 5px; background-color:#FFCC99; border:1px #FF9933 solid; width:550px; border-radius:10px; font-size:1.2em; line-height:1.3em;
}
.bgf_002 {
	clear:both;background:#FFE1C4 url('../images/info.png') no-repeat left top; border:2px #FF9900 solid;padding:5px 5px 5px 80px ; border-radius:5px;line-height:1.3em;
}