/*170pxの写真と写真が入らないページのCSS*/

<style type="text/css"><!--

body {padding: 0px;
      margin: 0px;
      text-align: center;
}

.all {width: 650px;
      height: 100%
;}

a {color: #33cc66;
}

a:hover {color: #0066ff;
}

/* === タイトルロゴ部分のスタイル === */
.head {background-color: white;
       width: 650px;
       height: 80px;
}


/* === 目次部分のスタイル === */
.menu {width: 650px;
	   background-color: #66cc33;
	   font-size: 60%;
	   font-weight: normal;
	   color: white;
	   border-top: solid 1px white;
}

.menu div {padding-top: 5px;
	       padding-bottom: 4px;
}

/* --- 「トップ」〜「アクセス」リンク --- */

.menu1 {width: 570px;
}

.menu1 div {float: left;
	        width: 80px;
	        border-right: solid 1px white;
	        text-align: center;
}

.menu1 a {font-size: 100%;
          color: #006600;
 	      text-decoration: none;
}
 	 
.menu1 a:hover {color: white;
                font-weight: bold;
}

/* --- 「協会トップ」リンク --- */

.menu2 {width: 80px;
}

.menu2 a {font-size: 100%;
          color: #006600;
　　　　　text-decoration: none;
}

.menu2 a:hover {color: white;
                font-weight: bold;
}

.menu2 div {margin-right: 5px;
            text-align: center;
}


/* === ページ紹介部分のスタイル === */
.main {width: 650px;
       margin-top: 40px;
       margin-left: auto;
       margin-right: auto;
       text-align: left;
}

h1 {font-size: 100%;
    color: black;
    border-bottom: solid 2px #66cc33;
    margin-bottom: 12px;
    padding-bottom: 13px;
}

.main p {font-size: 90%;
         color: #333333;
         line-height: 150%;
         margin-top: 0px;
}

/* === ページ項目部分のスタイル === */
#box {width: 650px;
     margin-top: 10px;
     margin-right: auto;
     margin-left: auto;
     text-align: left;
}

h2 {font-size: 90%;
    color: black;
    border-bottom: dotted 2px salmon;
    border-left: 12px solid salmon;
    padding-bottom: 3px;
    margin-bottom: 12px;
    margin-left: 180px;
}

h3 {font-size: 90%;
    color: black;
    border-bottom: dotted 2px salmon;
    border-left: 12px solid salmon;
    padding-bottom: 3px;
    margin-bottom: 12px;
}

.box p {font-size: 85%;
        color: #666666;
        line-height: 150%;
        margin-top: 0px;
}

img {margin-right: 10px;
     float: left;
}


/* === 著作権情報のスタイル === */
address {background-color: #66cc33;
         font-style: Times New Roman,Times,serif;         
         color:#FFFFFF;
         font-size: 80%;
         text-align: center;
         padding: 3px;
         margin-top: 10px;
         border:none;
}

address a {color: #FFFFFF;
}

#address {width: 650px;
          margin-top: 3px;
          text-align: right;
}

.address p {font-size: 60%;
            color: #666666;
}

--></style>