@media print {
	body { zoom: 80%; }
}

a:link { color: #002B69 ; text-decoration: underline ; }
a:visited { color: #002B69 ; text-decoration: none ; }
a:hover { color: #717171 ; text-decoration: none ; }

p {
	margin : 0 0 20px 0 ;
	text-align: justify ; text-justify: inter-ideograph ;
}
li {
	text-align: justify ; text-justify: inter-ideograph ;
}

dt {
	margin : 0 0 10px 0 ;
	font-weight : bold ;
}
dd {
	margin : 0 0 10px 0 ;
	text-align: justify ; text-justify: inter-ideograph ;
}
dd ol, dd ul { margin : 0 ; }

td {
	font-size : 12px ;
	line-height : 1.6 ;
	text-align: justify ; text-justify: inter-ideograph ;
}
th {
	font-weight : bold ; font-size : 12px ;
	line-height : 1.6 ;
	white-space: nowrap ;
}
em { font-weight : bold ; }
big { font-size : 18px ; font-weight : bold ; }
small { font-size: 10px ; line-height : 1.4 ; }

form { font-size : 12px ; }
input,textarea,select,option {
	margin : 0px;
	padding : 0px;
	font-size: 12px;
	vertical-align: middle;
}
form .deco {
	height: 12px ;
	margin : 0 ;
	padding: 4px 2px ;
	border: 3px ridge #ccccff ;
}

img { border: none ; vertical-align: bottom ; }

hr {
	clear: both ;
	background: #ffffff ;
	margin: 10px 0 ;
	border-top: none ;
	border-left: none ;
	border-right: none ;
	border-bottom: 1px dotted #999999 ;
	color: #ffffff ;
}

.em01{
	color:#ff0000;
	font-weight:normal;
}

.cb { clear: both ; }

.txt_l { text-align: left ; }
.txt_r { text-align: right ; }
.txt_c { text-align: center ; }

.leftbox { float: left ; margin : 0 ; padding : 0 ; }
.rightbox { float: right ; margin : 0 ; padding : 0 ; }

.tp0 { margin-top: 0px !important ; }
.tp5 { margin-top: 5px !important ; }
.tp10 { margin-top: 10px !important ; }
.tp15 { margin-top: 15px !important ; }
.tp20 { margin-top: 20px !important ; }
.bp0 { margin-bottom: 0px !important ; }
.bp5 { margin-bottom: 5px !important ; }
.bp10 { margin-bottom: 10px !important ; }
.bp15 { margin-bottom: 15px !important ; }
.bp20 { margin-bottom: 20px !important ; }
.lp0 { margin-left: 0px !important ; }
.lp5 { margin-left: 5px !important ; }
.lp10 { margin-left: 10px !important ; }
.lp15 { margin-left: 15px !important ; }
.lp20 { margin-left: 20px !important ; }
.rp0 { margin-right: 0px !important ; }
.rp5 { margin-right: 5px !important ; }
.rp10 { margin-right: 10px !important ; }
.rp15 { margin-right: 15px !important ; }
.rp20 { margin-right: 20px !important ; }



/* header */


hr.end {
border-style:none none solid;
}

.pagetop{
	width:745px;
	text-align:right;
	margin:20px 0;
}

.pagetop2{
	width:745px;
	text-align:right;
	margin:0px 0 20px;
}

.wait{
	width:745px;
	margin:140px auto;
	text-align:center;
}

.text-c{
	width:745px;
	text-align:center;
}

hr{
	font-size:0;
	line-height:0;
	margin:0 0 15px 0;
	padding:15px 0 0 0;
}

.s_foot {
	background-color:#EFEFEF;
	font-size: 10px;
	line-height: 150%;
	margin-bottom: 10px;
	margin-top: 30px;
	padding:10px 10px 10px 10px;
}



/*--float--*/
.clear:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0px;
    line-height: 0;
}
.clear { display: inline-block; }
/* no ie mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* */
