/*協会ホームページ業務資料ページのCSS*/

<style type="text/css">
<!--

body {margin: 0px;
      padding: 0px;
      text-align: center;
}

.all {width: 650px;
      height: 100%;
}
         
#contents {text-align: left;
}


/* === タイトルロゴ部分のスタイル === */

.head {background-color: #3cb371;
       width: 650px;
	   height: 80px;
}

a {text-decoration: none;
}
	 

/* === 目次とコンテンツ部分のスタイル === */

.side_main {width: 650px;
}
	 

/* === 目次のスタイル === */

.side1,.side2 {width: 130px;
               background-color: #3cb371;
}

.side1 {vertical-align: top;
	    padding: 0px;
}

.side1 div {font-size: 100%;
            font-weight: normal;
            color: #FFFFCC;
	        border-bottom: 1px solid khaki;
	        background-color: #3cb371;
	        padding: 10px 5px 10px 10px;
}

.side1 a {color:white;
          text-decoration: none;
}

ul {margin-top: 10px;
　　color: white;
    font-weight: normal;
    font-size: 90%;
    line-height: 200%;
}
	 
unknown {color: blue;
}

/* === 製作者部分のスタイル === */
    
.side2 div {font-size: 80%;
	        color: #666666;
	        line-height: 150%;
	        border-color: green;
	        border-width: 4px;
	        background-color: white;
	        text-align: center;       
}

/* === メイン部分のスタイル === */

.main {width: 520px;
	   padding: 30px 30px 0px 30px;
	   text-align: left;
}

.main p	{font-size: 90%;
	     line-height:200%;
	     color: #333333;
	     text-align: justify;
}

.photo td {vertical-align:top;
           margin-top: 5px;
}

.photo img {float:left;
            margin-right: 0px
;}


h1 {font-size: 120%;
    color: green;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 2px #3cb371;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

h2 {font-size: 100%;
    color: #FF9933;
    font-weight: bold;
    margin-top: 10px;
}

h3 {font-size: 90%;
    color: green;
    font-weight: normal;
    margin-bottom: -10px;
}

           
/* === 著作権情報のスタイル === */

address {width: 650px;
         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;
}

--></style>
