@charset "utf-8";
/* style.css　
--------------------------------------------------------- */
@import "common.css";
@import "pagelayout.css";
@import "printlayout.css";


/* seo　
--------------------------------------------------------- */
.sbox{
	margin:0 auto;
	text-align:center;
}
h1.stext{
	font-size:8pt;
	color: #666666;
	margin:0;
} 
.summary{
	font-size:8pt;
	color: #666666;
}
strong{
	font-weight:normal;
}
em{
	font-style:normal;
}

html body .sbox{
	position:absolute;
	left:0;
	top:8px;
	width:100%;}

html body .sbox table{
	width:825px;
	margin:0 auto;}

html body .sbox table td{
	text-align:left;}

html body .sbox h1{
	text-align:right;
	margin:0 10px 0 0;}