html{
	overflow-y:scroll;
	}
	
body { 
	text-align:center; 
	background-color:#fcfcfc;
	background-image:linear-gradient(#e0e0e0,white,white,#d0d0d0);
			}  

.header {
	/*font-size: 250%;
	font-family: "ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
	color:#ddffdd;
	text-align: center; 
	text-shadow: 10px 5px 1px #000000;*/
	background:url(./images/Logo.jpg) ;
	background-size: contain; /* auto;*/
	padding-top: 0 px;
	padding-bottom: 0px;
	margin-top: 100 px;
	margin-bottom: 10px;
	/*background-color:#eeffff; 	text-align:left; */
	}

.header p {
	text-align: right; 
	margin:0 20px;
	padding:0 0px;
	}	
	
.header img {
	width: 140px;
 	height:35px;
	margin:0 0;
	padding:0px 0px;
	}	

#menu {
	width:850px; 
	color:#000000;
	/*background-color:#eeffee; */
	background:url(./images/wood_back.jpg) ;
	background-size: cover;
	text-align: center; 
	padding:5 0px;
	margin: 0 auto;
	}
	
#menu p {
	text-align: center; 
	margin:0 0px;
	padding:0 0px;
	}

#noteheader { 
	width:800px; 
	background:url(./images/note_header.jpg) ;
	background-size: contain;
	/*background-color:#eeffff; */
	text-align:center; 
	padding-top: 10px;
	padding-bottom: 10px;
	}  
	
#noteheader_2 { 
	width:644px; 
	background:url(./images/note_header.jpg) ;
	background-size: contain;
	/*background-color:#eeffff; */
	text-align:center; 
	padding-top: 0px;
	padding-bottom: 0px;
	}  

#noteheader_2 h1 { 
	font-size: 110%;
	text-align: center; 
	color: #114AEA;
	margin-top: 15px;
	margin-bottom: 5px;
    margin-right: 6%;
    margin-left: 6%;
	 					}  
	
#wrap { 
	width:850px; 
	text-align:left; 
	margin:20px auto; 
	/*background-color:#eeeeee;*/
	background:url(./images/wood_back.jpg) repeat-y;
	background-size: contain;
	padding:10 0 50 0px;
	}
  
#inner { 
	margin-left:20px;
 	margin-right:20px;
			}  

.wrapper {   /*wrapper = box B + box C*/
 width:600px;
 float:left;
}

.C2 {
 width:400px;
 float:right;
  margin: 0 auto;
 /*background-color:#ff0000;*/
}

.C1 {
 width:160px;
 float:right;
 margin: 0 auto;
/* background-color:#00ff00;*/

}

.C3 {
 width:180px;
 float:left;
 margin: 0 auto;
 /* background-color:#0000ff;*/

}

.top_photo
{ 	
  	width: 90%;
	background: transparent;
	margin: 0px  auto 20px  auto;
    padding: 0px 0px;
}

.top_photo img
{ 	
  	width: 100%;
	margin: 0px  auto;
    padding: 0px 0px;
	box-shadow: -0px 5px 5px -3px rgba(0,0,0,0.5);
}

.title
{ 	
  	width: 85%;
	font-size: 100%;
	color: #114AEA;
	background: transparent;/* #fefefe;
*/	font-weight: bold;
	margin: 10px  auto 0px auto;
    padding: 4px 8px;
	border-left:  8px solid #1E90FF;
	border-bottom:  2px solid #1E90FF;
	box-shadow: -3px 3px 3px -3px rgba(0,0,0,0.9);
	
	text-shadow: 1px 1px 3px #999;
    /*-2px 2px 1px #FFF,
    2px -2px 1px #FFF,h2
    -2px -2px 1px #FFF;*/
}

.topic_b
{ 	
  	width: 140px;
	font-size: 80%;
	color: #114AEA;
	background: #fefefe;
	font-weight: bold;
	margin: 0px  auto 20px auto;
    padding: 6px 8px;
	border-left:  12px solid #1E90FF;
	box-shadow: 0px 3px 4px -3px rgba(0,0,0,0.9);
	
	/*text-shadow: 2px 2px 1px #FFF,
    -2px 2px 1px #FFF,
    2px -2px 1px #FFF,h2
    -2px -2px 1px #FFF;*/
}

.topic_b:hover
{ 	
  		border-left:  12px solid #87cefa;
		background: #ffffbe;
		box-shadow: 0px 4px 5px -3px rgba(0,0,0,1);
}

.topic_b a { 
	text-decoration:none;		
	width:100%;
	display: block;		
	}
.topic_b a:visited { 
		color: #114AEA;
	}
.topic_b a:hover { 
	text-decoration: none; /*underline;*/
	cursor:pointer;
	color:#1e78ff;
}

.topic_g
{ 	
  	width: 140px;
	font-size: 80%;
	color: #114AEA;
	background: #fefefe;
	font-weight: bold;
	margin: 0px  auto 20px auto;
    padding: 6px 8px;
	border-left:  12px solid #229966;
	box-shadow: 0px 3px 4px -3px rgba(0,0,0,0.9);
	
	/*text-shadow: 2px 2px 1px #FFF,
    -2px 2px 1px #FFF,
    2px -2px 1px #FFF,h2
    -2px -2px 1px #FFF;*/
}

.topic_g:hover
{ 	
  		border-left:  12px solid #6DE051;
		background: #ffffbe;
		box-shadow: 0px 4px 5px -3px rgba(0,0,0,1);
}

.topic_g a { 
	text-decoration:none;		
	display: block;		
}
.topic_g a:visited { 
		color: #114AEA;
	}
.topic_g a:hover { 
	text-decoration: none; /*underline;*/
	cursor:pointer;
	color:#1e78ff;
}

.topic_r
{ 	
  	width: 140px;
	font-size: 80%;
	color: #114AEA;
	background: #fefefe;
	font-weight: bold;
	margin: 0px  auto 20px auto;
    padding: 6px 8px;
	border-left:  12px solid #FF367F;
	box-shadow: 0px 3px 4px -3px rgba(0,0,0,0.9);
	
	/*text-shadow: 2px 2px 1px #FFF,
    -2px 2px 1px #FFF,
    2px -2px 1px #FFF,h2
    -2px -2px 1px #FFF;*/
}

.topic_r:hover
{ 	
  		border-left:  12px solid #FF83FA;
		background: #ffffbe;
		box-shadow: 0px 4px 5px -3px rgba(0,0,0,1);
}

.topic_r a { 
	text-decoration:none;
	display: block;		
	}
.topic_r a:visited { 
		color: #114AEA;
	}
.topic_r a:hover { 
	text-decoration: none; /*underline;*/
	cursor:pointer;
	color:#1e78ff;
}

.Cclear {
 clear:left;
}

.topic_blank
{ 	
  	width: 140px;
	font-size: 80%;
	background: transparent;
	margin: 0px  auto 20px auto;
    padding: 6px 8px;
	
	/*text-shadow: 2px 2px 1px #FFF,
    -2px 2px 1px #FFF,
    2px -2px 1px #FFF,h2
    -2px -2px 1px #FFF;*/
}


.caption {

line-height:105%;
color: #4169AA;

}


#main { 
	width:800px;
	background:url(./images/note_back3.jpg) repeat-y;
	background-size: contain;
	padding:10px 0px;
	margin: 0 auto;
	 					}  
						 
#main h1 { 
	font-size: 110%;
	text-align: center; 
	color: #114AEA;
	margin-top: 0px;
	margin-bottom: 0px;
    margin-right: 6%;
    margin-left: 6%;
	 					}  

#main h2 { 
	font-size: 100%;
	text-align: center; 
	color: #114AEA;
	 					}  

.maintext  { 
	text-align: justify; 
	font-size: 90%;
	width:85%;
	margin-top: 10px;
    margin-right: 6%;
    margin-left: 8%;
	margin-bottom: 10px;
	line-height:20px;
	 					}  

.maintext_center  { 
    text-align:center; 
	font-size: 90%;
	width:60%;
	margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 10px;
    text-align:left; 
	line-height:20px;
	 					}  
.images  { 
    display: block;
	/*text-align: justify;*/ 
	/*font-size: 90%;*/
	margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 10px;
	/*line-height:20px;*/
	 					}  
						 
.contact  { 
	text-align: justify; 
	font-size: 90%;
	width:50%;
	margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 10px;
	line-height:20px;
	 					}  
						 						
#mainWrap { 
	width:644px;
	float:right; 
	 					}  

.book{
	width:auto;
	/*background-color:#eeeeee;*/
	background:url(./images/note_back3.jpg) repeat-y;
	background-size:contain;
	padding:10 0px;
	float:right; 
}
			
.book h1 { 
	font-size: 110%;
	text-align: center; 
	color: #114AEA;
	margin-top: 0px;
	margin-bottom: 0px;
    margin-right: 6%;
    margin-left: 6%;
	 					}  
						 
.book h3 { 
	font-size: 100%;
	text-align: center; 
	color: #0026e9;
	padding:0 0;
	margin-top: 0px
	margin-bottom: 0px;
    margin-right: 6%;
    margin-left: 6%;
	 					}  
			 
.book p { 
	font-size: 90%;
	text-align: justify;
	width:85%;
	margin-top: 5px;
	margin-bottom: 5px;
    margin-right: 5%;
    margin-left: 8%;
	 					}  
.book a { 
	text-decoration:none;
	/*display: block;		*/
	}
.book a:visited { 
		color: #114AEA;
	}
.book a:hover { 
	text-decoration: none; /*underline;*/
	cursor:pointer;
	color:#1e78ff;
}
						 
.book span { 
	font-weight: bold;
	color: #ed363b;
		 					}  
						 
.book table { 
	width:60%;
	margin: 0 auto;
	 					}  

.column { 
	width:80%;
	margin: 0px auto 20px auto;
	font-size: 90%;
	text-align: justify;
	 					}  

.column div { 
	width:100%;
	padding: 0px auto;
	margin: 10px auto;
	 					}  

.imgclass { 
	/*width:60%;*/
	display: block;
	padding: 0px auto;
	margin: 0px auto;
	 
					}  

.research { 
	width:80%;
	margin: 10px auto 20px auto;
	font-size: 90%;
	text-align: justify;
	 					}  
														  
.syllabus { 
	width:75%;
	margin: 0px auto 20px auto;
	font-size: 90%;
	text-align: justify;
	 					}  

.syllabus ol { 
	width:75%;
	padding: 0px auto;
	margin: 8px auto;
	 					}  
						 
.syllabus ul { 
	width:75%;
	padding: 0px auto;
	margin: 8px auto;
	 					}  
						 
						 
.line { 
	width:644px;
	background:url(./images/note_back7.jpg);
	background-size:contain;
	/*background-color:#eeeeee;
	padding:10 0px;
	float:right; */
	 					}  
						 
.dline { 
	width:644px;
	background:url(./images/note_back7-1.jpg);
	background-size:contain;
	/*background-color:#eeeeee;
	padding:10px 0px;
	float:right; */
	 					}  

hr.pub_doline	{
width:100%;
height: 4px;
border: none;
border-top: 1px #dfa6a8 solid;
border-bottom: 1px #dfa6a8 solid;
}		

hr.doline	{
width:92%;
height: 4px;
border: none;
border-top: 1px #dfa6a8 solid;
border-bottom: 1px #dfa6a8 solid;
}		

hr.siline	{
width:92%;
border: none;
border-top: 4px #dfa6a8 solid;
}		

p.subject { 
	font-size: 95%;
	text-align: center; 
	font-weight: bold;
	color: #0026e9;
	padding:0 0;
	margin-top: 0px
	margin-bottom: 0px;
    margin-right: 6%;
    margin-left: 6%;
	 					}  

.subject a { 
	text-decoration:none;
	display: block;		
	}
.subject a:visited { 
		color: #114AEA;
	}
.subject a:hover { 
	text-decoration: underline; /*none;*/
	cursor:pointer;
	color:#1e78ff;
}

		 
.space { 
	width:auto;
	background:transparent;
	margin:20px auto;
	 					}  
			
.navi_r
{ 	
  	width: 140px;
	font-size: 80%;
	color: #114AEA;
	background: #fefefe;
	font-weight: bold;
	margin: 0px  auto 12px auto;
    padding: 6px 8px;
	text-align:center;
	border-left:  12px solid #aaa;
	box-shadow: 0px 3px 4px -3px rgba(0,0,0,0.9);
	
	/*text-shadow: 2px 2px 1px #FFF,
    -2px 2px 1px #FFF,
    2px -2px 1px #FFF,h2
    -2px -2px 1px #FFF;*/
}

.navi_r a { 
	text-decoration:none;
	pointer-events: none;
	color: #888;
	}

.navi_r_on
{ 	
  	width: 140px;
	font-size: 80%;
	color: #114AEA;
	background: #fefefe;
	font-weight: bold;
	margin: 0px  auto 12px auto;
    padding: 6px 8px;
	text-align:center;
	border-left:  12px solid #FF367F;
	box-shadow: 0px 3px 4px -3px rgba(0,0,0,0.9);
	
	/*text-shadow: 2px 2px 1px #FFF,
    -2px 2px 1px #FFF,
    2px -2px 1px #FFF,h2
    -2px -2px 1px #FFF;*/
}

.navi_r_on:hover
{ 	
  		border-left:  12px solid #FF83FA;
		background: #ffffbe;
		box-shadow: 0px 4px 5px -3px rgba(0,0,0,1);
}

.navi_r_on a { 
	text-decoration:none;
	display: block;		
	}
.navi_r_on a:visited { 
		color: #114AEA;
	}
.navi_r_on a:hover { 
	text-decoration: none; /*underline;*/
	cursor:pointer;
	color:#1e78ff;
}
			
#sideWrap { 
	width:155px; 
	font-family: "ＭＳ Ｐゴシック","ＭＳ ゴシック","Helvetica","arial"sans-serif;
	text-align: center; 
	/*background-color:#eeffee; */
	float:left; }  

#sideWrap ul
{ 
	height:100%;
	width:140px;
	/*background:url(./menubar_2.jpg) repeat-y;  ul  */
 }  

#sideWrap h1
{ 	
  	font-size: 90%;
	color: #114AEA;
	background: #fefefe;
	font-weight: bold;
    /*text-shadow: 2px 2px 1px #FFF,
    -2px 2px 1px #FFF,
    2px -2px 1px #FFF,
    -2px -2px 1px #FFF;*/
	box-shadow: 3px 3px 3px 0px #222222;
	border-left: 12px solid #296;
	padding: 3px 0px;
}

#sideWrap h2
{ 	
  	font-size: 90%;
	color: #114AEA;
	background: #fefefe;
	font-weight: bold;
    /*text-shadow: 2px 2px 1px #FFF,
    -2px 2px 1px #FFF,
    2px -2px 1px #FFF,h2
    -2px -2px 1px #FFF;*/
	box-shadow: 3px 3px 3px 0px #222222;
	border-left:  12px solid #1E90FF;
	padding: 3px 0px;
}


    #sideWrap h4 {
        font-size: 90%;
        color: #114AEA;
        background: #fefefe;
        font-weight: bold;
        /*text-shadow: 2px 2px 1px #FFF,
    -2px 2px 1px #FFF,
    2px -2px 1px #FFF,h2
    -2px -2px 1px #FFF;*/
        box-shadow: 3px 3px 3px 0px #222222;
        border-left: 12px solid #FF367F;
        padding: 3px 0px;
    }
 
 #sideWrap h4:hover
{ 	
  		border-left:  12px solid #FF83FA;
		background: #ffffbe;
		box-shadow: 0px 4px 5px -3px rgba(0,0,0,1);
}

#sideWrap h4 a { 
	text-decoration:none;
	display: block;		
	}
#sideWrap h4 a:visited { 
		color: #114AEA;
	}
#sideWrap h4 a:hover { 
	text-decoration: none; /*underline;*/
	cursor:pointer;
	color:#1e78ff;
}


#footer { 
	width:800px; 
	background:url(./images/note_footer.jpg) ;
	background-size: cover;
	/*background-color:#eeffff; */
	text-align:center; 
	padding-top: 5px;
	padding-bottom: 7px;
	margin: 0 auto;
	}  

#footer_2 { 
	width:644px; 
	background:url(./images/note_footer.jpg) ;
	background-size: cover;
	/*background-color:#eeffff; */
	text-align:center; 
	padding-top: 5px;
	padding-bottom: 7px;
	}  

#label{
	width:80%; 
	position:relative;
	margin:0 auto;
	padding:14px 15px 0px 20px;
	font:80%;
	color:#009;
	background:#ffc;
	box-shadow:
		12px 0 0 0 #ffc,
		0 12px 0 0 #ffc,
		1px 15px 4px -3px rgba(0,0,0,0.9);
		}
		
#label h2{
	font-size: 100%;
	text-align: center; 
	color: #ff00ff;
	margin-top: 0px;
	margin-bottom: 0px;
    margin-right: 6%;
    margin-left: 6%;
		}

#label dl dt { 
	font-size: 85%;
	font-weight:bold;
	line-height:8px;
	padding:0 0 1px 0;
	margin-right: 10%;
    margin-left: 10%;
	 					}  

#label dl dd { 
	font-size: 85%;
	line-height:16px;
	margin-left: 0px;
	padding:0 0 0px 0;
	margin-right: 10%;
    margin-left: 10%;
	 					}  

#label ul { 
	font-size: 90%;
	 					}  					 
						 
#label:before{
	content:" ";
	position:absolute;
	top:100%;
	left:100%;
	width:0;
	height:0;
	border-width:12px 12px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#cc9;
}

#label:after{
	content:" ";
	position:absolute;
	padding:0 20px;
	top:15px;
	left:37%;
	width:18%;
	height:20px;
	background:rgba(255,153,0,0.4);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}


#label p { 
	text-align: center;
	font-size: 90%;
	font-weight:bold;
	line-height:8px;
	padding:0 0 1px 0;
	margin-right: 10%;
    margin-left: 10%;
	 					}  
		
#label a { 
		text-decoration:none;	
		width:100%;
		/*display:block;*/	
		color: #114AEA;
	}
#label a:visited { 
		color: #114AEA;
	}
#label a:hover { 
	text-decoration: none; /*underline;*/
	cursor:pointer;
	color:#1e78ff;
}		
		
/*#label:hover{
	background:#ffffdc;
	box-shadow:
		12px 0 0 0 #ffffdc,
		0 12px 0 0 #ffffdc,
		1px 15px 4px -3px rgba(0,0,0,0.9);
		}*/

.label-OBOG {
	width:50%; 
	position:relative;
	margin:10 auto;
	padding:8px 15px 0px 20px;
	font:80%;
	color:#009;
	background:#ffc;
	box-shadow:
		12px 0 0 0 #ffc,
		0 12px 0 0 #ffc,
		1px 15px 4px -3px rgba(0,0,0,0.9);
		}

.label-OBOG:before {
	content:" ";
	position:absolute;
	top:100%;
	left:100%;
	width:0;
	height:0;
	border-width:12px 12px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#cc9;
}

.label-OBOG table { 
	font-size: 90%;
	width: 60%;
	/*border: 1px #ff11ff solid;*/
	margin: 10px auto;
	text-align: center; 
	 					}  
						 
.label-OBOG table a { 
	text-decoration:none;		
	color:#009;
	font-weight:normal;
	}
	
.label-OBOG table a:hover { 
	text-decoration: underline;
	cursor:pointer;
	color:#1e78ff;
	/*font-weight:bold;*/
}

.label-OBOG table td { 
	font-size: 90%;
	width: 50%;
	/*border: 1px #ff11ff solid;*/
	padding: 0px 0px;
	 					}  		
						 
						 
.label_member {
	width:50%; 
	position:relative;
	margin:10 auto;
	padding:8px 15px 0px 20px;
	font:80%;
	color:#009;
	background:#ffc;
	box-shadow:
		12px 0 0 0 #ffc,
		0 12px 0 0 #ffc,
		1px 15px 4px -3px rgba(0,0,0,0.9);
		}

.label_member:before {
	content:" ";
	position:absolute;
	top:100%;
	left:100%;
	width:0;
	height:0;
	border-width:12px 12px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#cc9;
}

.label_member table { 
	font-size: 90%;
	width: 60%;
	/*border: 1px #ff11ff solid;*/
	margin: 10px auto;
	text-align: center; 
	 					}  
						 
.label_member table a { 
	text-decoration:none;		
	color:#009;
	font-weight:normal;
	}
	
.label_member table a:hover { 
	text-decoration: underline;
	cursor:pointer;
	color:#1e78ff;
	/*font-weight:bold;*/
}

.label_member table td { 
	font-size: 90%;
	width: 50%;
	/*border: 1px #ff11ff solid;*/
	padding: 0px 0px;
	 					}  		
						 
						 
#label_individual{
	width:60%; 
	position:relative;
	margin:10 auto;
	padding:8px 15px 0px 20px;
	font:80%;
	color:#009;
	background:#ffc;
	box-shadow:
		12px 0 0 0 #ffc,
		0 12px 0 0 #ffc,
		1px 15px 4px -3px rgba(0,0,0,0.9);
		}

#label_individual:before{
	content:" ";
	position:absolute;
	top:100%;
	left:100%;
	width:0;
	height:0;
	border-width:12px 12px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#cc9;
}

#label_individual table { 
	font-size: 100%;
	border-collapse: collapse;
	width: 75%;
	/*border: 1px #ff11ff solid;*/
	margin: 10px auto;
	text-align: center; 
	 					}  
						 
#label_individual table a { 
	text-decoration:none;		
	color:#009;
	font-weight:normal;
	}
	
#label_individual table a:hover { 
	text-decoration: underline;
	cursor:pointer;
	color:#1e78ff;
	/*font-weight:bold;*/
}
						 
#label_individual table td { 
	font-size: 90%;
	width: 74%;
	border: 1px #0e4de8 solid;
	padding: 5px 8px 5px 10px;
	text-align:left;
	 					}  				
						 
#label_individual table th { 
	font-size: 90%;
	width: 25%;
	color: #FFFFFF; 
	background-color: #1a7add; 
	border: 1px #0e4de8 solid;
	padding: 5px 5px;
	 					}  				
						 
			
#individual table { 
	font-size: 100%;
	border-collapse: collapse;
	width: 50%;
	/*border: 1px #ff11ff solid;*/
	margin: 10px auto;
	text-align: center; 
	 					}  
						 
				
#individual table img { 
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	margin: 0px auto 8px auto;
	height: 130px; 
	 					}  					 
						 
#individual table a { 
	text-decoration:none;		
	color:#009;
	font-weight:normal;
	}
	
#individual table a:hover { 
	text-decoration: none;
	cursor:pointer;
	color:#1e78ff;
	/*font-weight:bold;*/
}
						 
#individual table td { 
	font-size: 90%;
	width: 74%;
	border: 1px #0e4de8 solid;
	padding: 5px 8px 5px 10px;
	text-align:left;
	 					}  				
						 
#individual table th { 
	font-size: 90%;
	font-weight:normal;
	width: 25%;
	color: #ffffff; 
	background-color: #1a7add; 
	border: 1px #0e4de8 solid;
	padding: 5px 5px;
	 					}  					 
						 
.individual2  { 
	font-size: 100%;
	 					}  
						 
.individual2 table { 
	font-size: 100%;
	border-collapse: collapse;
	width: 80%;
	/*border: 1px #ff11ff solid;*/
	margin: 10px auto;
	text-align: center; 
	 					}  
						 
.individual2 table a { 
	text-decoration:none;		
	color:#009;
	font-weight:normal;
	}
	
.individual2 table a:hover { 
	text-decoration: none; /* : underline*/
	cursor:pointer;
	color:#1e78ff;
	/*font-weight:bold;*/
}
						 
.individual2 table td { 
	font-size: 85%;
	width: 80%;
	border-top: 1px #1978db solid;
	border-bottom: 1px #1978db solid;
	border-left: 1px #1978db solid;
	padding: 3px 8px 3px 10px;
	text-align:left;
	 					}  				
						 
.individual2 table th { 
	font-size: 85%;
	font-weight: 200;
	width: 19%;
	color: #000000; 
	/*background-color: #1a7add; */
	border-top: 1px #1978db solid;
	border-bottom: 1px#1978db solid;
	border-right: 1px #1978db solid;
	padding: 3px 3px;
	 					}  				

.individual2 h2 { 
	font-size: 90%;
	font-weight:bold;
	width: 25%;
	color: #2f70f7; 
	background-color: #ffc; 
	padding: 5px 0px;
	margin: 15px auto 0px auto;
	box-shadow: 3px 3px 1px rgba(0,0,0,0.4);
	 					}  							 
						 
	
#news { 
	width:798px;
	background:url(./images/note_back3.jpg) repeat-y;
	background-size: contain;
	margin-top: 0 px;
	padding:10 0px;
	margin: 0 auto;
	 					}  

#news dl dt { 
	font-size:85%;
	font-weight:bold;
	line-height:12px;
	padding:0 0 1px 0;
	 					}  

#news dl dd { 
	font-size:85%;
	line-height:16px;
	padding:0 0 8px 0;
	margin-left: 18px;
	 					}  
						 
#news h1 { 
	font-size: 120%;
	text-align: center; 
	color: #114AEA;
	margin-top: 0px;
	margin-bottom: 0px;
    margin-right: 6%;
    margin-left: 6%;
	 					}  
	
#news p { 
	font-size: 85%;
	width:85%;
	text-align: center; 
    margin-right: 6%;
    margin-left: 6%;
	 					}  					 


#label2{
	width:30%; 
	position:relative;
	margin:20px 20px;
	padding:10px 15px 0px 20px;
	font:80%;
	color:#30750a;
	background:#99ffff;
	box-shadow:
		8px 0 0 0 #99ffff,
		0 8px 0 0 #99ffff,
		1px 15px 4px -3px rgba(0,0,0,0.3);
		}
		
#label2 h2{
	font-size: 90%;
	text-align: center; 
	color: #000080;
	margin-top: 0px;
	margin-bottom: 0px;
    margin-right: 6%;
    margin-left: 6%;
		}
						 
#label2:before{
	content:" ";
	position:absolute;
	top:100%;
	left:100%;
	width:0;
	height:0;
	border-width:8px 8px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#6699ff;
}




.publication p { 
	font-size:85%;
	text-align:center;
	line-height:16px;
	margin-bottom: 20px;
	padding:0 0 0px 0;
	 					}  

.publication p a { 
	text-decoration:none;		
	width:100%;
	}
.publication p a:visited { 
		color: #114AEA;
	}
.publication p a:hover { 
	text-decoration: none; /*underline;*/
	cursor:pointer;
	color:#1e78ff;
}


.publication h3{ 
	font-size: 90%;
	text-align: center; 
	font-weight: bold;
	color: #114AEA;
	width: 150px;
	background: #eeffff;
	margin: 0 0;
    padding: 3px 0px;
	border-left:  12px solid #1E90FF;
	box-shadow: 3px 3px 3px -3px rgba(0,0,0,0.4);
		}  
		
.publication dl dt { 
	font-size:85%;
	font-weight:bold;
	line-height:16px;
	padding:0 0 0px 0;
	 					}  

.publication dl dd { 
	font-size:85%;
	line-height:14px;
	padding:0 0 10px 0;
	 					}  
						 
.two_column{
	width:80%; 
	margin: 0 auto;
}
	
.two_column h2{ 
	font-size: 100%;
	text-align: center; 
	font-weight: bold;
	color: #296;
	width: 50%;
	background: #eeffff;
	margin: 0px  auto 0px auto;
    padding: 3px 4px;
	border-left:  12px solid #1E90FF;
	box-shadow: 3px 3px 3px -3px rgba(0,0,0,0.4);
		}  
 
 
 .two_column ul { 
	width:100%;
	text-align: center; 
	list-style-type: none;
	font-weight:bold;
	margin: 0 auto;
	padding: 10px 0;
	 					}  

.two_column li { 
	font-size: 90%;
	text-align: center; 
	margin: 0;
	padding: 0;
	 					}  	
						
						
.link_right{ 
	width:48%;
	/*background:#99ffff;*/
	float:right; 
	 }  
	
.link_right ul li{ 
	line-height:14px;
	padding:0px 0px 8px 0px;
	 					}  
						 				 
.link_right a{ 
	text-decoration:none;		
	color:#000000;
	font-weight:normal;
	display: block;			
}

.link_right a:hover{ 
	text-decoration: underline;
	cursor:pointer;
	color:#1e78ff;
	background: #eeffff;
	/*font-weight:bold;*/
}
					 
.link_left{ 
	width:48%; 
	/*background:#99ffff;*/
	float:left; 
	}  

.link_left ul li{ 
	line-height:14px;
	padding:0px 0px 8px 0px;
	 					}  
						 
.link_left  a{ 
	text-decoration:none;		
	color:#000000;
	font-weight:normal;
	display: block;		
}

.link_left a:hover{ 
	text-decoration: underline;
	cursor:pointer;
	color:#1e78ff;
	background: #eeffff;
	/*font-weight:bold;*/
}

.journal { 
	font-style:oblique;
	 }  

.label_lecture{
	width:50%; 
	position:relative;
	margin:0 auto;
	padding:14px 15px 0px 20px;
	font:80%;
	color:#009;
	background:#ffc;
	box-shadow:
		12px 0 0 0 #ffc,
		0 12px 0 0 #ffc,
		1px 15px 4px -3px rgba(0,0,0,0.9);
		}
		
.label_lecture h2{
	font-size: 100%;
	text-align: center; 
	color: #ff00ff;
	margin-top: 0px;
	margin-bottom: 0px;
    margin-right: 6%;
    margin-left: 6%;
		}

.label_lecture ul { 
	font-size: 90%;
	 					}  			

.label_lecture li { 
	margin: 0px auto 10px auto;
	padding: 0px 0px;
	 					}  						 
						 
.label_lecture p { 
	color:#666;
	margin: 0px 0px;
	padding: 0px 0px;
	 					}  						 
						 
.label_lecture:before{
	content:" ";
	position:absolute;
	top:100%;
	left:100%;
	width:0;
	height:0;
	border-width:12px 12px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#cc9;
}

.label_lecture:after{
	content:" ";
	position:absolute;
	padding:0 20px;
	top:15px;
	left:37%;
	width:18%;
	height:20px;
	background:rgba(255,153,0,0.4);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.photo { 
	width:90%;
	font-size: 85%;
	text-align: center; 
	vertical-align: middle;
	margin:0px auto 20px auto;
	}

.photo img { 
	width:120px;
	}

.instrument  { 
	text-align: center; 
	font-size: 90%;
	width:85%;
	margin-top: 10px;
    margin-right: 6%;
    margin-left: 8%;
	line-height:20px;
	 					}  
	
.t_lec
{
	font-size: 100%;
	text-align: center;
  	width: 95%;
	margin: 0 auto;
	background: #transparent;
	/*background: #fefefe;*/
	border-collapse: separate;
}


.t_lec_td
{ 	
  	width: auto;
	font-size: 70%;
	color: #000;
	background: #fefefe;
	font-weight: bold;
	margin: 5px 5px  ;
    padding: 4px 2px;
	border-bottom:  4px solid #1E90FF;
	box-shadow: 0 0 3px 1px #111 inset;
}

.t_lec_td:hover
{ 	
  		border-bottom:  4px solid #87cefa;
		box-shadow: 0 0 3px 1px #555 inset;
		/*background: #ffffbe;
		box-shadow: 0px 4px 5px -3px rgba(0,0,0,1);*/	
}

.t_lec_td a { 
	text-decoration:none;
	display: block;		
	}

.t_lec_td a:visited { 
		color: #114AEA;
	}

.t_lec_td a:hover { 
	text-decoration: none; /*underline;*/
	cursor:pointer;
	color:#f88d12;
}		

.t_lec_blank
{ 	
  	width: auto;
	font-size: 70%;
	color: #111;
	background: #eee;
	font-weight: bold;
	margin: 5px 5px  ;
    padding: 4px 2px;
	border-bottom:  4px solid #555;
	box-shadow: 0 0 3px 1px #111 inset;
}

.t_lec_blank a { 
	text-decoration:none;
	pointer-events: none;
	color: #111;
	}

.t_lec_on
{ 	
  	width: auto;
	font-size: 70%;
	color: #f88d12;
	background: #fefefe;
	font-weight: bold;
	margin: 5px 5px  ;
    padding: 4px 2px;
	border-bottom:  4px solid #87cefa;
	box-shadow: 0 0 3px 1px #555 inset;
}

.t_lec_on a { 
	text-decoration:none;
	pointer-events: none;
	color: #f88d12;
	}

		 
.clear { clear:both; }  
.clear hr { display:none; }  
