@charset "utf-8";
/* CSS Document */



* {
        margin: 0;
        padding: 0;
        border: none;
        list-style-type: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
}



body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,   Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	font-style: normal;
	background-image: url(img/haikei.gif);
	text-align:center;
}


a:link{
    text-decoration:none;
	color:#0066cc;
	
}
a:visited{
    text-decoration:none;
	color:#0066cc;
}
a:hover{
     text-decoration:underline; 
	color:#666666;
	
}

#container{
	width:854px;
	height:auto;
	background-color:#FFF;
	margin:auto;
	padding:0;
	border-width: 2px;
	border-style: solid;
	border-color: #3CF;
	text-align:left;

}

#h1{
	     width:850px;
		 height:103px;
		 background-image:url(img/tansuikanban.gif);
         
		}
h2{   
     margin-top:20px;
     margin-bottom: 1em;
     padding: 5px 10px;
     
     background-color: #fff;
     font-size: 16px;
	 color:#666;
} 
	 
h3{
	margin-top:20px;
	margin-bottom: 1em;
	padding: 5px 10px;
	border-bottom: 1px solid  #33C;
	background-color: #fff;
	font-size: 16px;
	color:#33C;
	font-weight: bold;
} 


h4{  width:680px;
       border-bottom:dotted 2px #F93;
	   font-size:14px;
       font-weight:bold;
	   margin-top:10px;
     
}


#headerlain{
           height:10px;
		    background-image:url(img/aqualine.gif)

;}



#headeraddress{
	        width:850px;
			height:115px;
			
			
}

/*ここで所属の「headeraddress_position」を装飾*/

#headeraddress_position{
	width:350px;
	height:auto;
	margin-left:450px;
	margin-top:20px;
}

#headeraddress_position h2{
	font-family:"Times New Roman","ヒラギノ明朝 ProN W6","HiraMinProN-W6","ＭＳ 明朝","MS Mincho",serif;
	font-size:18px;
	font-weight:bold;
	color:#666666;
	margin:0;
	padding:0;
}
#headeraddress_position p{
	font-family:"Times New Roman","ヒラギノ明朝 ProN W6","HiraMinProN-W6","ＭＳ 明朝","MS Mincho",serif;
	font-size:16px;
	font-weight:bold;
	color:#666666;
}

/*ここまでで所属の「headeraddress_position」を装飾*/








/*メニュー始まり↓*/


#navigation{    /*メニューボタンの背景を設定*/
  width : 100%;
  height : 43px;   /*背景画像（bg.gif）の高さを設定*/
  background-image : url(img/gmenu.png);　/*背景画像*/
  background-color : #ffffff;　　/*画像が表示されないときの背景色設定*/
  background-position : left top;  /*左上に配置*/
  padding : 0;
  margin: 0;

}    


li a:visited{
  color:#0066cc;
  text-decoration : none;  /*下線を表示しない*/
}

                 
li a:hover{  /*マウスポインタがリンクに重なったときの設定*/
  background-image:url(img/gmenu.png);   /*on画像*/
  background-position : left top;  /*画像を左上に配置*/
  background-repeat : no-repeat;   /*背景画像を繰り返さない*/   
  color:#003366;  /*テキスト色変更*/
  text-decoration:underline; 
  padding : 0;
  margin : 0;
}

#navigation ul{
list-style: none;
margin: 0;
padding:0;
color : #0066cc;
}



#navigation li{
float: left;
display:inline; /*メニュー隙間をなくす*/
width: 170px; /*各メニューの幅*/
margin: 0;
padding: 0;
}



#navigation li a{
display: block;
line-height:43px;
width: 100%; /*Windows IE対策*/
padding:0;
text-align: center;
background: url(img/gmenu.png) left top;
}

#navigation li a:hover{ /*ロールオーバーの設定*/
	background-position: right top; /*ロールオーバー時の画像表示の開始位置を指定*/
	background: url(img/gmenu.png);
	color:#666;
	
}


/*メニュー終わり↑*/

#contents{
	        width:850px;
			height:auto;
           
}

		
#contentsinformation{
	         width:690px;
			 height:auto;
             margin-top:30px;
			 margin-left:40px;
			 margin-right:30px;
			 padding-left:50px;
			 padding-right:50px;
			 padding-top:30px;
			 border:#CCC;
			 border-style:solid;
			 border-width:1px;
			 
			}
			
#contentsinformation ul{
list-style: none;
margin: 0;
padding: 0;


}

#contentsinformation li{
	list-style: none;
	padding: 0;
	list-style-image: url(img/list1.png);
	line-height:1.5em;
	font-size: 16px;
	margin-top:20px;
	margin-right: 0;
	margin-bottom: 0;
}




#container #contents #contentsinformation p {
	font-size: 14px;
	line-height: 1.3em;
	text-align:left;
	color: #666;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-left:10px;
}


/*ページトップ画像入れ替え*/


#pagetop{
	       width:678px;
		   height:50px;
		
}

#top{
	width:130px;
	height:50px;
	text-align: right;
	margin-left:550px;
	 }


#top a{
display: block;
width: 117px; /*Windows IE対策*/
height:36px;
text-align: right;
background: url(img/top.gif) right top;
}

#top a:hover{ /*ロールオーバーの設定*/
	background-position: right top; /*ロールオーバー時の画像表示の開始位置を指定*/
	background: url(img/top_on.gif);
	
}


#footer{ 
           width:848px;
		   height:50px;
		   margin-top:5px;
		   
		   
}


#container #contents #footer p {
	width:850px;
	height:100px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	margin-bottom:10px;
}

td{ font-size:16px;
}

/*過去研究会一覧(スタイル）*/

dt{  margin-left:30px;
     font-size:14px;
	 color:#666;
}


dd{ 
     margin-left:70px;
	  font-size:14px;
	 color:#666	 ;
}



/*機関誌float*/
#left{ 
        float:left;
        width:200px;
		height:auto;
		margin-top:10px;
		margin-left:10px;
		margin-right:10px;		
		text-align:center;
		
		
	
}


#right{  float:right;
         width:405px;
	 height:auto;
	
}

#right p { width:405px;
}

/*過去研究会float*/

.left2{ 
        float:left;
        width:500px;
		height:auto;
		margin-top:10px;
		margin-left:5px;
		text-align:left;
	
}

.right2{  float:right;
         width:150px;
　　	 height:auto;
		margin-top:30px;
		text-align:left;

	
}



#container #contents #footer p {
	width:850px;
	height:100px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}


.clear{   float:none;
          clear:both;
		  font-size:1px;
		  height:1px;
		  line-height:1px;
		  margin-top:0;
		  
}


.mrg-01{
	margin-bottom:15px;
}

.mag_02{
	margin-top:20px;
	margin-left:30px;
}


.mag_03{
	   margin-left:15px;
}
#contentsaddress{ width:500px;
                             height:auto;
							 border:dotted;
							 border-color:#CCC;
							 padding-left:15px;
							 padding-top:10px;
							 padding-bottom:10px;
							 
}

.
