@charset "shift_jis";
body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 11px;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	background-color: #FFFFFF;
}
td {
	font-size: 11px;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}

h1 {
	font-size: 11px;
	font-weight: normal;
}
.style12 {font-size: 12px; color: #666666; }
.style13 {
	font-size: 10px;
	color: #999999;
}
.style14 {font-size: 14px}

.block {
    padding: 20px;
    background: #FFE2B8;
    background: linear-gradient(to bottom, #fff, #FFE2B8);
                -webkit-gradient(linear, left top, left bottom, from(#fff), to(#FFE2B8));
                -moz-linear-gradient(top, #fff, #FFE2B8);
                filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFffffff', endColorstr='#FFffc0cb');
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffc0cb',GradientType=0 );
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
}