@charset "utf-8";
/* プリント用 */
@media Print    
{
body {
	margin: 0;
	padding: 0;
	width: 780px;
	color: #000000;
	background: none;
}

#left-exp {
	width: 558px;
	padding: 0 0 0 10px;
}
#right-exp {
	width: 192px;
	position: absolute;
	left: 580px;
	top: 153px;
}

.font10 {font-size: 0.7em; line-height: 1.2em;}
.font12 {font-size: 0.8em; line-height: 1.3em;}
.font14 {font-size: 0.9em; line-height: 1.2em;}
.font16 {font-size: 1.0em; line-height: 1.1em;}
}

