/* DEFAULT
==============================*/
* {
	padding: 0 ;
	margin: 0 ;
}

li {
	list-style-type: none ;
}

.content p {
	padding: 0px 5px 35px 5px ;
	margin: 0px ;
}


/* img */
img {
	border: none ;
}

#center img {
	margin: 5px ;
}

a {  }


/* headline */

h1, h2, h3, h4, h5, h6 {
	font-size: 1em ;
}

h1, h2, #center h3, hr, .clear{
	clear: both ;
}

hr {
	clear: both ;
	margin-top: 20px ;
	margin-bottom: 5px ;
}

/* pankuzu */

.pkz {
	font-size: 0.857em ;
	margin-bottom : 0 ;
	line-height : 1.2 ;
}

.pkz1{
	position: absolute ;
	left: 0px ;
	top: 0px ;
}

/* table */
table {
	font-size: 100% ;
}

.content table.sample {
	width: 98% ;
	margin: 5px 0 5px 1% ;
	border: none;
	border-collapse: collapse;
}

.content table.sample th {
	padding: 3px ;
	font-weight: normal ;
	text-align: center ;
	white-space: nowrap ;
	vertical-align : top ;
	
}

.content table.sample td {
	padding: 3px ;
	vertical-align : top ;
}

.content table.formTable {
	width: 98% ;
	margin: 0px 0 15px 1% ;
	border: none;
	border-collapse: collapse;
}

.content table.formTable th {
	padding: 3px ;
	font-weight: normal ;
	text-align: left ;
	white-space: nowrap ;
	vertical-align : middle ;
	
}

.content table.formTable td {
	padding: 3px ;
	vertical-align : top ;
}

.content table.formTable option,
.content table.formTable textarea,
.content table.formTable input { font-size : 100% ; }
.content table.formTable textarea{ width : 95% ; }

/* form text-size */


/* font color-size */

span.red{ color : #CC0000 ; }
span.blue{ color : #0066CC ; }
span.green{ color : #006600 ; }
span.orange{ color : #FF6600 ; }
span.brown{ color : #804000 ; }
span.navy { color : #0000A0 ; }

span.small { font-size : 0.85em ;  }
span.medium { font-size : medium ; } 
span.large { font-size : 1.15em ; }


span.authors, p.authors {
	display : block ;
	position : absolute ;
	left : 0px ;
	top : 0px;
	height : 1em ;
	font-size : 10px ;
	line-height : 5em ;
	overflow : hidden ;
}

/* img margin reset */
#center .no,.no{margin:0;}
#center .no-lr,.no-lr{margin-left:0;margin-right:0;}
#center .no-l,.no-l{margin-left:0;}
#center .no-r,.no-r{margin-right:0;}
#center .no-tb,.no-tb{margin-top:0;margin-bottom:0;}
em,i{font-style:italic;}
strong,b{font-weight:bold;}
u,.underline{text-decoration:underline;}
#center .t-l,.content .t-l,.t-l,#center .btl,.btl{text-align:left;}
#center .t-c,.content .t-c,.t-c,#center .btc,.btc{text-align:center;}
#center .t-r,.content .t-r,.t-r,#center .btr,.btr{text-align:right;}
#center table th.t-l,.content table td.t-l,table td.t-l{text-align:left;}
#center table th.t-c,.content table td.t-c,table td.t-c{text-align:center;}
#center table th.t-r,.content table td.t-r,table td.t-r{text-align:right;}
#center table.casephoto,.content table.casephoto,table.casephoto{border:0;margin:0 0 1em 0;width:100%;}
#center table.casephoto tr td,.content table.casephoto tr td,table.casephoto tr td{text-align:center;vertical-align:middle;border:0;}
#center .fl,.content .fl,.fl{float:left;}
#center .fr,.content .fr,.fr{float:right;}
#center .fw,.content .fw,.fw{font-weight:bold;}
#center .db,.content .db,.db,
#center .btl,.btl,
#center .btc,.btc,
#center .btr,.btr{display:block;}