body {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	margin:0px;
	padding: 0;
}

pre {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
}

input {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
}

select {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
}

.tx01 {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 12px;
	color: #333333;
}
.head01 {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1DA04A;
}
.head02 {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.headline {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	color: #996600;
	text-decoration: underline;
	font-weight: bold;
}
.hilight {
	font-size: 14px;
	color: green;
	text-decoration: underline;
	font-weight: bold;
}
.methodLink {
	COLOR: #666666
}

.nav {
	font-size: large;
}

/* ------------------------------- Common -------------------------------- */
a:link {
   text-decoration: none;
   color: #3366FF;
   background-color: transparent;
   font-family: MS SANS SERIF, Arial, Helvetica, sans-serif;
   font-size: 11px;
}

a:visited {
   text-decoration: none;
   color: #3366FF;
   background-color: transparent;
   font-family: MS SANS SERIF, Arial, Helvetica, sans-serif;
   font-size: 11px;
}

a:hover {
   text-decoration: underline;
   color: #3366FF;
   background-color: transparent;
   font-family: MS SANS SERIF, Arial, Helvetica, sans-serif;
   font-size: 11px;
}

a:active {
   text-decoration: none;
   color: #3366FF;
   background-color: transparent;
   font-family: MS SANS SERIF, Arial, Helvetica, sans-serif;
   font-size: 11px;
}

.noExpand {
	table-layout:fixed;
	overflow:hidden;
	word-wrap:break-word;
}