html,body {
	scrollbar-3dlight-color:#FFD3F3;
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#FFD3F3;
	scrollbar-darkshadow-color:#FFD3F3;
	scrollbar-face-color:#FFD3F3;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff
}

h1,h2,h3,h4,h5,h6,{
	font-size: 12px;
	line-height: 18px;
	color: #70676D;
	}


.lilian {
	font-size: 12px;
	line-height: 18px;
	color: #70676D;
}

.lilianwhite {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}

.lilianred {
	font-size: 12px;
	line-height: 18px;
	color: #F00;
}

.bold {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
}



/*table 情報*/
.table_base{
           background-color:white;
           border-style:none solid;
           border-color:#FFFFFF;
           border-width:2px;
           width:882px;
           height:100%;
           text-align:center;
           vertical-align:top;
		   
           }

.table_base2{
            border-style:none;
            height:auto;
            text-align:center;
            vertical-align:top;
            }

.table_base3{
            border-style:none;
            height:auto;
            text-align:left;
            vertical-align:top;
            font-size:14px;
            color:#524e4d;
            }

.table_base4{
            border-style:none;
            height:auto;
            text-align:left;
            vertical-align:top;
            font-size:12px;
            color:#524e4d;
            padding:2px;
            }

.table_base5{
            border-style:none;
            height:15px;
            text-align:left;
            vertical-align:top;
            font-size:14px;
            color:#524e4d;
            font-weight:bold;
            }

.table_base6{
            background-color:#FFFFCC;
            border-color:#375830;
            font-size:12px;
            padding:5px;
            }
			
.table_base7{
           background-color:white;
           border-style:none solid;
           border-color:#00FFFF;
           border-width:5px;
           width:870px;
           height:100%;
           text-align:center;
           vertical-align:top;
		   
           }

/*font情報*/
.font       {
            font-size:14px;
            color:#524e4d;
            font-weight:normal;
            }

.font2      {
            font-size:14px;
            color:#005344;
            font-weight:normal;
            }

.font3      {
            font-size:12px;
            color:#524e4d;
            font-weight:normal;
            }
			
.fontsmall      {
            font-size:10px;
            color:#BF566D;
            font-weight:normal;
            }
			
.fontsmall2      {
            font-size:10px;
            color:#F00;
            font-weight:normal;
            }


/*link 情報*/			
.link0      { 
	        color: #FF6666;
	        text-decoration: none;
	        font-weight: bold;
　　　      }
 
.link0:hover{
 	        color: #993300;
	        border-bottom: 1px dotted;
            border-bottom-color: #666666;
　　　　 　 }

.link1      { 
	        color: #FF6666;
	        text-decoration: none;
	        font-weight: bold;
　　　      }
 
.link1:hover{
 	        color: #993300;
	        border-bottom: 1px dotted;
            border-bottom-color: #666666;
　　　　 　 }

.link2      { 
            color: #3333FF
	        }
			
.link2:hover{
            color: #FF8B22; text-decoration: none
	　　　　}

.link3      { 
	        color: #3333FF;
	        text-decoration: none;
	        font-weight: bold;
　　　      }
 
.link3:hover{
 	        color: #993300;
	        border-bottom: 1px dotted;
            border-bottom-color: #666666;
　　　　 　 }

.link4      { 
	        color: #3333FF;
	        text-decoration: none;
　　　      }
 
.link4:hover{
 	        color: #993300;
	        border-bottom: 1px dotted;
            border-bottom-color: #666666;
　　　　 　 }


.link5      { 
	        color: #C2097E;
	        text-decoration: none;
　　　      }
 
.link5:hover{
 	        color: #FF8B22;
	        border-bottom: 1px dotted;
            border-bottom-color: #666666;
　　　　 　 }

.linkimg:hover{
 	        position:relative;
 	        top: 2px;
 	        left:2px;
　　　　 　 }


.link6      { 
	        color: #FFFFFF;
	        text-decoration: none;
	        border-bottom: 1px dotted;
            border-bottom-color: #FFFFFF;
　　　      }
 
.link6:hover{
 	        color: #FFFF00;
	        border-bottom: 1px dotted;
	        text-decoration: none;
　　　　 　 }

.link7      { 
	        color: #3d6ccc;
　　　      }
 
.link7:hover{
 	        color: #FF8B22;
	        border-bottom: none;
			text-decoration: none;
　　　　 　 }



/*サムネイル情報*/

a.thumbnail {
display: block;
float: left;
margin: 0.3em 0px 0.3em 0;
}
a.thumbnail img{
position: absolute;
}
a.thumbnail,
a.thumbnail img{
width: 300px;
height: 200px;
}
a.thumbnail:hover {
border: none;
cursor: default;
}
a.thumbnail:hover img {
width: auto;
height: auto;
}
