/* DEFAULT
==============================*/
* {
	padding: 0 ;
	margin: 0 ;
}

li {
	list-style-type: none ;
}

.content p {
	padding: 0px 5px 15px 5px ;
	margin: 0px ;
}


/* img */
img {
	border: none ;
}

#center img.no {
	margin: 5px 0 ;
}

#center img.no0 {
	margin: 0 ;
}

#center img {
	margin: 5px ;
}



/* 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% ;
	border-collapse : collapse ;
	margin : 5px ;
}

.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.item td {
	padding: 5px ;
}

.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 */ 
font-family:"メイリオ","ＭＳ Ｐゴシック",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic pro",Osaka,verdana,arial,sans-serif;

/* font color-size */

span.blue{ color : #0066CC ; }
span.green{ color : #006600 ; }
span.orange{ color : #FF6600 ; }
span.brown{ color : #804000 ; }
span.navy { color : #0000A0 ; }
span.sky { color : #008099 ; }
span.pink{ color : #dc143c ; }
span.red { color: #ff1919 ; }

span.small { font-size : 0.85em ;  }
span.medium { font-size : medium ; } 
span.large { font-size : 1.15em ; }
span.big { font-size : 1.3em ;
           font-weight: bold;}


span.authors, p.authors {
	display : block ;
	position : absolute ;
	left : 0px ;
	top : 0px;
	height : 1em ;
	font-size : 10px ;
	line-height : 5em ;
	overflow : hidden ;
}

/* float */
.fl { float:left;}
.fr { float:right;}