@charset "UTF-8";

#expressArea {
	width:550px;
	margin:0 16px 40px 20px;
	padding: 0;
	}
#expressArea p.smpG {
	width:400px;
	margin:0 0 0 150px;
	padding: 0;
	font-size: 120%;
	}
/* safari only \*/
html[xmlns*=""] body:last-child #expressArea p.smpG {
	font-size: 110%;
}
#expressArea p.smpG a {
	margin: 0;
	padding: 0;
	text-decoration: none;	
}
#expressArea p.smpG img {
	margin: 0;
	padding: 0;
	vertical-align: top;	
}
#expressArea p.form3 {
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
	}
#expressArea p.form4 {
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
	}
#expressTextArea {
	margin: 0;
	padding: 0 0 20px 0;
	background: #fff;
	width: 540px;
}
#expressTextArea h3 {
	margin: 16px 0 18px;
	padding: 4px 0 4px 10px;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	background: rgb(100,100,180);
}
#expressTextArea h3.subTitle {
	margin: 16px 0 0 0;
	padding: 4px 0 4px 10px;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	background: rgb(100,100,180);
}
#expressTextArea p {
	margin: 10px 0;
	padding: 0 10px 0 10px;
	font-size: 100%;
	text-justify:distribute;
	text-align:justify;
}
#expressTextArea p.subHead {
	margin: 10px 0 16px;
	padding: 0 0 2px 8px;
	border-left: 6px solid rgb(100,100,180);
	border-bottom: 1px solid rgb(100,100,180);
	font-weight: bold;
}
#expressTextArea p.indent {
	margin: 0 0 0 1em;
	padding: 0 10px 0 1em;
	font-size: 100%;
	text-justify:distribute;
	text-align:justify;
	text-indent: -1em;
}
#expressTextArea p.subCon {
	margin: 0 0 0 2em;
	padding: 0 10px 0 1em;
	font-size: 100%;
	text-justify:distribute;
	text-align:justify;
	text-indent: -1em;
}
#expressTextArea strong{
	color: red;
	font-weight: bold;
	}
#expressTextArea table.sample {
	margin: 0 0 20px;
	padding: 0;
	width: 530px;
}
#expressTextArea p.smpHead{
	margin: 10px 0 0;
	padding: 1px 8px;
	font-size: 110%;
	text-align: left;
	background:rgb(230,235,255);
}
#expressTextArea table.sample td{
	width:  270px;
	height: 200px;
}
#expressTextArea table.sample td img{
	margin: 28px 0 0 9px;
	padding: 0 ;
	vertical-align: bottom;
}
#expressTextArea table.sample td.number{
	margin: 0;
	padding: 0 0 0 12px;
	height: 20px;
	font-size: 105%;
	vertical-align: top;
	font-weight: bold;
	background-color: #F0F8FF;
}
#outline {
	width:520px;
	margin:22px 0 0 10px;
	}
#outline p {
	margin:8px 0 0;
	padding:0;
	font-size: 90%;
}
#outline table#info {
	border-collapse: collapse;
	border-left:1px solid #006;
	border-top:1px solid #006;
	width:500px;
	border-spacing: 0;
	}	
#outline table#info span{
	font-size: 130%;
	font-weight: bold;
}
#outline table#info td {
	font-size: 130%;
	font-weight: bold;
	padding:4px 0;
	text-align:center;
	background:#fff;
	border-right:1px solid #006;
	border-bottom:1px solid #006;
	border-spacing: 0;
	}	
#outline table#info td.lt {
	width: 120px;
	background:rgb(230,235,255);
}
#outline table#info td.rt {
	width: 180px;
}