form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 1em 0;
	border: none;
}

legend {
	margin: 1em 0;
	padding: 0 .5em;
	color: #036;
	background: transparent;
	font-size: 1em;
	font-weight: bold;
}

.inputlabel {
	float: left;
	width: 90px;
	padding: 0 0.5em;
	text-align: right;
}

.simplelabel {
	float: left;
	width: 90px;
	padding: 0 0.5em;
	text-align: right;
}

/*
fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div input, fieldset div textarea {
	width: 150px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
}

fieldset div select {
	padding: 1px;
}
*/

div.fm-multi div {
	margin: 5px 0;
}

div.fm-multi input {
	width: 1em;
}

div.fm-multi label {
	display: block;
	width: 200px;
	padding-left: 5em;
	text-align: left;
}

#fm-submit {
	clear: both;
	padding-top: 1em;
	text-align: center;
}

#fm-submit input {
	border: 1px solid #333;
	padding: 2px 1em;
	background: #555;
	color: #fff;
	font-size: 100%;
}

fieldset div.fm-req {
	font-weight: bold;
}

p#fm-intro {
	margin: 0;
}

.inputbox {
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px;
	BORDER-RIGHT: #edeeec 1px solid;
	BORDER-TOP: #babdb6 1px solid;
	BORDER-LEFT: #babdb6 1px solid;
	BORDER-BOTTOM: #edeeec 1px solid
}
.inputHighlighted {
	BACKGROUND-COLOR: #FFFFCC;
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px;
	BORDER-RIGHT: #edeeec 1px solid;
	BORDER-TOP: #babdb6 1px solid;
	BORDER-LEFT: #babdb6 1px solid;
	BORDER-BOTTOM: #edeeec 1px solid
}
 
.c1 {
    width:70px;  
    word-wrap:break-word;
    text-align:center; 
}

.c2 {  
     width:80px;  
     word-wrap:break-word;
     text-align:center; 
}

.c3 {  
    width:100px;  
    word-wrap:break-word;
    text-align:center; 
} 

.c4 {  
    width:150px;  
    word-wrap:break-word;
    text-align:center; 
}

.c5 {  
    width:200px;  
    word-wrap:break-word;
    text-align:center; 
}

.c6 {  
    width:300px;  
    word-wrap:break-word;
    text-align:center; 
}

.link-style-btn{
  cursor: pointer;
  border: none;
  background: none;
  color: #0643bb;
  padding: initial;
  font-size: 11px;
  font-family: Meiryo;
  background-image: url("/rgltsrch/faces/javax.faces.resource/images/icon_go.gif");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  text-decoration: underline #0643bb;
}
.link-style-btn:hover{
  text-decoration: none;
  color: #d15517;
}
