/*全体のデザイン*/
body {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 690px;
	}

img {
	border: none;
	}

/*リンク(PDF)のデザイン*/
a.pdf {
	  height: 17px;
	  background:url(../img/pdficon_small.gif) no-repeat 2px 0px;
	  padding:3px 0px 3px 22px; color:#F02739;
	  }

/*containerのデザイン*/

	#container {
			   }
			   

/*headerのデザイン*/

/*- Menuタブ--------------------------- */

    #menu {
	float:left;
	width:690px;
	font-size: 11px;
	font-family: "MS UI Gothic";
	font-weight: normal;
	line-height:normal;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
      }
    #menu ul {
          margin:0;
          padding:10px 10px 0 0;
          list-style:none;
      }
    #menu li {
      display:inline;
      margin:0;
      padding:0;
	  }
    #menu a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-image: url(../img/tableft.gif);
	background-repeat: no-repeat;
	background-position: left top;
      }
    #menu a span {
      float:left;
      display:block;
      background:url(../img/tabright.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menu a span {float:none;}
    /* End IE5-Mac hack */
    #menu a:hover span {
      color:#000;
      }
    #menu a:hover {
      background-position:0% -42px;
      }
    #menu a:hover span {
	background-position:100% -42px;
      }

      #menu #current a {
              background-position:0% -42px;
      }
      #menu #current a span {
              background-position:100% -42px;
      }

/*Mainのデザイン*/

	  #main {
	width: 690px;
	margin-bottom: 70px;
	  	}

/*Contentsのデザイン*/
	  #contents {
	width: 84%;
	margin-top: 0%;
	margin-right: 8%;
	margin-bottom: 0%;
	margin-left: 8%;
		}

	  h3 {
	font-family: "小塚ゴシック Std R";
	font-size: 20px;
	font-weight: 900;
	line-height: 10px;
	margin-top: 50px;
		 }

	  h4 {
	font-family: "小塚ゴシック Std R";
	font-size: 14px;
	font-weight: 600;
	line-height: 10px;
	margin-top: 25px;
	margin-left: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 10px;
		 }

	  p {
	line-height: 25px;
	margin-top: 25px;
	font-size: 14px;
	padding-right: 20px;
	padding-left: 20px;
	color: #333333;
	  	}

	  p span.c01 {
			font-weight: bold;
	  		}

	  table {
	  		width: 580px;
			border: 0px;
	  		}

	  tr {
	  	 vertical-align: top;
		 }			

/*Footerのデザイン*/
	  #footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 690px;
	background-color: #9ec630;
	  	}

/*Mailのデザイン*/
	  #mail {

	  	}
		
	  a.mail {
	height: 12px;
	padding:3px 0px 3px 22px;
	color: #3333CC;
	background-image: url(../img/mail.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
		}


/*Copyrightのデザイン*/
	  #copyright {
	padding-top: 30px;
	color: #000000;
			}

