/* Form Styles */


form {
    margin: 0;
    padding: 0;
}

fieldset {
    margin: 0px 0px 0.5em 0px;
    border: none;
    border-top: 1px solid #ccc;
}

div.error{
padding:1em 3em;
	background-color:#e0e0a0;
  border: 1px solid #666666;
}
div.donemessage{
padding:1em 3em;
	background-color:#a0e0a0;
  border: 1px solid #666666;
}
div.template{
width: 180px;
height:280px;
float:left;
}
img.template{
  border: 9px solid #a0a0a0;
}
img.piclist{
  border: 4px solid #a0a0a0;
float:left;
margin:2px;
}
img.tools{
float:left;
cursor: pointer;
margin:2px;
}
div.toollayer{
	background-color: #eeeeee;
	position: absolute; 
	z-index: 1; 
	top: 0px; left: 0px; 
	width: 350px; 
	visibility: hidden ;
 	border: 1px solid #666666;
	padding: 0px;
}
div.toolwinbar{
background-color: #404080;
width:100%;
text-align:right;
margin-bottom:3px;
}
div.toolwincont{
background-color: #eeeeee;
width:90%;
padding:3px;
}
img.toolclose{
text-align:right;
}
span.normal{
  font-weight:normal;
}
form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 0px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 9px;
}

form fieldset div.notes h4 {
  background-image: url(/imgs/tips.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 2px 0 5px 27px;
  margin: 4px 0 10px 0px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 11px;
}

form fieldset div.notes2 {
  float: none;
  width: 540px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 9px;
}

form fieldset div.notes2 h4 {
  background-image: url(/imgs/tips.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 2px 0 5px 27px;
  margin: 4px 0 10px 0px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 11px;
}

  
legend {
    margin: 0.5em 0;
    padding: 0 .5em;
    color: #036;
    background: transparent;
    font-size: 14px;
    font-weight: bold;
}
input.nav{
	margin-top: 1em;
}

label {
    float: left;
    width: 150px;
    padding: 4px 1em;
    text-align: right;
  margin:2px 0px;
  
}
label.short {
    float: left;
    width: 80px;
    padding: 4px 1em;
    text-align: right;
  margin:2px 0px;
  
}
label.picture {
    float: left;
    width: 50px;
    padding: 4px 0em;
    text-align: right;
  margin:2px 0px;
  
}
div.label {
    float: left;
    width: 150px;
    padding: 4px 1em;
    text-align: right;
  margin:2px 0px;
  border:1px solid #333;
  
}

fieldset div {
    margin-bottom: .8em;
    padding: 0;
    display: block;
}
fieldset div.title {
    float: left;
    width: 150px;
    padding: 0 1em;
    text-align: right;
  margin:3px 0px;
}
fieldset div div input, fieldset div div select {
   text-align:left;

    border-top: 1px solid #555;
    border-left: 1px solid #555;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 1px;
  margin: 2px px;
    color: #333;
}
fieldset div div textarea.content {
   text-align:left;
    border-top: 1px solid #555;
    border-left: 1px solid #555;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 1px;
  margin: 2px 0px;
    color: #333;
	width:500px;
	height:10em;
}
textarea.wys {
	font-family: Arial;
	color: #000000;
	font-weight: normal;
	font-size: 13px;	
	background-color: #EEEEEE;

}
fieldset div div.cguide{
  font-size:10px;
  font-weight:normal;
  text-indent:0em;
  /* border:1px solid #333; */
  padding-left:20px;
  }
fieldset div div.cguide2{
  font-size:10px;
  font-weight:normal;
  text-indent:0em;
  /* border:1px solid #333; */
  padding-left:0px;
position: relative; 
  }
fieldset div div input.radio{
  width: 20px;
  border-width: 0px;
  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%;
}
#fm-button button {
    border: 1px solid #333;
    padding: 2px 1em;
    background: #555;
    color: #fff;
    font-size: 100%;
}

input:focus, textarea:focus {
    background: #ffffe0;
    color: #000;
}

    
/* required fields - does not work in IE */
fieldset div.fm-req {
    font-weight: bold;
  border:1px solid #fff;
margin:0px;
padding:0px;

}
fieldset div.fm-reqp {
    font-weight: bold;
  border:1px solid #fff;
margin:0px;
padding:0px;
}
fieldset div.forms {
  text-indent:0em;
  text-align:left;
	margin: 0px 0px 0px 150px;
	padding: 0px;
  font-weight: bold;
  /* border:1px solid #333; */
  padding-left: 10px;

}
fieldset div.formspicture {
  text-indent:0em;
  text-align:left;
  margin-left:50px;
  font-weight: bold;
  padding-left: 10px;
	padding-top:0px;
	padding-bottom:0px;

}
fieldset div.formshort {
  text-indent:0em;
  text-align:left;
  margin-left:0px;
  font-weight: bold;
  /* border:1px solid #333; */
  padding-left: 10px;

}


/* Basic page styling, not part of the form example */
body     {
    padding: 0;
    margin: 20px;
    color: #333;
    background: #fff;
    font: 12px arial,verdana,sans-serif;
    text-align: center;
}

#container {
    margin: 0 auto;
    padding: 1em;
    width: 350px;
    text-align: left;
}

p#fm-intro {
    margin: 0;
}


div.paraset{
padding 1px;
margin:1px;
	  border:1px dashed #808080;

}



/* Form Styles End */




  
td img {display: block;}
body{
	color: #303030;
  margin:0px;padding:0px;
  font-size:12px;
  }
td{
  text-align:left;
  }
td.contents{
  text-align:left;
  vertical-align:top;
  font-size:12px;

  }
  
  div.normal{
  padding: 20px 30px 0px 30px;
  }
  div.space1{
  
  }
  
h3.hb{
  font-size:14px;
  height:20px;
  margin-bottom:2px;
  padding-left:30px;
  padding-top:5px;
  background-image:url(/imgs/hb.gif);
  background-repeat:no-repeat;
  
  }
  span.mtitle{
  margin:0px;
  font-size:13px;
  padding:0px 0px 0px 20px;
  font-weight:bold;
  }
  td.ctitle{
  }
  td.cdata{
  font-size:13px;
  }
  td.cguide{
  font-size:10px;
  }
hr.contents{
  border-style:solid;
　　height:1px;
　　border-color: #505050;
  }
td.sidebg{
  vertical-align:top;
  background-image:url(/imgs/side1.gif);
  background-repeat:repeat;
  }
td.sidebg2{
  vertical-align:top;
  background-image:url(/imgs/side2.gif);
  background-repeat:repeat;
  }
td.sidebg3{
  vertical-align:top;
  background-image:url(/imgs/side_footer2.gif);
  background-repeat:repeat;
  }
td.vtop{
  vertical-align:top;
  }
h3{
  margin-top:0px;
  padding-top:0px;
  }









table.list {
	background-color: #FFFFFF;
	border: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
table.list a:hover {
	background: transparent;
	color: #000000;
	text-decoration: underline;
}
table.list, td.list, th.list {
	margin: 0;
	padding: 0;
}

tbody td.list, tbody th.list {
	background-color: #FFFFFF;
	border-top: 2px solid #E0E0E0;
	border-bottom: 3px solid #E0E0E0;
	padding: 9px;
}

tbody tr.odd th.list, tbody tr.odd td.list {
	background-color: #f0f0f0;
	border-bottom: 3px solid #D0D0D0;
	border-top: 2px solid #D0D0D0;
}


td.list, th.list {
	vertical-align: middle;
}

tfoot td.list, tfoot th.list {
	font-weight: bold;
	padding: 4px 8px 6px 9px;
}

thead th.list {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	padding: 0 8px 2px 8px;
	white-space: nowrap;
}



ul #helpmenu li {
	font-family: arial, helvetica, sans-serif;
	display: inline;
	margin-right: 15px;
}


#list_table td {
	width: 120px;
}
div.list_img {
	padding: 20px 20px 0px 20px;
	overflow: hidden;
}

div.selected {
	background-color: #C3D1FA;
}

.list_img p {	
	text-align: left;
	width: 80px;
	overflow: hidden;
}

.list_img {
	width: 80px;
	height: 80px;
}

#page_button {
	position: absolute;
	top: 450px;
	padding-top: 10px;
	margin: auto;
}

span.this_page {
        color: #fff;
	background-color: #C3D1FA;
}

#box {
	text-align: center;
	font-size: 18px;
	padding-bottom: 5px;
}
	
#search_box {
	border: 1px solid #333;
     	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	-khtml-border-radius: 5px;
    	border-radius: 5px;
	height: 20px;
	width: 200px;
}

#search_button {
	border: 1px solid #333;
     	-moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	-khtml-border-radius: 5px;
  	border-radius: 5px;
	background: #555;
	color: #fff;
	height: 20px;
	padding: 1px 6px 1px 6px;
}

#all{
	position: absolute;
	margin-top: -20px;
	left: 350px;
	text-decoration: underline;
}


