/* CSS Document */
@charset "Shift_JIS";

/*bodyÝ’è*/
body{margin:0px; font-size:96%; color:#333;font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;}

.contBody{margin:1% 5% 0% 30px;}/*bodyƒZƒ“ƒ^ƒŠƒ“ƒO—p*/
.message{ font-family:"‚l‚r ‚o–¾’©", "×–¾’©‘Ì", "ƒqƒ‰ƒMƒm–¾’© Pro W3", serif;}

/*Link*/
a:link{/*ƒŠƒ“ƒNF*/
  color: #00c;
  }
a:visited{/*–K–âÏ‚ÝƒŠƒ“ƒNF*/
  color: #00a;
  }
a:hover,a:active{/*ƒAƒNƒeƒBƒuƒŠƒ“ƒNF*/
  color: #00f;
  }


/*font-size*/
.f120{font-size:120%;}
.f95 {font-size:95%;}
.f90 {font-size:90%;}
.f80 {font-size:80%;}
.f70 {font-size:70%;}
.f60 {font-size:60%;}

/*layout*/
.center {text-align:center; margin-left: auto; margin-right: auto;}
.right  {text-align:right;}
.left   {text-align:left;}

.top    {vertical-align:text-top;}
.midle  {vertical-align:middle;}
.bottom {vertical-align:text-bottom;}


/*width*/
.w100 {width:100%;}

/*line*/
hr {width:90%; border:1px solid #ccc; border-width:1px 0 0 0;  height:1px;}

/* title */

h1,h2,h3,h4,h5,h6 {
 color:#333;
 font-weight:800; /* N4x */
 margin:0px;
}
h1 {
  font-size:120%;
}
h2 {
  font-size:110%;
}
h3 {
  font-size:100%;
  border-left:6px solid #56a;
  border-bottom:1px solid #56a;
  width:15em;
  padding:1px 5px;
}
h4 {
}
h5 {
}
h6 {
}

/*contents header*/
.conH{ 
   margin:0px;
  font-size:11pt;
  font-weight:100;
  text-align:center;
  padding : 4px 30px 4px 30px;
  border : 1px solid #abd;

}
.conHLine{
  border-top : 3px dotted  #cde; font-size:1pt;
}
p .line {
 border-color:#666;
 border-style:dotted;
 border-width:1px 0 0 0;
 padding:0;
 margin:1em 0 0 0;
}




/**/
p{margin:0px;}

li { list-style-image: url("../images/button_li.png") } 

div .margin { margin:20px; width:80%; }



.footer{width:100%; border-top:1px solid #999;   padding:1px 1px;}

.copyright{font-size:76%; color:#aaa;}


.formtable {text-align:center;}
.formtable th{font-weight:normal; text-align:right; vertical-align:text-top;}