/* 
1)base_font
2)ページトップに戻る

--------------------------------------------------------*/


/* 1)base_font
--------------------------------------------------------------------*/
.dmailtext{
		font-size: 70%;
		line-height: 130%;
	}

.small{
		font-size: 65%;
		line-height: 130%;
	}
	
.smalln{
		font-size: 65%;
	}
	
.smallsmall{
		font-size: 60%;
		line-height: 130%;
	}
.dmailtextl{
		font-size: 90%;
		line-height: 130%;
	}

/* 2)left_menu
--------------------------------------------------------------------*/

#menu ul { 
margin: 0; 
padding :0; 
list-style-type : none; 
}

#menu li { 
display : inline; 
padding :0; 
margin:0; 
}

#menu a {
height:10px;
display:block; 
border-left:10px solid #2f5fdc;
font-size:70%;
padding:5px 0 5px 10px;
text-decoration:none;
color:#041d66;width:150px; 
margin:0px 0px;
}

*html #menu a {
height:2px;
display:block; 
border-left:10px solid #2f5fdc;
font-size:70%;
padding:5px 0 5px 10px;
text-decoration:none;
color:#041d66;width:150px; 
margin:0px 0px;
}

#menu a:hover {
display:block; 
border-left:10px solid #f4d856;
font-size:70%;
padding:5px 0 5px 10px;
text-decoration:none;
color:#0033ff;
width:150px; 
margin:0px 0px;
height:10px;
}

*html #menu a:hover {
display:block; 
border-left:10px solid #f4d856;
font-size:70%;
padding:5px 0 5px 10px;
text-decoration:none;
color:#0033ff;
width:150px; 
margin:0px 0px;
height:2px;
}
